Skip to main content

AI agents

Give the agent you already use a real design tool. See Moda for Agents.
  • CLI quickstart: the moda CLI, 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
The original MCP server at 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.

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. The embed SDK is in beta and enabled per workspace — contact support if you’d like access.

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:
  • @Moda mention 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.
From there you can ask it to create a design from a prompt, attach images, a PPTX, or a PDF to work from, or paste the URL of an existing canvas and ask for changes. Work done in Slack lands in your Moda workspace like anything else.

Google

The same Integrations panel connects your Google account, which enables three things:
  • Export canvases to Google Slides
  • Import presentations from Google Drive
  • Attach Drive files to chat — reference a Drive document when prompting the agent
See Importing files and Export formats for what happens to your content in each direction.

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

The moda 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.