# Rosette Gateway > The secure, resilient, and stateless multi-agent API proxy gateway for AI applications. ## Overview Rosette Gateway provides a production-ready API proxy for over 16 LLM providers with automatic failover, true round-robin rotation, CVE security shields, and dynamic multi-agent orchestration. ## API Reference - [POST /v1/chat/completions](https://rosette.sednium.com/api/chat): OpenAI-compatible chat proxy that automatically load-balances and fails over requests based on your configured credentials. - [GET /v1/models](https://rosette.sednium.com/api/models): Retrieve list of available models for a given provider. - [POST /v1/orchestrate](https://rosette.sednium.com/api/orchestrate): Multi-agent group chat and collaborative request solver. ## Core Features - **Stateless Cloud Sync**: Authenticate with a Google Drive Access Token (`Authorization: Bearer `) to dynamically retrieve credentials. - **Vulnerability CVE Shield**: Backed by security scanners checking for SQL injection, prototype pollution, XSS, and destructive CLI commands. - **Outbound Sandbox**: Restricts downstream requests to whitelisted domains to prevent credentials leakage. - **Failover Waterfall**: Automatically routes requests to backup providers if the primary provider rate-limits or fails.