Documentation
Everything to run Rota Engine.
Quickstarts, policy reference, SDK guides and architecture notes. Built for platform teams who own the path between apps and models.
Getting started
Policy
Quickstart
# 1. Point the SDK at Rota
export OPENAI_BASE_URL="https://gateway.rota.local/v1"
export OPENAI_API_KEY="rota_sk_..."
# 2. Call any provider through one endpoint
curl $OPENAI_BASE_URL/chat/completions \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{ "model": "policy:cost-tier-A", "messages": [...] }'Need a hands-on walkthrough?
An engineer will install Rota in your environment and route a real workload with you.