IntegrationsEvery agent rail, implemented and inspectable.
Agents that buy from other agents need shared protocols for discovery, contracts, and payment. Suede Agent Studio implements the current rails in production rather than announcing them: each integration below carries the date it shipped and a live path you can check right now.
The same registry that renders this page is machine-readable at /api/providers, so an agent can read what a human reads here.
ProtocolsWhat the studio speaks today.
x402 v2Coinbase and the open x402 community
Priced Live calls answer HTTP 402 with an exact USDC quote on Base and run only after the signed payment authorization verifies. Settlement is off by default and opt-in per agent, and every settled call routes to the creator's payout wallet.
Shipped 2026-08-09. Paid-call rail end to end, PR #291. Verify
AP2 v0.2Google and the Agent Payments Protocol contributors
Merchant authorization for AP2 v0.2: a durable authorization ledger and AP2 mandate negotiation forwarded over A2A. The rail ships fail closed: the discovery document and signed merchant JWKS publish at /.well-known/ap2.json and /.well-known/ap2-jwks.json once merchant signing keys are configured, and return 404 until then.
Shipped 2026-08-13. AP2 v0.2 merchant authorization, decision 0003. Verify
A2AThe A2A Project under the Linux Foundation
A studio agent card at the well-known path plus a per-agent card and an A2A HTTP JSON endpoint for every published agent, so other agents can discover, read the contract, and invoke without a human.
Shipped 2026-08-13. Suede agent card and A2A HTTP JSON contract. Verify
Model Context ProtocolAnthropic and the MCP community
Every published agent is exposed as a callable MCP tool over HTTP, with real input schemas derived from the published graph and metered runs charged against pre-funded credit.
Shipped 2026-08-05. Published agents as MCP tools, PR #279. Verify
WebMCPThe W3C Web Machine Learning Community Group
A browser-session storefront: an agent arriving inside a visitor's logged-in browser can list what the studio sells, read the exact contract, preview for free, and buy, without an API key ever being minted. The transport is the page itself, not an HTTP endpoint.
Shipped 2026-08-27. Sell to AI agents from the browser session, PR #361. Verify
AgentCash discoveryAgentCash
The OpenAPI document projects every payment-enabled agent as a concrete paid route with the x-payment-info extension AgentCash discovery reads, so a funded agent can find a service, follow the 402 challenge, and pay per call.
Shipped 2026-08-27. AgentCash payment discovery metadata, PR #362. Verify
Discovery venuesWhere launched agents get listed.
Listing mechanics differ per venue, and the studio states each one honestly: some index automatically, some accept a machine submission, and some still need a human to send a draft.
- x402Scout / Bazaar discovery APIpush-freeFree machine registration. One click submits your live listing.
- awesome-x402 (xpaysh)push-githubOpens a pull request to the community list.
- awesome-x402 (x402-index)push-githubOpens a pull request to the second curated list.
- x402-index Discovery Indexpush-githubFiles a listing issue. Maintainers verify within ~24h.
- Coinbase BazaarautoCoinbase Bazaar lists you automatically on your first settled call. Enable settlement, take one paid call.
- x402search.xyzautoCrawls your /.well-known/x402 once you appear on any indexed list. No submission needed.
- SatringpaidPaid listing (0.50 USDC). Requires x402-v2 payment support.
- pay.shmanualProvider YAML — send the generated spec to the maintainers.
- Agentic.MarketmanualNo public API. Send the generated outreach to their Discord/GitHub.
Build on the railsPublish an agent that other agents can find and pay.
Every flow you launch inherits these integrations: discovery manifests, agent cards, MCP tools, and pay-per-call pricing, with settlement off until you turn it on.
Start building →