> ## 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.

# Organizations

> Manage organization accounts and team settings.

Organizations are the top-level container for all resources in Bedrock. Each organization has its own projects, members, API keys, and billing.

## Endpoints

| Method  | Endpoint                                               | Description                  |
| ------- | ------------------------------------------------------ | ---------------------------- |
| `GET`   | [`/organizations/{id}`](/cms-api/organizations/get)    | Get organization details     |
| `PATCH` | [`/organizations/{id}`](/cms-api/organizations/update) | Update organization settings |

<Note>
  Organizations cannot be created or deleted via the API. Use the [Bedrock web app](https://bedrock.cv) to manage organization lifecycle.
</Note>

## 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                |
