Documentation
Binexia Developer Documentation
Universal Business Intelligence OS — developer documentation for building, deploying, and operating Binexia.
Binexia is a vertical SaaS platform that provides five universal intelligence capabilities to businesses across domains:
| Capability | What it does |
|---|---|
| Knowledge RAG | Upload documents, ask questions, get grounded answers |
| Text-to-SQL | Ask questions in plain language, get charts and tables |
| Behavioral Scoring | Automated churn risk and upsell opportunity detection |
| Document Extraction | Structured field synthesis from uploaded documents |
| Proactive Agents | Scheduled anomaly detection, forecasting, and alerting |
The same platform serves different verticals (travel, manufacturing, legal, veterinary, logistics) by changing only the semantic model configuration. The code is identical — only the data and business terms change.
Architecture at a Glance
Browser
└─► Nuxt 3 Frontend (port 6080)
└─► Laravel 12 API (port 6081)
├─► PostgreSQL 16 (5 schemas per tenant)
├─► Redis 7 (cache, queue, sessions)
├─► Agno FastAPI (port 8001) ─► LLM providers
├─► Dify (knowledge pipeline)
├─► MinIO (document storage)
└─► Metabase (embedded BI dashboards)Start Here
Quick Start
Get the full stack running locally in 5 minutes.
Architecture
Understand the services, database, and request flow.
LLM Routing
Configure LLM providers — grouped by API protocol: OpenAI/Compatible, Anthropic, Google Gemini, Mistral, OpenRouter, Cohere.
API Reference
Full endpoint reference for Laravel and Agno APIs.