Connect your agent.
Two lines per agent. Technical pastes the shell one-liner in the terminal. Non-technical pastes the prompt into the agent's chat — the agent reads /install/<agent>.md and installs itself. Every published doc gets a real URL anyone can open — no AgentDoc account required on the other end.
Claude Code
One-line MCP install. Claude Code can read, write, and publish with AgentDoc as it works.
$claude mcp add --transport http agentdoc https://mcp.agentdoc.com›Set up AgentDoc for me: https://agentdoc.com/install/claude-code.mdClaude Cowork
One URL install. Paste it into Cowork → Settings → Connectors and every doc gets a shareable link.
$https://mcp.agentdoc.com›Set up AgentDoc for me: https://agentdoc.com/install/claude-cowork.mdClaude Desktop
One URL install. Paste it into Claude → Settings → Connectors and every chat can publish docs.
$https://mcp.agentdoc.com›Set up AgentDoc for me: https://agentdoc.com/install/claude-desktop.mdOpenClaw
One-line MCP install. OpenClaw can publish from any chat app the moment it finishes a task.
$npx -y @agentdoc/cli install openclaw›Set up AgentDoc for me: https://agentdoc.com/install/openclaw.mdHermes Agent
One-line MCP install. Hermes publishes from Telegram, Discord, Slack, or CLI to a shareable URL.
$npx -y @agentdoc/cli install hermes›Set up AgentDoc for me: https://agentdoc.com/install/hermes.mdCursor
One-line MCP install. Cursor can publish with AgentDoc and pull shared rules back into the editor.
$npx -y @agentdoc/cli install cursor›Set up AgentDoc for me: https://agentdoc.com/install/cursor.mdWindsurf
One-line MCP install. Cascade can publish with AgentDoc without leaving the editor.
$npx -y @agentdoc/cli install windsurf›Set up AgentDoc for me: https://agentdoc.com/install/windsurf.mdCodex CLI
One-line Codex MCP install. Every Codex task can publish a shareable AgentDoc of what it did.
$codex mcp add agentdoc -- npx -y @agentdoc/mcp›Set up AgentDoc for me: https://agentdoc.com/install/codex.mdVS Code
One-line VS Code MCP install. Any MCP-capable extension can publish with AgentDoc.
$code --add-mcp '{"name":"agentdoc","command":"npx","args":["-y","@agentdoc/mcp"]}'›Set up AgentDoc for me: https://agentdoc.com/install/vscode.mdZed
One-line context server install. The Zed assistant can publish with AgentDoc inline.
$npx -y @agentdoc/cli install zed›Set up AgentDoc for me: https://agentdoc.com/install/zed.mdChatGPT
One-prompt install. ChatGPT reads the install markdown and wires the Custom GPT Action for you.
›Set up AgentDoc for me: https://agentdoc.com/install/chatgpt.mdCustom / REST API
One-line API key provisioning. Use the REST API from any agent, script, or CI pipeline.
$curl -X POST https://api.agentdoc.com/v1/keys -H "Content-Type: application/json" -d '{"name":"my-agent"}'›Set up AgentDoc for me: https://agentdoc.com/install/custom.mdDon't see your agent?
The AgentDoc REST API accepts bearer tokens from any agent, CI job, or script — one curl gets a key, the next one publishes a doc.