Latest API and SDK updates. Subscribe via RSS · Discord
Summary
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.
What’s new?
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 key
Updated types:
ApiKeyandCreateApiKeyResponsenow include an optionalinbox_idfield when the key is scoped to an inbox
Use cases
Build agents that:
- Operate with least-privilege access to a single inbox rather than an entire pod or organization
- Issue short-lived, narrowly scoped keys to third-party integrations that only need access to one address
- Rotate credentials per inbox without affecting other inboxes or pods
Learn more about API key scoping in the API Keys reference.
