Skip to main content

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 робить

  1. Auth proxy — твій агент звертається до api.brama.work з MCP запитом
  2. Tenant resolution — Brama identifies tenant по auth token, lookup’ить vendor credentials з Supabase
  3. Vendor SDK call — викликає vendor API від імені tenant’а через official Go SDK
  4. Result normalization — повертає structured response у LLM-friendly форматі
  5. 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.

Status

v0.1 (поточна стадія): scaffold complete, перша інтеграція (Ringostat) у роботі. No paying tenants yet. v0.2 (планована): Ringostat live + 1-2 додаткові інтеграції (Binotel або BAS — за demand signal). Roadmap details у GitHub.