Create a named API key
1
Open the API page
Open Capriole AI API and sign in. The page shows API keys, Playground, and Usage for an account with API access.
2
Create and name the key
Select Create key. The Name (Optional) field can identify the client that will use it, such as
local-codex, support-agent, or test-script.Use separate named keys for long-lived clients or team members. That makes a request easier to attribute and lets you revoke one client without replacing every credential.3
Copy the secret immediately
Select Create, then copy the value from the Secret key dialog. Capriole shows the full secret only after creation. The key list displays a masked value later.
4
Send one test request
Follow the API quickstart or the OpenAI and Anthropic SDK guide. Return to Usage after the request completes.A model response is useful, but the usage row is the stronger confirmation. It shows that Capriole received the request under the expected key and model.
Read the current balance
The Usage section separates the current included quota from purchased on-demand tokens.
The Time filter changes the request analytics and rows. It does not change the billing cycle or recalculate the quota summary for that selected window.
Read Capriole AI Charged Tokens Explained for the cached-input formula and rounding rule.
Filter the request history
Use the filters to answer one question at a time.
Each request row can show the time, key, model, input tokens, cached tokens, output tokens, charged tokens, total tokens, latency, status, and an error message. Some metrics can be unavailable when an upstream response or failed request does not provide them.
Verify a client used the intended key
After sending a test request:- Set Time to Last 24 hours.
- Select the named Key used by the client.
- Select the expected Model if several models are present.
- Set Status to Success.
- Confirm that the new row has the expected time and token activity.
Deactivate, reactivate, or delete a key
Use deactivation when you are investigating a client or temporarily stopping traffic. Delete a key after replacing it, or when the credential may have been exposed.
The list shows Created and Last used values to help identify stale keys. A displayed status of Inactive means the key has been revoked until it is reactivated.