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 sits in the payment path for autonomous agents. The API is organized around the control problems teams hit first in production: evaluating payments before execution, managing wallets and permissions, routing high-risk requests to approval, and keeping a complete audit trail for finance and security.

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 guardrails 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. 1. Create an account or start with the interactive demo.
  2. 2. Generate an org API key or agent SDK key.
  3. 3. Register an agent and link a wallet.
  4. 4. Add policies before you let the agent spend.
  5. 5. Use the payment endpoints to approve or execute requests.