Authentication
Every MCP request must include:- API key in the Authorization header
- Connection ID in the BU-Connection-Id header
Errors
Common responses include:- 401 Unauthorized when the API key is missing or invalid.
- 400 Bad Request when the connection ID is missing (
connection_missing) or invalid (connection_invalid).

