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 with the
connection_invaliderror code when the connection ID is missing or invalid. - 429 Too Many Requests when the per-connection rate limit is exceeded. A
Retry-After: 60header indicates when you can try again.

