Skip to main content

Send a Workflow MCP message

POST 

/api/workflows/:workflowName/mcp

Standard Streamable HTTP MCP JSON-RPC endpoint. It accepts only an account API Key or administrator Key in Authorization: Bearer; browser cookie sessions are rejected. Omit Mcp-Session-Id for initialize. The initialization response returns that header, and every later request must use the same session ID, Bearer credential, project, and target. Normal JSON-RPC request responses are delivered through SSE. Messages containing only notifications or responses return 202.

Request

Responses

SSE stream carrying a JSON-RPC response; initialize also returns the session ID.

Response Headers
    Mcp-Session-Id

    Session ID created during initialize; send it unchanged on later requests.