Overview
This page summarizes MCP endpoints at a high level. Detailed specs are based on the internal API specification in the main Knotie AI repo.Customer management
POST /api/v1/mcp/customers/onboardPOST /api/v1/mcp/customersGET /api/v1/mcp/customersGET /api/v1/mcp/customers/{customerId}PATCH /api/v1/mcp/customers/{customerId}
Portal access
POST /api/v1/mcp/customers/{customerId}/portal-accessPOST /api/v1/mcp/customers/{customerId}/portal-access/blockPOST /api/v1/mcp/customers/{customerId}/reset-password
Agent mapping
POST /api/v1/mcp/retell-agents/{agentId}/map-customerPOST /api/v1/mcp/retell-agents/{agentId}/unmap-customerPOST /api/v1/mcp/vapi-agents/{agentId}/map-customerPOST /api/v1/mcp/vapi-agents/{agentId}/unmap-customer
Team members
POST /api/v1/mcp/customers/{customerId}/team-membersGET /api/v1/mcp/customers/{customerId}/team-membersDELETE /api/v1/mcp/customers/{customerId}/team-members/{teamMemberId}