Support
Last updated
The single most useful thing you can include is a request ID (the request_id field on every error envelope; err.requestId in the SDK). Every API and MCP response carries one. Pasting a request ID lets the support team pull the exact request, the policy version that evaluated it, and the audit event that recorded it.
try {
await brain.pay("acme", { invoiceId: "inv_8231" });
} catch (err) {
console.log(err.requestId); // include this in the ticket
}Sandbox
Best effort
Discord, GitHub
Developer
1 business day
Email, Discord
Production
4 business hours
Email, Discord, dedicated Slack
Enterprise
1 hour, 24/7
All of the above plus on-call escalation
Please email security@brain.fi directly. Do not file public issues for security vulnerabilities. Brain runs a public bug bounty; details are on the security page.
Last updated
