Request
order:create
Create orders of any mode; the registry routes; receive status events by webhook or stream.
M16 · Interfaces · Agent API
Request, offer, and orchestrate drivers programmatically. The mobility protocol for AI agents — over the whole network, with one integration.
order:create
Create orders of any mode; the registry routes; receive status events by webhook or stream.
supply:offer
Publish driver / vehicle availability to networks that accept external supply.
orchestrate
Quote, coordinate multi-order, and query capacity by zone.
M16 · Console
Pick an endpoint, build a request, and read the live shape of the response. One integration speaks to every node on the network.
Endpoints
// Sample console. The registry that routes orders across networks is part of the network plane — roadmap, not a live service yet.
{
"order_id": "ORD-5519",
"status": "routing",
"mode": "ride",
"matched_network": "sf-yellow",
"quote": { "currency": "USD", "amount": "18.40" },
"events_url": "/agent/orders/ORD-5519/events"
}M16 · Trust by design
The protocol is open, but offering a driver doesn’t bypass verification. Driver admission still requires identity credentials and the node’s local rules. There is no shortcut around them.
// supply:offer publishes availability; it never grants a driver entry. Verification is checked at the receiving node, every time.
Interfaces · Agent API
Request, offer, and orchestrate drivers programmatically — and let the registry route across nodes when the network plane goes live.