Agent setup

Onboard your AI coding agent to DoDomain

Copy one sentence into Claude Code, Codex, Cursor, OpenCode or GitHub Copilot. The agent fetches DoDomain's setup instructions, connects itself to the DoDomain MCP server, installs the right SDK, and verifies the result.

The instructions are plain Markdown at https://dodomain.io/agent-setup/prompt.md. Read them first if you like; the agent runs exactly those commands.

What you get

Set it up by hand

Any other MCP client: add a remote Streamable HTTP server with the URL https://app.dodomain.io/api/mcp. Sign-in is discovered from the URL. MCP server guide

Verify

After signing in, ask the agent to call the list_apps tool: it lists the apps on your team. To check a secret key, run:

curl -s https://app.dodomain.io/api/v1/apps -H "Authorization: Bearer $DODOMAIN_SECRET_KEY"

Success is HTTP 200 with a JSON body of the form {"apps": [...]}: a secret key sees exactly its own app, with its id, name and publishable key.