API Keys
API key creation and management
📄️ Create API Key
Create a new user-owned API key. Choose a key_type ('inference' or 'management') and optionally narrow it with granular scopes, a model allowlist, an IP allowlist, and a per-day spend cap.
📄️ List API Keys
Get the authenticated user's API keys with pagination.
📄️ Update API Key Constraints
Update scope constraints (model allowlist, IP allowlist, spend cap) on an existing user-owned API key. Name, expiry, and scopes are immutable; revoke and recreate the key to change them.
📄️ Delete API Key
Delete a user-owned API key.