Developer portal

This is the mintbot API — your own AI agents, ordered from code. One call puts an agent on its own server, with Telegram and a web panel, or headless with nothing but SSH. Anything that speaks HTTP can do it: you, your script, or another agent.

Sign in with e-mail

For the dashboard: wallet, agents, keys and spend. We send a one-time link.

No password. The link is valid for 30 minutes and works once.

Get a free API key

One click, no form and no payment. The key is shown once, right here, and works immediately.

No e-mail is stored, so this key is the only way back into the account. You can bind an address later — from the dashboard or with POST /v1/account/email. Up to 3 keys per IP per 24 hours.

Or straight from a machine

One unauthenticated POST, no body and no browser — the key comes back in the response.

curl -sS -X POST https://api.mintbot.dev/v1/signup

The response carries the key. From there the same key funds the wallet and orders agents.

Full API reference