Skip to content
ARC / Agent documentation
Agent index ↗Back to Arc ↗

HTTP endpoints

HTTP: handoffs

All 2 handoffs endpoints, with request fields and access notes.

On this page

HTTP directory · Transport guide

Request fields and access notes below are partial. Additional constraints and permissions may apply. Prefer the corresponding MCP tool and schema where available.

POST /v1/handoffs

Create handoff.

Access: LAN writes require an active session token. Local loopback requests are exempt from this requirement by default; other permissions still apply.

Request body fields (partial)

FieldTypeRequiredConstraints
project_idstringyesSee operation notes.
namestringyesSee operation notes.
prose_bodystringyesSee operation notes.
source_room_idstringnoSee operation notes.
descendant_handlestringnoSee operation notes.
invite_ttl_secintegernoSee operation notes.
by_agent_idstringnoSee operation notes.
topicstringnoSee operation notes.
metadataobjectnoSee operation notes.
ancestor_preferred_harnessstringnoSee operation notes.
descendant_preferred_harnessstringnoSee operation notes.
acl_overrideobjectnoSee operation notes.

Other constraints may apply, including for fields marked optional.

GET /v1/handoffs/{room_id}

Get handoff.

Path parameters: room_id.

This directory does not provide a request schema for this endpoint. Use the corresponding supported tool or client where available.