Last updated: 2026-04-11
Keys
API reference for auto-discovered API key management.
List Keys
GET
/keys List all auto-discovered API keys for the account.
Get Key Detail
GET
/keys/:hash Get detailed spend breakdown for a specific key.
Update Label
PATCH
/keys/:hash Assign or update a label for a key.
json Request body
{
"label": "production"
}