RobotMoney
FOR BUILDERS

Financial judgment, one endpoint away.

RobotMoney is a financial intelligence layer. Your app sends documents and context. RobotMoney returns structured decisions with evidence. Execution stays in your current stack.

THE PATHS

Choose your integration path.

MCP Server

Connect RobotMoney to Claude, ChatGPT, or any MCP client. Your agent gets collections, cash forecasting, vendor risk, reconciliation, and more as tools.

REST API

Call any of the 11 agents directly. Propose-only by default; execution requires a policy and approval.

QUICKSTART

From zero to a gated call in 60 seconds.

01.

Get A Sandbox Key

No card, no call. A testnet key unlocks the full catalog on Base Sepolia with synthetic data.

02.

Point Your Client At RobotMoney

Any MCP client works: Claude, Cursor, or your own agent. One URL, OAuth handles the rest.

03.

Make A Gated Call

Query the ledger, check a policy, or propose payment. Every call returns its gate result and audit anchor.

Query The Ledger. Read-Only, Free Tier

# Reconciled balances across every connected source
curl https://api.robotmoney.com/v1/ledger/query \
  -H "Authorization: Bearer $ROBOTMONEY_SANDBOX_KEY" \
  -d '{ "query": "balances", "as_of": "today" }'
RESPONSE200 OK · 12MS
{
  "balance": { "reconciled": true },
  "status": "23/23 passed",
  "audit": "0x8f8a...c14c"
}
THE PRICING

Pay per call. Approve every execution.

Start in the sandbox without an account, then move to production when your policies are ready. Platform plans include a usage allowance.

Start In Sandbox

Build free. Go live when you're ready.

Test every financial workflow with synthetic data. Production stays propose-only until your policy and approval rules are in place.

View Pricing

Billing

Pay Per Call

USDC via x402

Control

Approve Every Execution

Human approval required

Default

Propose-Only

Nothing moves automatically

Architecture

Non-Custodial

ERC-4337

THE RESOURCES

Everything you need to ship.

The reference material, guides, and tooling developers need to build on RobotMoney.

API.ROBOTMONEY.COM

API Reference

Every tool, every field, every error. The typed contract for the whole catalog.

DOCS.ROBOTMONEY.COM

Guides And Tutorials

From first call to production, including the propose-sign-settle lifecycle.

View Docs

STATUS.ROBOTMONEY.COM

Status And Changelog

Live uptime, versioning policy, and what shipped. Breaking changes never ship unversioned.

View Status
FAQ

Developer questions.

Everything you need to know before your first call, and a few things after.

How do I integrate RobotMoney?
Start with a sandbox key, then point your MCP client or REST client at the RobotMoney endpoint. The Quickstart above walks through the first gated call.
What is robotmoney-skills?
robotmoney-skills is the catalog of reusable financial capabilities that your agent can discover and call, with typed inputs, outputs, and policy-aware gates.
How does authentication work?
Sandbox and production clients authenticate with a project key or OAuth flow. Credentials identify the calling app; your policies still control every execution.
Can I build my own skills?
Yes. Build a skill around your own data or workflow, return a typed decision with evidence, and keep execution in your existing stack.
Which registries is RobotMoney on?
RobotMoney is available through its MCP endpoint and REST API. Registry and package availability can change, so check the current developer documentation for the latest options.
What about on-chain execution?
RobotMoney returns a decision or a gated proposal. On-chain execution remains in your stack and requires the policy and human approval your integration defines.

The consumer lane is yours. Start building today.

RobotMoney remains a pure protocol layer, enabling partners and platforms to integrate its intelligence directly into their own branded experiences.

View Developer Docs