SynapseDocumentation
Get Started

For API Providers

Publish APIs as paid agent-callable services and earn USDC per invocation.

Provider loop

  1. Authenticate the provider wallet.
  2. Issue a provider secret for Gateway-signed calls.
  3. Register a service manifest with pricing and invoke targets.
  4. Monitor health history and earnings.
  5. 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 }]
  }
}

On this page