# TruePortAI Documentation Welcome to the TruePortAI documentation. TruePortAI is an enterprise-grade, multi-tenant **AI Gateway and Governance Platform** that provides total visibility, data sovereignty, and ML-powered compliance over every AI interaction your organization makes. ```{toctree} :maxdepth: 2 :caption: Getting Started introduction getting-started features integrations configuration ``` ```{toctree} :maxdepth: 2 :caption: Architecture architecture/system-overview architecture/data-model architecture/sequence-diagrams architecture/deployment architecture/ml-models ``` ```{toctree} :maxdepth: 2 :caption: API Reference api/specifications api/gateway-api api/platform-api ``` --- ## What is TruePortAI? TruePortAI acts as a **transparent gateway** between your applications and commercial LLM providers (OpenAI, Anthropic, Google, Azure). By changing a single base URL in your existing SDK, you gain: | Capability | Description | |-----------|-------------| | **Total Visibility** | Every prompt and completion is recorded | | **Data Sovereignty** | Raw interactions stream to *your* S3/Blob — never our servers | | **Governance** | ML models detect PII, bias, prompt injection, data exfiltration | | **Resilience** | Circuit breakers, failover, and rate limiting out of the box | | **Multi-Tenancy** | Full tenant isolation with RBAC and per-key rate limits | ## Quick Links - [Getting Started →](getting-started.md) - [Gateway API Reference →](api/gateway-api.md) - [Platform API Reference →](api/platform-api.md) - [System Architecture →](architecture/system-overview.md) - [Data Model →](architecture/data-model.md) - [Website](https://trueportai.com) - [Contact Support](mailto:support@trueportai.com)