Skip to main content
Manifest is an open-source LLM router for OpenClaw that routes queries to the cheapest model that can handle them. It comes with a dashboard for tracking tokens, costs, and usage.

Why Manifest

Smart routing

Scores each query and routes it to the cheapest model that can handle it.

Automatic fallbacks

If a model fails, Manifest retries with a backup. No downtime, no manual switching.

Set limits

Get email alerts or block requests when spending crosses a threshold.

How it works

Manifest intercepts each OpenClaw request, scores the query in under 2 ms, assigns a tier (simple / standard / complex / reasoning), and forwards it to the matching model. Token counts, latency, and cost data are captured as requests flow through the router and show up in the dashboard.

Manifest vs OpenRouter

ManifestOpenRouter
Open sourceYesNo
Self-hostableYesNo
PrivacyMetadata only (or 100% local)Full request proxied
Routing logicTransparent, open-source scoringBlack box
CostFreePer-token markup
DashboardBuilt-inSeparate
Works with OpenClawNative integrationRequires config

Privacy

  • Local: All data stays on your machine. Nothing is sent anywhere.
  • Cloud: Requests are routed through the Manifest proxy. Only model name, token counts, and latency are stored. Message content is not persisted.

Next step

Get started

Set up Manifest and start routing.