Quickstart
From discovery to a paid tool call in 5 minutes.
This quickstart uses the public edge surface. MCP clients use /mcp; direct HTTP clients use /tools/:name with x402 payment.
1. Set your endpoints
2. Read the agent manifest
Agents should start with llms.txt before calling tools:
The manifest points to the current docs, tool catalog, MCP endpoint, paid HTTP tool surface, and safety rules.
3. List MCP tools
Use MCP when your host wants JSON schemas before selecting tools.
4. Get an x402 quote
Direct HTTP tools are paid per successful call. First call without a Payment-Signature header:
Sendero returns 402 Payment Required with a PAYMENT-REQUIRED header. Decode that header, sign the EIP-3009 authorization with your wallet, then retry with:
The response includes the tool result plus payment metadata.
5. Search flights
6. Delegate the full booking
For production bookings, prefer the workflow API instead of chaining tools manually:
The workflow handles search, policy, escrow reservation, hold, ticketing pause, settlement, and invoice generation. Continue with agent-to-agent booking.