Settings
API Keys
Authenticate the CLI, the REST API, and your own backend against your workspace.
Creating a key
Go to Settings โ API Keys and click Create Key. The secret is shown once โ store it in your own secret manager immediately.
Using a key
bash
curl https://api.katexs.com/v1/agents \
-H "Authorization: Bearer $KATEXS_API_KEY"Scopes
| Scope | Grants |
|---|---|
| agents:read | List and read agent configuration |
| agents:write | Create, update, and deploy agents |
| calls:read | Read call logs and transcripts |
| campaigns:write | Create and launch campaigns |
Rotation
Rotate keys any time. Old keys keep working for 24 hours after rotation so deployments can catch up.
