Build with Conto
Everything agent builders need in one place: SDK, MCP, CLI quickstart, installable skills, OpenAPI, and machine-readable discovery endpoints.
SDK
npm install @conto/sdkCLI
npx @conto_finance/create-conto-agentChoose your surface
Conto already exposes multiple agent-facing entry points. This page makes the right one obvious based on how your runtime works.
TypeScript SDK
Use `@conto/sdk` when you own the runtime and want typed payment, policy, and bootstrap flows.
npm install @conto/sdkMCP Server
Connect Claude and other MCP-compatible clients to Conto with 47 tools for payments, trust, and analytics.
npx @conto_finance/mcp-serverCLI Quickstart
Provision an agent, wallet, default policy, and SDK key in one guided flow.
npx @conto_finance/create-conto-agentAgent Skills
Install Conto into OpenClaw or Hermes when your agent already has a wallet stack and tool runner.
hermes skills install well-known:https://conto.finance/.well-known/skills/contoMachine-readable discovery
Agents should not have to scrape the marketing site to figure out how to use Conto. These endpoints are meant to be consumed directly.
Agent Manifest
Single machine-readable entrypoint for docs, packages, auth, and install surfaces.
Skill Index
Lists published skills and their installable files.
Skill Manifest
Stable well-known path for the Hermes/OpenClaw Conto skill bundle.
Skill Entrypoint
Serves `SKILL.md` by default and can list or fetch individual skill files.
OpenAPI
Source of truth for generated clients, schema validation, and interactive API docs.
LLMs Index
Compressed docs index for agent discovery and retrieval.
LLMs Full
Expanded conceptual and API reference corpus for retrieval-heavy agents.
Choose the right flow
The product already supports multiple runtime and custody patterns. Start with the decision surface that matches your actual deployment shape.
Custom Runtime
Prefer the SDK or REST API when you control the agent loop.
Operator Assistant
Prefer MCP when humans and assistants share the same control plane.
External Wallet
Use approve -> transfer -> confirm when your signer lives outside Conto.
Generated Clients
Use OpenAPI plus `/api-docs` when you want contract-driven integrations.