Get Started
For API Providers
Publish APIs as paid agent-callable services and earn USDC per invocation.
Provider loop
- Authenticate the provider wallet.
- Issue a provider secret for Gateway-signed calls.
- Register a service manifest with pricing and invoke targets.
- Monitor health history and earnings.
- Create a withdrawal intent when receivables are T+7 matured and ready.
{
"serviceName": "Invoice OCR",
"agentToolName": "invoice-ocr-v1",
"summary": "Extract line items and totals from invoices.",
"pricing": { "currency": "USDC", "amount": "0.080000" },
"invoke": {
"method": "POST",
"targets": [{ "url": "https://api.example.com/invoke", "weight": 100 }]
}
}Pricing & feesUnderstand example fee values, provider net revenue, and live Gateway fee truth.Provider withdrawalsProvider earnings are T+7 before they become withdrawable receivables.ReconciliationMatch receipts, receivables, withdrawal tickets, and chain claims.Provider APIRegister services, rotate secrets, inspect health, and create settlement intents.