org commands help you view and select organizations.
| Command | Purpose |
|---|---|
major org list | List all your organizations. |
major org select | Select a default organization. |
major org whoami | Show the current organization. |
major org list
major org select
- Lists your available organizations.
- Allows you to select a new default organization.
- Updates your local configuration.
major org whoami
Organization resources via MCP
The CLI exposes organization-level resources through MCP endpoints. You can authenticate using Bearer tokens and access organization resources without requiring an application context. Available org-level MCP capabilities:- List all resources in your organization.
- Check AI proxy status for resources.
- Get app status across your organization.
- Read resource context documents.
- Interact with resources through MCP tools.
- Select and manage environments for resource operations.
Environment selection in MCP
The org-scoped MCP provides tools to select which environment resource tools operate in:set_environment– Switch the active environment for resource operations. The choice persists across sessions.get_environment– Check which environment is currently active.
Learn more about Resources
See how to manage connectors and resources for your applications.