Get Started
First Paid Invocation
The shortest proof that Synapse is routing, charging, and producing receipts.
Minimal path
- Get a wallet challenge from
GET /api/v1/auth/challenge. - Verify the signature with
POST /api/v1/auth/verify. - Confirm a positive balance with
GET /api/v1/balance. - Issue a credential with
POST /api/v1/credentials/agent/issue. - Discover a service with
GET /api/v1/services/discover. - Invoke with
POST /api/v1/agent/invokeusing the live price observed during discovery.
Success = charged balance + provider receivable + invocation receipt with a stable invocation ID.
Issue credentialCreate the bounded token the agent can actually use.Discover servicesFind callable services and their current pricing.Invoke serviceMake the paid call and receive settlement evidence.Verify receiptFetch the receipt for reconciliation and retry policy.Pricing & feesUnderstand live fee truth and why docs numbers are examples only.MCP workflowRun discover_services -> invoke_and_pay -> get_receipt from agent tooling.