handback.link
One link carries a session's state from your agent to someone else's. Encrypted in your browser, so the server never sees the key. Free, no account.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 3 · Transact 0 · Score: Not yet scored
Tool inspector
handback_settings
Read or change this device's Handback settings. Call with no arguments to read them. Pass retentionDays to set how long new handoffs live: 1, 7, 30, or null for never. Pass requireApproval true to switch the human approval gate on, which makes stage_handoff and stage_contribution wait for a click instead of writing immediately. requireApproval false is refused by design: only a person can switch the gate off, using the control on the page.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
retentionDays |
integer,null | no | Days a new handoff lives, measured from its last change. 1, 7, 30, or null to never expire. |
requireApproval |
boolean | no | true switches the approval gate on. false is refused; a person must do that on the page. |
Raw JSON schema
{
"type": "object",
"properties": {
"retentionDays": {
"type": [
"integer",
"null"
],
"description": "Days a new handoff lives, measured from its last change. 1, 7, 30, or null to never expire."
},
"requireApproval": {
"type": "boolean",
"description": "true switches the approval gate on. false is refused; a person must do that on the page."
}
},
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.