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.

Brama зараз у closed beta (v0.1). Доступ через Bystrov Agency — напиши viktor@bystrov.agency для запиту tenant access.

Передумови

  • AI-агент який підтримує MCP протокол (Claude Code, Cursor, custom клієнт)
  • Active subscription у одну з інтегрованих систем
  • Tenant credentials від Bystrov Agency (видаються після onboarding)

Steps

1

Отримай tenant credentials

Після onboarding ти отримаєш:
  • Tenant ID
  • MCP endpoint URL (https://api.brama.work/mcp/{tenant_id})
  • API key для авторизації
2

Підключи vendor account

Зайди у https://app.brama.work → Integrations → твій vendor → Connect.Тенант проходить OAuth flow на vendor side. Tokens зберігаються encrypted у нашому Supabase (RLS-protected).
3

Додай Brama до свого AI-агента

Налаштуй MCP клієнт з endpoint + API key.Для Claude Code:
{
  "mcpServers": {
    "brama": {
      "type": "http",
      "url": "https://api.brama.work/mcp/{tenant_id}",
      "headers": {
        "Authorization": "Bearer {your_api_key}"
      }
    }
  }
}
4

Verify

Спитай агента “які tools доступні через Brama” — він покаже список (наприклад brama_ringostat_get_missed_calls).Готово — агент тепер бачить твої бізнес-дані.

Питання

Натрапив на проблему? Перевір Audit log у admin UI або напиши support.