Stop making your agents
re-prove themselves every time.
Every new API your agents touch means rebuilding trust from zero — or you building your own identity system to avoid it. Agent^Rider issues a signed, tamper-evident credential for each agent your fleet runs. Any gate verifies it locally, for free, in milliseconds — no callback, no re-vetting.
How your agents get (and prove) trust
This is the actual order a request moves through — not a marketing sequence.
The actual API, not a mockup
Two calls. Issuing a rider needs your merchant key; verifying one doesn't — any system your agent talks to can check it for free.
POST /api/rider/issue
X-Merchant-Key: merchant_live_...
{
"agent_id": "a7f2-rider-9c14",
"operator_id": "network.acme-fleet",
"level": "L2"
}
→ { "rider": "eyJhbGciOiJFUzI1NiIs...",
"expires_in": 900 }POST /api/rider/verify
(no auth required — free, local check)
{ "rider": "eyJhbGciOiJFUzI1NiIs..." }
→ { "valid": true,
"rider": { "agent_id": "a7f2-rider-9c14",
"level": "L2" } }Full contract, error codes, and clearance levels in the docs, or run it live in the demo.
- Rider issuance API for your agents
- L0–L4 clearance levels + scopes
- Unlimited free verification, for any gate
- Self-describing 401s agents can follow
- 69 merchant-key status checks/month included, then $0.15 each
Free for 7 days, then $11.99/mo via Stripe, plus $0.15 per merchant-key status check beyond 69/month. Cancel anytime before the trial ends and you won't be charged.