AI agents
Give the agent you already use a real design tool. See Moda for Agents.- CLI quickstart: the
modaCLI, for Claude Code, Codex, Cursor, and anything else with a terminal - MCP connector: one URL for claude.ai and Claude Desktop
- Skills: teach your agent Moda’s design workflow
- Ask the Moda expert: free, grounded how-to answers mid-task
mcp.moda.app is still documented under MCP Server (Legacy) for integrations built against it, including the design-to-code guide.
REST API
Moda provides a REST API for programmatic access to canvases, designs, brand kits, exports, and more.- API Overview: getting started with the REST API
- Authentication: API key setup
- Webhooks: real-time event notifications
Canvas Embed SDK
Embed a live, editable Moda canvas inside your own product. Your backend mints a short-lived session, your page loads it in an iframe, and your users design without leaving your app.- Canvas Embed overview: what it is and when to use it
- Quickstart: a working embed in a few minutes
Connecting accounts
Both Slack and Google are connected from Settings → Integrations in the app.Slack
Connect your Slack workspace and you can work with the Moda agent without opening Moda. To connect: go to Settings → Integrations and click Connect Slack. You’ll be asked to authorize Moda in your Slack workspace. The same panel has Disconnect Slack when you want to remove it. To use it, do any of these in Slack:@Modamention the bot in a channel it’s been added to.- Send the bot a direct message.
- Reply in a thread the bot is already part of.
- Export canvases to Google Slides
- Import presentations from Google Drive
- Attach Drive files to chat — reference a Drive document when prompting the agent
Using your own API keys
Moda currently does not support bringing your own API keys for AI providers. All AI operations use Moda’s managed infrastructure and are metered through the credit system.CLI / Programmatic access
Themoda CLI lets any agent with a terminal — Claude Code, Codex, Cursor — create, edit, and export Moda designs for you. See the CLI quickstart.
For chat assistants with no terminal, add the Moda connector to claude.ai or Claude Desktop. To build your own integration, use the REST API.