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

# Create API Key

> Generate a new API key

```bash theme={null}
curl -X POST https://elumenta.ru/api/v2/keys \
  -H "Authorization: Bearer nb_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "my-app-production"}'
```

```json theme={null}
{
  "id": 13,
  "name": "my-app-production",
  "key": "nb_live_a1b2c3d4...",
  "created_at": "2026-03-08T12:00:00Z"
}
```

<Warning>The full key is shown **only once** at creation. Store it immediately.</Warning>
