request_rotate_agent_key
Ask the human owner to rotate ANOTHER agent's active API key (mint a new one + revoke the old). Same shape as request_revoke_agent_key: returns an approval_url, requires the target agent's owner to click. The new key plaintext is INTENTIONALLY not returned to the requesting agent; the plaintext is surfaced only to the human owner via Settings → Agents, who hands it to the target agent out of band. Use when you've spotted leakage and the target needs a clean credential without going dark mid-task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | 1-2 sentences on why. Surfaces on the consent card. Capped at 500 chars. | |
| target_agent_id | Yes | The id of the sibling agent whose key should be rotated. |