Account
Request API key handoff
Builds a dashboard link that opens the create-key form prefilled with a suggested name and permissions. Requires only account:read, because it creates nothing, changes nothing, and returns no secret - the new key is issued in the owner's authenticated browser session. Use it when key management is blocked because the calling key lacks api_keys:manage, which cannot be granted through the API by the key that is missing it. Pass replaceApiKeyId to rotate; the dashboard then offers to revoke the predecessor once the replacement exists.
post/api-key-handoff
Request body
Response
Handoff link prepared
Example response
{
"success": true
}