Installation
Install the Manifest plugin using OpenClaw’s plugin manager:Choose your mode
Manifest supports three operating modes:
- Local mode (recommended for getting started) — Embedded server with SQLite, zero configuration
- Cloud mode — Connect to Manifest Cloud with your API key
- Dev mode — Connect to a self-hosted Manifest backend
Restart the gateway
Configuration Options
The plugin accepts the following configuration parameters:Mode
local— Runs an embedded Manifest server on your machine (SQLite database, no API key required)cloud— Connects to Manifest Cloud (requires API key from app.manifest.build)dev— Connects to a self-hosted Manifest backend (requires endpoint URL)
API Key (cloud mode only)
mnfst_ prefix.
Endpoint (cloud/dev mode)
https://app.manifest.build/otlp
Port (local mode only)
2099
Host (local mode only)
127.0.0.1
Accessing the Dashboard
Once installed, access the Manifest dashboard:- Local mode:
http://127.0.0.1:2099(or your configured port) - Cloud mode:
https://app.manifest.build - Dev mode: Your self-hosted instance URL
- Real-time message log
- Token usage and cost analytics
- Model routing decisions
- Security events
- Performance metrics
Using LLM Routing
Manifest registers as an OpenAI-compatible provider in OpenClaw. To use smart routing:manifest/auto model:
- Analyzes your conversation across 23 dimensions (complexity, reasoning depth, tool usage, etc.)
- Selects the optimal model from your configured providers
- Routes the request to the chosen model
- Records telemetry data for analytics
Troubleshooting
Plugin not loading
Check if the plugin is enabled:Port already in use (local mode)
If port 2099 is occupied:Connection failures
Run the connection check:- “Endpoint not reachable” — Check your network connection and endpoint URL
- “Auth invalid” — Verify your API key starts with
mnfst_and is correct - “Invalid endpoint URL” — Ensure the endpoint starts with
http://orhttps://
Resetting configuration
If the plugin gets into a bad state:Conflicts with diagnostics-otel
Manifest uses OpenTelemetry and conflicts with OpenClaw’s built-indiagnostics-otel plugin. If you see OTel registration errors:
Next Steps
Local Mode
Learn about running Manifest in local mode with the embedded server
Cloud Mode
Connect to Manifest Cloud for team collaboration
Multi-Agent
Organize and track multiple agents in one workspace
Custom Providers
Add your own LLM provider API keys for routing