Open the agent's detail → Connect to any system. Each row is a URL — click to copy.
| Shape | Use for |
|---|---|
POST /api/agent/<slug>/run | Anything that can POST JSON. Zapier, Make, your own code. |
POST /api/agent/<slug>/openai/chat/completions | VAPI Custom LLM, Retell Custom LLM, OpenAI SDK base_url. |
POST /api/agent/<slug>/webhook/closebot | Closebot custom tool. |
POST /api/agent/<slug>/webhook/vapi | VAPI tool call. |
POST /api/agent/<slug>/webhook/retell | Retell custom function. |
POST /api/agent/<slug>/webhook/custom | Bland, Synthflow, anything else. Auto-detects the input field. |
POST /api/agent/<slug>/mcp | VAPI native MCP, Cursor "Add by URL", Claude Desktop HTTP MCP. |
GHL workflow webhooks moved to teams. Agent-level
/webhook/ghl URLs return 404. Use team GHL webhooks instead.