Organizations are the top-level container for all resources in Bedrock. Each organization has its own projects, members, API keys, and billing.Documentation Index
Fetch the complete documentation index at: https://docs.bedrock.cv/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /organizations/{id} | Get organization details |
PATCH | /organizations/{id} | Update organization settings |
Organizations cannot be created or deleted via the API. Use the Bedrock web app to manage organization lifecycle.
Organization Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier (e.g., org_01JABCD123) |
name | string | Organization name |
owner_id | string | User ID of the organization owner |
require_mfa | boolean | Whether MFA is required for all members |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |