Skip to main content
Every Kettio API request needs a bearer token:
The base URL is https://kettio.com for all endpoints.

Create a key

1

Open API Keys

2

Generate a key

Keys are prefixed agk_live_.
3

Store it immediately

Kettio displays the raw key once. Put it straight into your secret manager.
This is a server-to-server API. Never embed a key in browser or mobile code, commit it to a repository, or paste it into a public issue thread. If you lose a key, create a replacement from the dashboard.

Verify it works

A 401 means the key is missing or invalid. Anything else means authentication succeeded — see error codes below for what the other statuses mean.

Error codes

Rate limiting and credits are counted in scoring evaluations, not assets. See Limits and billing.

Using a key with MCP

The MCP server reads the same key from an environment variable:
Full setup for each client is in MCP installation.