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

# Authentication

API endpoints are authenticated using an **API key** sent in the `X-API-Key` header.

```bash BASH theme={null}
curl -X POST https://lemonslice.com/api/liveai/rooms \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "agent_id": "YOUR_AGENT_ID" }'
```

Generate and manage your API key on the [LemonSlice account page](https://lemonslice.com/agents/api).

***
