> ## Documentation Index
> Fetch the complete documentation index at: https://conto.finance/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Conto is a control center for agentic payments with stablecoins, spending policies, and real-time monitoring

# Welcome to Conto

Conto is a control center for agentic payments using stablecoins, cards, and micropayment protocols (x402 and MPP).

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart/setup">
    Guided Tempo Testnet setup in about 10 minutes
  </Card>

  <Card title="SDK Reference" icon="code" href="/sdk/installation">
    Full TypeScript SDK documentation
  </Card>

  <Card title="Developer Tooling" icon="terminal" href="/guides/developer-tooling">
    CLI, setup probes, OpenAPI, MCP, webhooks, and production checks
  </Card>

  <Card title="API Reference" icon="server" href="https://conto.finance/api-docs">
    Complete REST API documentation
  </Card>

  <Card title="Policies" icon="shield" href="/policies/overview">
    Configure spending rules and limits
  </Card>
</CardGroup>

## What is Conto?

Conto provides controls for agent spending:

* **Agent Identity Management** - Register and manage AI agents with unique identities
* **Wallet Management** - Create and fund wallets on Base, Solana, or Tempo with configurable spend limits
* **Policy Engine** - Define spending rules, limits, and approval workflows
* **Payment Protocols** - Support for stablecoins, x402 micropayments, MPP sessions, A2A transfers, and card payments
* **Transaction Monitoring** - Real-time visibility into all agent transactions
* **Trust Intelligence** - Cross-organization trust scoring for counterparties

## Key Features

<AccordionGroup>
  <Accordion title="Policy-Based Authorization">
    Every payment request is evaluated against your configured policies before execution. Set spend
    limits, time windows, approved vendors, and more.
  </Accordion>

  <Accordion title="Multi-Agent Support">
    Manage multiple AI agents with different permissions, wallets, and spending limits. Perfect for
    teams with multiple autonomous agents.
  </Accordion>

  <Accordion title="Real-Time Monitoring">
    Full visibility into agent transactions with real-time dashboards, alerts, and audit logs.
  </Accordion>

  <Accordion title="Network Trust Intelligence">
    Benefit from anonymized cross-organization trust data to identify risky counterparties before
    transacting.
  </Accordion>
</AccordionGroup>

## Integration Surfaces

| Surface            | Description                                                        |
| ------------------ | ------------------------------------------------------------------ |
| **TypeScript SDK** | Typed client for agent-scoped and admin-scoped integrations        |
| **REST API**       | Lowest-level integration surface and source for generated clients  |
| **MCP Server**     | Tool server for Claude Desktop, Claude Code, and other MCP clients |
| **CLI Quickstart** | Guided provisioning flow for an agent, wallet, policy, and SDK key |
| **Agent Skills**   | Installable policy-enforcement skills for OpenClaw and Hermes      |

## Developer Path

The quickest path to a working integration is:

1. Run `npx @conto_finance/create-conto-agent`
2. Choose Tempo Testnet. The wizard funds the generated wallet with faucet `pathUSD` automatically
3. Run `npx conto doctor` (or call `GET /api/sdk/setup`) to verify agent status, wallet, scopes, and limits
4. Run `npx tsx example.ts --execute` for a small request and execute flow
5. Add webhooks, audit logs, and generated clients when moving toward production

For a compact list of tools and checks, see [Developer Tooling](/guides/developer-tooling).

## Next Steps

<CardGroup cols={2}>
  <Card title="Create Account" icon="user-plus" href="https://conto.finance">
    Sign up for Conto and create your organization
  </Card>

  <Card title="Quick Start Guide" icon="play" href="/quickstart/setup">
    Follow our step-by-step setup guide
  </Card>
</CardGroup>

## Get in Touch

Have questions, feedback, or need help? We'd love to hear from you.

<CardGroup cols={2}>
  <Card title="Discord Community" icon="discord" href="https://discord.gg/h7rYrpkrRt">
    Join our Discord to chat with the team and other users
  </Card>

  <Card title="Contact Support" icon="envelope" href="mailto:support@conto.finance">
    Email the team at [support@conto.finance](mailto:support@conto.finance)
  </Card>
</CardGroup>
