M16 · Interfaces · Agent API

Agent API

Request, offer, and orchestrate drivers programmatically. The mobility protocol for AI agents — over the whole network, with one integration.

order:createsupply:offerorchestrate

Request

order:create

Create orders of any mode; the registry routes; receive status events by webhook or stream.

Offer

supply:offer

Publish driver / vehicle availability to networks that accept external supply.

Orchestrate

orchestrate

Quote, coordinate multi-order, and query capacity by zone.

M16 · Console

The Agent API 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

POST/agent/ordersorder:create
GET/agent/orders/{id}order:read
POST/agent/quotesorchestrate
POST/agent/supply/offerssupply:offer
POST/agent/webhookssubscribe

// Sample console. The registry that routes orders across networks is part of the network plane — roadmap, not a live service yet.

Request · order:create
POST/agent/orders
moderide
pickup37.7790,-122.4170
dropoff37.8021,-122.4180
rider_refagt_8c12
callbackhttps://hooks…/tr
Send
Response
201 Created 138 ms
{
  "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"
}
LIVEWebhook events · ORD-55191 order
14:02:11order.settled · ORD-5519sf-yellow
13:58:40order.completed · ORD-5519sf-yellow
13:41:22driver.assigned · drv_44asf-yellow
13:40:58order.routing · ORD-5519
13:40:55order.created · ORD-5519agt_8c12

M16 · Trust by design

Open protocol, no KYC bypass

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.

Identity credentials requiredEnforced
Node-local admission rulesEnforced
KYC bypass via supply:offerNot possible
Cross-network order routingRoadmap

// supply:offer publishes availability; it never grants a driver entry. Verification is checked at the receiving node, every time.

Interfaces · Agent API

One integration. Every network.

Request, offer, and orchestrate drivers programmatically — and let the registry route across nodes when the network plane goes live.

Get accessRead the reference