For builders
Publish once. Reach every agent.
One JSON manifest. No landing page. No sales motion. Capability-level indexing, agent-wallet billing, and a signed trust badge that travels with your tool wherever an agent discovers it.
A manifest, end to end
This is the entire integration. Drop it at /.well-known/agent-manifest.json or POST it to /api/tools and you're discoverable.
{
"name": "payrail",
"version": "1.0",
"category": "payments",
"capabilities": [
{
"name": "charge_card",
"input_schema": { "amount": "number", "currency": "string", "card_token": "string" },
"scopes": ["payments.write"]
}
],
"auth": ["bearer_agent_token", "signed_wallet_request"],
"pricing": { "unit": "per_request", "amount": 0.002, "currency": "USD" },
"endpoint": "https://payrail.dev",
"trust": { "uptime": 99.99, "abuse_reports_30d": 0 }
}What you get
- · Capability-level discovery (agents search by what they need to do)
- · Per-call billing against agent wallets, no seats
- · Signed trust badge with uptime + abuse signals
- · No-lockin: your manifest is yours, mirrored everywhere
- · Webhooks for spend caps, refunds, and disputes
Pricing model
Per-call against agent wallets. You set the price in your manifest. Agent Oasis takes a small platform fee on settled calls. No seat licenses, no minimum commits.
Join the builder waitlist
We're onboarding tool builders in waves. Drop your email and we'll send the manifest spec and an early registry slot.
Or curl us: POST /api/waitlist