← Back to AppDeploy

Deploy apps from monday.com - setup guide

This guide shows how to connect AppDeploy to your monday.com agent so it can deploy apps and get a live URL back.

Note: monday.com doesn’t yet support OAuth for custom MCP servers (it’s coming soon), so this setup uses a manually generated agent API key. Once OAuth is available, connecting will be a standard one-click sign-in.

Step 1 - Generate an agentic API key

  1. Run:

    curl -X POST https://api-v2.appdeploy.ai/mcp/api-key -H "Content-Type: application/json" -d '{"client_name": "monday"}'
  2. The response contains your key:

    { "api_key": "ak_...", "user_id": "agent-monday-a1b2c3d4", "created_at": 1234567890, "message": "Save this key securely - it cannot be retrieved later" }

    Save the ak_… key securely - it cannot be retrieved later.


Step 2 - Connect AppDeploy to your monday.com agent

  1. Go to your selected agent (or create one), and open the agent settings

  2. Under the Brain tab, go to Tools and click Add tool -> Add custom MCP

  3. Fill in the tool details:

  4. Click Next, make sure all tools are selected, and click Add tools


Deploy your first app

Setup is done! Mention AppDeploy and your agent will use it to deploy a real web app. For example:

“Build a Hello monday webpage with a global visitor counter and deploy it with AppDeploy.”


Need Help?

If you encounter any issues, check our troubleshooting guide or contact us at support@appdeploy.ai.