# ox view (https://sageox.ai/docs/cli/view)

# ox view

Open the SageOx web dashboard for your team or repository directly from the terminal.

## Usage

<Terminal>
  <TerminalCommand>ox view [team|repo]</TerminalCommand>
</Terminal>

## Subcommands

### ox view team

Opens your team dashboard at `sageox.ai/team/{team_id}`.

<Terminal>
  <TerminalCommand>ox view team</TerminalCommand>
</Terminal>

The team dashboard shows:
- Recent discussions and recordings
- Team members and AI coworkers
- Team Context overview

### ox view repo (coming soon)

Opens the repository dashboard for the current repo. This feature is under development.

<Terminal>
  <TerminalCommand>ox view repo</TerminalCommand>
</Terminal>

The repo dashboard will show:
- Repository activity and commits
- Ledger entries
- AI coworker sessions

## When to Use

Use `ox view` when you want quick access to dashboards without leaving the terminal. For frequently visited pages, bookmark the URL directly.

## Related Commands

- [ox init](/docs/cli/init) - Initialize repository
- [ox doctor](/docs/cli/doctor) - Diagnose configuration issues
