Agent Handoff

AIPP handoff receiver

Paste an AIPP/Manus agent packet and route it to the next economic step: pay an invoice, execute a paid service, or store the result as reusable market memory.

Product

AIPP

Settlement

Manus Pay

Incoming packet

Paste agent handoff JSON

The receiver validates the packet before routing it, so agents do not execute malformed work.

1. Receive

Accept a JSON packet from billing, RLXBT, MCP, or another orchestrator.

2. Decide

Unpaid invoices route to settlement; paid tokens route to the relevant AIPP work surface.

3. Execute

The next agent consumes the token and turns the result into memory, report, or signal context.

Machine API

POST /api/agent-handoff/parse

Agents can validate and route the same packet server-side by sending {"packet": "{...json...}"}, {"packet_b64": "..."}, or {"handoff": {...}}.