Organization
Get Organization
Retrieve details about your organization.
GET
Fetch the current state of your organization, including which model providers are configured, your subscription tier, and how many instances you’re running.
Requires an organization key (
chd_org_*). Scoped keys cannot access this endpoint.Response
Returns200 OK with the organization object.
string
Unique organization ID (UUID).
string
Your organization’s name.
string[]
Providers that have API keys configured (e.g.
["anthropic", "openai"]). The actual keys are never exposed.string
Current plan —
"shrimp", "lobster", etc.integer
Maximum number of active instances your plan allows.
integer
How many active (non-terminated) instances you currently have.
string
ISO 8601 timestamp.
string
ISO 8601 timestamp.