# ox view (/docs/cli/commands/view)



ox view [#ox-view]

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

Usage [#usage]

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

Subcommands [#subcommands]

ox view team [#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) [#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 [#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 [#related-commands]

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