Realtime: simulated feed (configure Reverb for live)
AS

Documentation

Choose your role to see what you can access, how AI features work, and where to go in the product.

BelSuite combines CRM, content, automation, and AI in one workspace. Permissions depend on your organization role and whether you are a platform administrator (BelSuite staff).

Guides by audience

Common concepts

Organization (tenant) — Your company workspace. API calls from the app send X-Organization-Id so Laravel can scope data and AI usage.

AI gateway — Server-side routing to models with cost-aware failover. Tenant-scoped features should always go through authenticated BFF routes (for example /api/ai/gateway, /api/ai/assistants, CRM AI routes) so usage can be metered and logged.

Conversation memory — ERP brain and multi-assistant flows can persist turns in ai_conversations when you pass a conversation id and enable persistence (see API docs in each guide).