Canonical first-win path

One toolkit.
Five minutes to first success.

Try a free API call, open a browser tool, create a free account, mint an API key, and make your first authenticated request. 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

Run a free curl, create a key, then wire REST or MCP into Claude, Hermes, or your stack.

Start with a free API call →
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.

6

Optional: connect MCP

For Claude, Hermes, and other MCP hosts, use the supported packages and guides. Registry pip/npm installs are not advertised until packages are published.

When free limits feel tight

Pro is $5/month for a shared 1,000 daily tool calls, 300 monthly media credits, and higher paid-tool quotas. One plan covers the full toolkit.

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?

Reviewed Python and JavaScript source previews exist; official registry publication is pending. Prefer REST/OpenAPI or MCP packages for production until install commands are announced.

What should I try next?

Product image pipeline, document intake, or website monitoring playbooks on the workflows hub.