Documentation Index
Fetch the complete documentation index at: https://brama.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Хто це
ICP: UA SMB (5-50 employees), що вже використовує одну з інтегрованих систем (Ringostat call tracking, BAS, Binotel, etc.) і хоче дати AI-агенту доступ до своїх даних поверх цих систем. Buyer: операційний директор / власник. Pain: дані живуть у silo’ах, LLM-агенти не мають доступу. Custom Python інтеграції — крихкі, не підтримуються. No-code (n8n/Zapier) — не дають LLM-tool semantics + audit trail + multi-tenant isolation.Що Brama робить
- Auth proxy — твій агент звертається до
api.brama.workз MCP запитом - Tenant resolution — Brama identifies tenant по auth token, lookup’ить vendor credentials з Supabase
- Vendor SDK call — викликає vendor API від імені tenant’а через official Go SDK
- Result normalization — повертає structured response у LLM-friendly форматі
- Audit — Sentry breadcrumb з tool_name, tenant_id, params_hash, result_status
Що Brama НЕ робить
- ❌ Не клонує vendor native MCP. Якщо у Ringostat є офіційний MCP — використовуй той, не Brama.
- ❌ Не custom one-off integrations. Кожна нова integration = generic SDK у
bystrovagency/{vendor}-sdk+ MCP tool surface. - ❌ Не no-code automation builder. Це не Zapier alternative.