Browse this section
Getting started

Welcome to BrewMy{Code}

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.

How it works

Ask

Ask in Slack, Teams, the web app or the API — in any language.

Understand

Answers are grounded in retrieved passages the asker may see, with citations and a confidence score.

Act

Enterprise Agents use tools with read/write scopes to finish the job; write actions can require approval.

Start here

Your first query

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.