Once a model works, you usually need it to work reliably under your own policies. That’s what the Control Plane is for. You attach a set of rules to your organization or a project, and every call that flows through Opper passes through them.Documentation Index
Fetch the complete documentation index at: https://docs.opper.ai/llms.txt
Use this file to discover all available pages before exploring further.
The five tools
Observe
Score every response against criteria you write. Pick how often to check and how strict to be.
Route
Pin a default model for an organization or project. Callers can still override.
Guard
Block or redact content before it reaches the model and before responses go back to your app.
Comply
Limit which models can run, how long traces stick around, and what you spend.
Steer
Use Observe scores and feedback to pick better examples and tune prompts.
How rules work
Every Control Plane feature is a list of rules. Each rule has:- a config: the rule’s settings (regex, allowlist, threshold, etc.)
- an optional name
- a scope: organization or project