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

# API keys

> Agent access keys for CI, scripts, and MCP.

Create keys in **Settings → Agent access**.

* Prefix: `vdk_live_…`
* Use as `Authorization: Bearer vdk_live_…`
* Scoped to your workspace; rotate by revoking and creating a new key

## Common uses

| Use                     | Endpoint                                               |
| ----------------------- | ------------------------------------------------------ |
| Push signals after eval | `POST /api/releases/{release_id}/signals`              |
| Poll gate by commit SHA | `GET /api/workspaces/{workspace_id}/gate?commit_sha=…` |
| MCP / Cursor agent      | [MCP setup](/agent/mcp-setup)                          |

See [API push](/connecting-signals/api-push) for the full partner setup flow.
