The AI coworker platform for operations teams.
BrewMy{Code} connects to the systems that hold your company's knowledge, answers questions with citations that respect each person's permissions, and runs agents that carry out multi-step work in your tools — with approvals, traces and limits your operations and security teams control.
Ask in Slack, Teams, the web app or the API — in any language.
Answers are grounded in retrieved passages the asker may see, with citations and a confidence score.
Enterprise Agents use tools with read/write scopes to finish the job; write actions can require approval.
From a new workspace to your first cited answer in 15 minutes.
Connect sources, understand permissions, read citations.
Build, guard, trigger, evaluate and promote agents.
What each connector syncs and which tools it provides.
REST endpoints, SDKs, webhooks, errors and limits.
Architecture, data handling, retention and compliance.
curl https://api.brewmycode.com/v1/queries \
-H "Authorization: Bearer $BMC_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "knowledge_base": "ops-eu", "query": "What is our approval threshold for supplier invoices?", "as_user": "marja@example.com" }'The response includes answer, citations[] and confidence. Continue with the Quickstart.