Blockchain infrastructure for AI agents

An agent that can read a chain is useful. One that can also move value is a different thing entirely — and the reason most teams stop at read-only is that handing a private key to a model is not an option.

It does not have to be. The agent prepares the transaction and broadcasts it; the signature happens with a key it never sees. Everything below runs on one API key.

What an agent can do

The agent never holds your keys

This is the part that decides whether an agent is safe to run unattended. Addresses are derived from an xPub — a public key — so nothing the agent can reach will move funds. Transactions are prepared by the API and signed by @cryptoapis-io/offline-signer inside your own process: MIT-licensed, no API key, no network call. The agent hands the signed result back for broadcast and never sees the key that produced it.

Start on the free plan

The MCP server, the CLI and the whole read surface work on the free tier. No card to start.

Get Started For Free