A policy is your algorithm for which agent handles which work — declarative rules cerver evaluates on every turn. First match wins, explicit choices always beat the policy, and no policy means nothing changes. This is how "25% frontier / 35% mid / 40% cheap" stops being a chart and becomes enforcement.
Apply one (account-wide): curl -X PUT https://gateway.cerver.ai/v2/account/routing-policy -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" -d '{"routing_policy": <paste a policy>}' Per app: PUT /v2/apps/:slug/routing-policy · clear: {"routing_policy": null}
Frugal coder
Cheap-good-enough by default, frontier only when the caller says it matters. The 40% of your bill that was reflex, deleted.
One line: let cerver's automatic router pick per turn — coding signals get the strong path, research goes to a current-answers route, routine work rides the cheap tier. Your rules (if any) still win first; auto only fills what's left. Opt-in by design: no policy means nothing ever changes behind your back.
This gallery is curated by hand for now — send yours via GitHub or the dashboard suggestion box and we'll credit you. Policy publishing & forking comes when the gallery earns it.