Required Headers
Important: The
Accept header with text/event-stream is REQUIRED. Without it, you will receive a 406 Not Acceptable error.With Token URL (Self-sufficient)
Content-Type: application/jsonAccept: application/json, text/event-stream
x-alloy-user-token: JWT token for user isolationx-alloy-userid: Override user ID when neededx-credential-id: Use specific credential for operationsx-redirect-uri: OAuth redirect URI for credential creation
With API Authentication
Requires standard API authentication headers.Content-Type: application/jsonAccept: application/json, text/event-streamAuthorization: Bearer YOUR_API_KEYx-alloy-userid: Your user ID
x-alloy-user-token: JWT token for user isolationx-credential-id: Use specific credential for operationsx-redirect-uri: OAuth redirect URI for credential creationx-mcp-server-id: Alternative way to specify server ID

