> ## Documentation Index
> Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
> Use this file to discover all available pages before exploring further.

# Open browser shortcuts

> Use Cobo CLI shortcuts to quickly open Cobo Portal pages in your browser.

<Tip>
  Try [Cobo WaaS Skill](/v2/guides/overview/cobo-waas-skill) in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀
</Tip>

Use this command to open various pages of Cobo Portal conveniently in your default web browser with shortcuts.

<Note>Using certain shortcuts such as `dashboard`, `wallets`, `custodial`, `mpc`, `scw`, and `exchange` requires login and authentication. If you're not logged in, you'll be redirected to the login page.</Note>

## Usage

```shell theme={null}
cobo open <shortcut>
```

## Arguments

`<shortcut>`: Shortcut used to quickly open a page of Cobo Portal.

The following shortcuts are available:

* `portal`: The login page of Cobo Portal
* `dashboard`: The Dashboard page
* `wallets`: The Wallets overview page
* `custodial`: The Custodial Wallets overview page
* `mpc`: The MPC Wallets overview page
* `scw`: The Smart Contract Wallets overview page
* `exchange`: The Exchange Wallets overview page
* `developer`: Developer Console
* `apps`: The Cobo Portal Apps overview page
* `pricing`: The Pricing Plans page
* `approval`: The Approvals page

## Example

```shell theme={null}
cobo open mpc
```

This command opens the MPC Wallets overview page.
