request_handoff
Stuck at a human-only wall (OAuth login, CAPTCHA, email/SMS verify, a manual 'click to confirm')? Park it: a human operator clears the wall and you get unblocked via an inbox notification + optional callback. Returns a handoff_id to poll. 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 |