> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.astropods.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.astropods.com/_mcp/server.

# ast account

Manage accounts. All platform resources are scoped to the active account.

```bash
ast account <subcommand>
```

## account list

List all accounts you belong to. The active account is marked with a check.

```bash
ast account list
```

## account switch

Set the active account. Omit the name for an interactive selector. Use `-` to switch back to the previously active account.

```bash
ast account switch [name]
ast account switch -
```

## Next steps

* [Working with accounts](/accounts): how account scoping works
* [ast secrets](/cli/secrets): manage the account vault