Open the team detail → Integrations tab. Each row is a URL — click to copy.
| Shape | Use for |
|---|---|
POST /api/team/<slug>/run | Generic JSON invoke. |
POST /api/team/<slug>/openai/chat/completions | OpenAI-compatible — VAPI Custom LLM, Retell Custom LLM, OpenAI SDK base_url. |
POST /api/team/<slug>/mcp | Streamable HTTP MCP — see deep dive. |
POST /api/team/<webhook_id>/webhook/ghl | GHL workflow webhook — see deep dive. |
POST /api/team/<slug>/webhook/closebot | Closebot tool. |
POST /api/team/<slug>/webhook/vapi | VAPI function call. |
POST /api/team/<slug>/webhook/retell | Retell custom function. |
POST /api/team/<slug>/webhook/custom | Anything else — Bland, Synthflow, Zapier, Make. |