Latest API and SDK updates. Subscribe via RSS · Discord
Latest API and SDK updates. Subscribe via RSS · Discord
Inbox-scoped API keys let you generate credentials that are restricted to a single inbox. This gives agents and integrations the minimum access they need, reducing the blast radius if a key is compromised.
New endpoints:
GET /v0/inboxes/:inbox_id/api-keys - List all API keys scoped to an inboxPOST /v0/inboxes/:inbox_id/api-keys - Create an API key scoped to an inboxDELETE /v0/inboxes/:inbox_id/api-keys/:api_key - Delete an inbox-scoped API keyUpdated types:
ApiKey and CreateApiKeyResponse now include an optional inbox_id field when the key is scoped to an inboxBuild agents that:
Learn more about API key scoping in the API Keys reference.