Make (formerly Integromat)
StableWorkflow Automation / Visual Integration Platform
Agent Interface
REST APIWebhooks (Custom Webhooks module)HTTP Module (call any URL from scenarios)
What an agent can do
- ✓Trigger Make scenarios via webhook
- ✓Create, list, and manage scenarios via API
- ✓Read scenario run history and logs
- ✓Execute scenarios on demand
- ✓Pass data between agents and Make scenarios via webhooks
- ✓Monitor data store contents
What it can't do
- ✗Get synchronous return values from triggered scenarios (async only)
- ✗Modify module configurations within scenarios via API
- ✗Access Make AI features programmatically
- ✗Subscribe to real-time scenario events without webhook setup
Auth Model
API TokenOAuth 2.0 (for Make apps)
Builder Notes
No official MCP server. Make's REST API covers scenario lifecycle management but not visual editing. The real integration point for agents is Make's Custom Webhook module — agents trigger scenarios, scenarios handle the downstream integrations. Make's visual builder is better for complex conditional routing than code-based alternatives.
Sources
Last verified: 2026-03-01