# Binexia > Developer documentation for Binexia — Universal Business Intelligence OS ## Documentation - [Binexia Developer Documentation](https://docs.binexia.dev/docs): Universal Business Intelligence OS — developer documentation for building, deploying, and operating Binexia. - [Agno API](https://docs.binexia.dev/docs/api-reference/agno-api): FastAPI agent runtime endpoints — the intelligence layer. - [Environment Variables](https://docs.binexia.dev/docs/api-reference/environment-variables): Every environment variable for every service, grouped by service. - [Laravel API](https://docs.binexia.dev/docs/api-reference/laravel-api): REST API endpoints served by the Laravel 12 backend. - [Database](https://docs.binexia.dev/docs/architecture/database): Five PostgreSQL schemas per tenant — what lives where and why. - [Request Flow](https://docs.binexia.dev/docs/architecture/request-flow): Three real requests traced end-to-end through the Binexia stack. - [Services](https://docs.binexia.dev/docs/architecture/services): The 15 Docker services that make up the Binexia stack. - [Tenant Isolation](https://docs.binexia.dev/docs/architecture/tenant-isolation): How Binexia isolates tenant data — schema-per-tenant, RLS, and Docker isolation. - [Agents](https://docs.binexia.dev/docs/core-concepts/agents): The eight agent types that power Binexia's intelligence capabilities. - [Knowledge Pipeline](https://docs.binexia.dev/docs/core-concepts/knowledge-pipeline): How documents flow from upload to searchable embeddings. - [LLM Routing](https://docs.binexia.dev/docs/core-concepts/llm-routing): How Binexia routes each agent to the best LLM provider and model using litellm. - [Semantic Model](https://docs.binexia.dev/docs/core-concepts/semantic-model): The core abstraction that makes natural language queries work — entities, metrics, dimensions, and vocabulary. - [Widget Framework](https://docs.binexia.dev/docs/core-concepts/widget-framework): How dashboard widgets work — types, configuration, and the rendering pipeline. - [Prerequisites](https://docs.binexia.dev/docs/getting-started/prerequisites): What you need before running Binexia. - [Quick Start](https://docs.binexia.dev/docs/getting-started/quick-start): Clone, configure, and run the full Binexia stack in 5 minutes. - [Building Dashboards](https://docs.binexia.dev/docs/guides/building-dashboards): Create dashboards, add widgets, and configure layouts. - [Building a Semantic Model](https://docs.binexia.dev/docs/guides/building-semantic-model): Step-by-step guide to creating a semantic model for your vertical. - [Cheap LLM for Dev/Test](https://docs.binexia.dev/docs/guides/cheap-llm-dev): Use free and budget LLMs during development to avoid burning expensive tokens. - [Creating a Vertical](https://docs.binexia.dev/docs/guides/creating-vertical): How to configure Binexia for a new business domain. - [Deploying](https://docs.binexia.dev/docs/guides/deploying): Production deployment on Hetzner with Docker Compose. - [Setting Up Dify](https://docs.binexia.dev/docs/guides/setting-up-dify): Configure Dify knowledge pipeline with litellm proxy for unified LLM access. - [Setting Up LLM Providers](https://docs.binexia.dev/docs/guides/setting-up-llm-providers): Step-by-step guide for configuring LLM providers in Binexia. - [Test Data & Databases](https://docs.binexia.dev/docs/guides/test-data): Sample databases for testing all 5 UBIOS capabilities across every vertical. - [Day to Day](https://docs.binexia.dev/docs/operations/day-to-day): Common commands for starting, stopping, and managing the Binexia stack. - [IP Testing](https://docs.binexia.dev/docs/operations/ip-testing): Run the full Binexia stack using IP addresses — no DNS setup needed. - [Local Development](https://docs.binexia.dev/docs/operations/local-development): dnsmasq setup, hot reload, and service URLs for local development. - [Monitoring](https://docs.binexia.dev/docs/operations/monitoring): Container health checks, log aggregation, and system monitoring. - [Troubleshooting](https://docs.binexia.dev/docs/operations/troubleshooting): Common issues and fixes for the Binexia stack. ## Links - [GitHub](https://github.com/krecco/ubios)