Canonical first-win path

Hands for your agent.
Five minutes to first success.

Prove a free API call, try the same tool in the browser, create a free account, mint an API key, then connect MCP. One account for REST and agents — no card required.

I’m using the browser

Compress or resize an image free, then create an account for higher daily limits and keys.

Start with a free tool →

I’m connecting an agent

Connect Claude, Hermes, or another compatible host to the bounded MCP tool surface.

Start with MCP →
0 of 5 core steps complete · progress stays in this browser
1

Try a free API call (no account)

This hits the live public UUID endpoint. Free tools need no authentication.

curl https://agentmediatools.com/api/uuid
Open UUID tool →

Anonymous free tools share a daily limit. Free login raises it to 25 calls/day.

2

Use one free browser tool

Pick a high-value free tool. A real file result is the fastest human “wow.”

3

Create a free account

Unlock 25 shared daily tool calls, API keys, usage history, and the activation checklist. No credit card.

4

Create an API key

After login, open Account → API keys and create a key. Keys use the mt_ prefix. Copy it once and store it safely — it will not be shown again in full.

Signed-out visits to the account panel open login first, then return you to the panel.

5

Make your first authenticated call

Replace the placeholder with your key. A successful status response completes the “first API request” milestone.

curl -H "Authorization: Bearer mt_YOUR_KEY" \
  https://agentmediatools.com/api/agent/status

Next free examples after status: UUID, hash, JSON format, QR, pastebin. Media tools accept multipart uploads the same way.

MCP

Connect your agent through MCP

For Claude, Hermes, and other MCP hosts, use the supported packages and guides. MCP gives the agent a documented tool surface while guided workflows add task state, bounded retries, verification, and completion evidence.

UI

Optional: Grok or Codex in the browser

If you already run the Grok or Codex CLI on your machine, free self-hosted WebUIs give you a private chat UI (Tailscale-friendly). Paste a setup prompt into the agent, or download and run setup. Free updates; optional tips never unlock features. Wire your AMT key in Prefs when you want tools inside the chat.

When free limits feel tight

Free path: no account → 10/day · free login → 25/day + API keys. Founding Pro is $4.99/month for 1,000 daily tool calls, 100 flexible monthly credits (rollover up to 300), schedules, watches, and hosted MCP—when your agents run every day.

Quick answers

Do I need a credit card?

No. Free tools work without an account. Free login raises limits and unlocks keys.

Can I use this without an AI agent?

Yes. The Toolbox Workspace is a full browser suite. Agents use the same tools over REST or MCP.

Where do SDKs stand?

Both official SDKs are live: install Python from PyPI with python -m pip install agentmediatools, or JavaScript/TypeScript from npm with npm install @agentmediatools/sdk. REST, OpenAPI, and MCP remain fully supported.

What should I try next?

Give your agent the public web with AgentBrowse (POST /api/browser/browse), or try product image, document intake, and website monitoring playbooks on the workflows hub. See measured Easy Mode and workflow timings on Benchmarks.