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

# API keys

> Create and manage API keys for integrations.

## Create an API Key

1. Go to [**Settings > Organization > API > Keys**](https://bedrock.cv/organization/api/keys)
2. Click **Create Key**
3. Enter a name (e.g., "Production Integration")
4. Click **Create**
5. Copy the key immediately

The key is only shown once. Store it securely.

***

## Key Permissions

Keys inherit the permissions of the user who created them. A key can only access resources within its organization.

***

## Manage Keys

From [**Settings > Organization > API > Keys**](https://bedrock.cv/organization/api/keys):

* View active keys
* Revoke a key

Revoked keys stop working immediately.

***

## Security Best Practices

* Store keys in environment variables
* Never commit keys to source control
* Rotate keys periodically

***

## Rate Limits

| Tier       | Requests per minute |
| ---------- | ------------------- |
| Free       | 60                  |
| Pro        | 300                 |
| Enterprise | Custom              |

***

## Next Steps

<CardGroup>
  <Card title="CMS API" href="/cms-api/introduction" />

  <Card title="Vision API" href="/vision-api/introduction" />
</CardGroup>
