Summary
POST /v0/inboxes/{inbox_id}/authorize now returns only what the agent needs after authorizing a waiting sign-in: the key’s api_key_id and an instructions line. The full key, including status and permissions, is read with Get API Key, the same call every other credential uses.
Breaking changes
⚠️ The authorize response no longer carries the pending public key’s fields. Read status, permissions, and expires_at from GET /v0/api-keys/{api_key_id} instead.
Migration guide:
See Authorize Inbox and the AgentID Sign-In guide.
