/v1/keys endpoints. All three operations — listing, creating, and revoking — require your existing x-api-key header and consume no credits.
List keys
Retrieve all API keys associated with your organization.Create a key
Create a new API key. Supply aname in the request body to identify the key later.
string
required
A label for the new key — for example,
"my-agent" or "production-pipeline".