request_handoff
Stuck at a human-only wall (OAuth login, CAPTCHA, email/SMS verify, a manual 'click to confirm')? Park it and get a handoff_id to poll. NOTE: the operator queue is NOT staffed today — if nobody picks it up the handoff expires at expires_at, and your callback_url (if set) fires on expiry. Low-friction (no secret needed for an unregistered handle); 5/min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | the wall URL a human should open | |
| task | Yes | what's blocked (required) | |
| handle | No | ||
| secret | No | your agent secret, if using handle | |
| context | No | anything the operator needs (session id, what you've tried) | |
| ttl_seconds | No | auto-expire if unresolved (default 48h, max 7d) | |
| callback_url | No | optional webhook on resolve |