Auth Org Select
Set the default organization for all commands
Prerequisites
- Authenticated with
agentuity auth login
Usage
agentuity auth org select [org_id]
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<org_id> |
string | No | - |
Examples
Select default organization:
bunx @agentuity/cli auth org select
Set specific organization as default:
bunx @agentuity/cli auth org select org_abc123
Output
Returns JSON object:
{
"orgId": "string",
"name": "string"
}
| Field | Type | Description |
|---|---|---|
orgId |
string | The selected organization ID |
name |
string | The organization name |