API Reference
The Conto REST API provides programmatic access to agents, wallets, policies, transactions, alerts, analytics, and approval workflows. Use it to enforce spending controls in your agent infrastructure without building the control plane yourself.
What this API covers
Conto evaluates payment requests for autonomous agents before execution. The API is organized around the control problems teams hit first in production: payment evaluation, wallet permissions, high-risk approval routing, and finance-ready records.
Authentication
SDK keys, org API keys, scopes, and how request authorization works.
Payments
Request approvals, execute transfers, confirm external-wallet payments, and retry failures.
Policies
Create rules for amount limits, counterparties, time windows, approvals, and protocol-specific spend.
Agents and wallets
Register agents, issue SDK keys, link wallets, and inspect effective limits.
Getting started
- 1. Create an account or start with the interactive demo.
- 2. Generate an org API key or agent SDK key.
- 3. Register an agent and link a wallet.
- 4. Add policies before you let the agent spend.
- 5. Use the payment endpoints to approve or execute requests.