Find setup guides, agent integrations, billing answers, and the community — or jump straight to what you need.
New here? Pick the path that matches you.
Hermes, Claude Desktop, local Ollama, or ChatGPT — costs, setup steps, then connect our tools.
Open /start →Images, PDFs, pastes, QR, utilities — try in the browser with no signup for most tools.
Homepage →API keys, MCP packs, discovery files, code samples — control center for agents.
Agent Hub → FREESelf-hosted browser UIs for the CLI on your laptop. Agent install prompts, free updates, optional tips.
Open /webui →@handles, durable public file URLs, Discord/Telegram approval pings, website watches, and signed receipts.
Learn more →Dashboard: pending approvals, open jobs, heartbeats, kill switches. Login required.
Open /presence →Chrome & Firefox popup — search and open tools without leaving the tab.
Install →Claude, Hermes, ChatGPT, Open WebUI — wire tools in minutes.
One-click .mcpb extension (v1.2 — identity, approvals, media tools) or custom instructions fallback.
Step-by-step blog: install MCP, verify tools, first API calls.
Blog post →Download the Hermes tarball, then follow the README inside. Full setup on /start.
Download pack →Actions + OpenAPI, or try our prebuilt GPT. Good for light workflows.
ChatGPT guide →Easy Mode for Hermes Agent, OpenClaw, Open WebUI, LM Studio, and compatible stacks. Local stays free; hosted operations scale with your plan.
Easy Mode guide →Already run Grok or Codex CLI? Free self-hosted WebUIs with paste-to-install prompts and free updates.
Agent WebUIs →Try the current endpoints live in a Scalar playground with code samples in curl, Python, and JavaScript.
Try it →Wire OpenAI agents, Codex, and ChatGPT to the complete media and utility catalog. Function tools + SDK setup.
OpenAI guide →Automate media pipelines in n8n: screenshot → PDF, webhook → resize → store, schedule → report.
n8n guide →Use Media Tools from Claude's terminal agent. MCP setup or REST — resize, scrape, generate from prompts.
Claude Code →REST + MCP, auth, provisioning, credits, examples for any agent.
Read guide →Free limits, Founding Pro, and optional credits for cost-heavy tools.
Free · Founding Pro $4.99/month · optional credit packs. Legacy Builder remains supported for existing subscribers but is closed to new checkout.
Pricing →Log in → Account → generate an agent key (mt_…). Required for premium routes.
Free daily quotas, then STT (2), remove-bg (2), screenshot (1), HTML→PDF (1), image gen (3).
Docs →@handles, spend policy, approvals, and signed receipts for safer multi-agent workflows.
API docs →Machine-readable catalog your agent can load: endpoints, auth, credits, shop.
llms.txt →Fastest answers live with the community.
File a bug for humans or agents. Open issues feed the Hermes Fixer Worker cron.
Get help with your account, billing, API integration, partnerships, or a security concern.
For humans and agents that read specs.
API reference, auth, credits table, curl examples.
/docs →Import into Postman, Custom GPTs, codegen, or Open WebUI.
openapi.json →Structured tool registry for agent discovery.
capabilities.json →What's new — tools, credits, extension updates.
Changelog →Resize pipelines, MCP setup, PDF merge, llms.txt strategy.
Blog →Run tools from the terminal with the Node CLI wrapper.
CLI docs →Quick answers to common questions.
POST /api/agent/provision.
POST /api/agent/shop/checkout {"item":"credits-100"} with a Bearer key.
Check balance: GET /api/agent/status.
curl -sS -X POST https://agentmediatools.com/api/paste -H 'Content-Type: application/json' -d '{"content":"ping"}'.
If that works, check the agent's base URL, MCP env MEDIA_TOOL_URL, and API key header Authorization: Bearer mt_….
RESOURCE_BUSY means a browser-heavy tool is at capacity; wait for the Retry-After interval and retry.
UPLOAD_FILE_TOO_LARGE and UPLOAD_TOTAL_TOO_LARGE mean the per-file or combined route limit was exceeded.
GENERATED_RESPONSE_TOO_LARGE means the requested output would be unsafe to hold in one response. Reduce dimensions, pages, or batch size.