Documentation
Production-ready setup guides and operational basics for MAVIS.
Quickstart
Point your OpenAI-compatible clients at MAVIS using OPENAI_BASE_URL and your gateway-issued key.
OPENAI_API_KEY="your-propilot-key"
OPENAI_BASE_URL="https://your-host/propilot/v1"
curl $OPENAI_BASE_URL/models \
+ -H "Authorization: Bearer $OPENAI_API_KEY"Routing
Define model aliases and fallback chains from admin settings. Clients keep using one stable model name while MAVIS routes traffic behind the scenes.
Operations
Use the admin dashboard for usage analytics, account management, and policy controls. Start with conservative limits and expand by traffic profile.