Headers
| Header | Value |
|---|---|
Content-Type | application/json |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
agent_signup_token | string | Yes | The verification token from the confirmation email link. |
Response
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the block succeeded |
message | string | Human-readable result message |
Example Request
Example Response
What Happens on Block
- The agent’s API key is deleted.
- The sandboxed team is banned.
- The sponsor record is marked as
"blocked", preventing future agent signups for that email. - Any further API requests using the blocked key will return
403.
Error Responses
| Status | Error | When |
|---|---|---|
400 | Invalid request | Missing agent_signup_token |
404 | Invalid verification token | Token not found |
409 | This agent key has already been confirmed | Cannot block a key that was already confirmed |

