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 →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.1, 46 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 →Local models via Ollama, tools via OpenAPI. Pair with Hermes for autonomy.
Open WebUI →REST + MCP, auth, provisioning, credits, examples for any agent.
Read guide →Limits, Premium, and pay-as-you-go for heavy tools.
Free · Premium $5/mo · Builder $15/mo · credit packs 100/$5 · 500/$20 · 2000/$60.
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 →Machine-readable catalog your agent can load: endpoints, auth, credits, shop.
llms.txt →Fastest answers live with the community.
Announcements, support, show & tell, premium chat. Best place for help and feedback.
File a bug for humans or agents. Open issues feed the Hermes Fixer Worker cron.
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_….