Agent^Rider
FOR TEAMS RUNNING AI AGENTS IN PRODUCTION

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.

RIDER CREDENTIALVERIFIED
agent_id a7f2-rider-9c14
origin network.acme-fleet
clearance checkout · catalog
issued just now
expires 24h
Signed once. Presented at every gate.

How your agents get (and prove) trust

This is the actual order a request moves through — not a marketing sequence.

01
Request
Before your agent touches a new system, you ask Agent^Rider for a credential on its behalf.
02
Verify
We run the identity and clearance checks once — origin network, operator, scope. You don't build that pipeline yourself.
03
Issue
A signed rider comes back: a compact, tamper-evident proof of who's asking and what they're cleared for. Expires automatically.
04
Present
Every gate your agent crosses reads the rider directly, for free, in milliseconds. No re-vetting, no call back to you.

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.

MERCHANT GATE — BASE
Freefor 7 days
then $11.99/month
  • 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.