> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truedy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# API Keys

# API Keys

API Keys are managed through the Dashboard.

You can create, revoke, and manage your API keys in the **Settings > API Keys** section of the Truedy Dashboard.

<Card title="Manage API Keys" icon="key" href="https://app.truedy.ai/settings/api-keys">
  Go to Dashboard
</Card>

## Authentication

All API requests must include your API key in the **Authorization** header as a Bearer token.

```bash theme={null}
Authorization: Bearer truedy_YOUR_API_KEY
```

Keys have the format `truedy_` followed by a random string (e.g. `truedy_Z21gJO4PDlOBbWSWdfSpO72guWIE6KWP`). The full key is shown only once when you create it; store it securely.

For full authentication options (header vs Bearer, security, error codes), see [Authentication](/authentication).
