Decorative gradient background texture

Api

The Maxon API.

A clean REST API and typed SDK for composing agents, setting on-chain limits, and streaming run events. Build the whole agent lifecycle programmatically.

REST + TypeScript SDK

Key-based auth

Webhooks & streaming

Agents

Create, fork, deploy, pause, and revoke agents.

/v1/agents

Runs

List runs, fetch a run, and replay decisions.

/v1/runs

Limits

Read and update on-chain caps and allowlists.

/v1/limits

Wallets

Inspect agent wallets and signing activity.

/v1/wallets

Web hooks

Subscribe to run, limit, and revoke events.

/v1/webhooks

Marketplace

Query listings, stats, and published templates.

/v1/market

Authenticate with a bearer token and deploy an agent with a hard cap:

curl https://api.maxon.xyz/v1/agents \
-H "Authorization: Bearer $MAXON_KEY" \
-d goal="route idle USDC to best audited vault" \
-d limits[maxPerMove]=2000000 \
-d chain=base

The response returns the agent, its freshly generated non-custodial wallet:

{
"id": "agt_9f2a",
"wallet": "0x4c…aa90",
"limitContract": "0x77…1d2e",
"status": "live"
}

Plan

Requests / min

Webhooks

Burst

Free

60

1 endpoint

120

Pro

600

10 endpoints

1,200

Scale

6,000

Unlimited

Custom

Decorative call-to-action background image

START BUILDING

Start building smarter agents today.

Spin up an agent, deploy it on-chain, and list it before theday's out — no complexity, no friction.

Decorative call-to-action background image

START BUILDING

Start building smarter agents today.

Spin up an agent, deploy it on-chain, and list it before theday's out — no complexity, no friction.

Decorative call-to-action background image

START BUILDING

Start building smarter agents today.

Spin up an agent, deploy it on-chain, and list it before theday's out — no complexity, no friction.

Create a free website with Framer, the website builder loved by startups, designers and agencies.