Skip to content
Revue

Configuration

The active product path is API-key setup plus the Amp manager launcher. Most users should not edit environment variables directly: run revue login, then revue.

Manager launcher

SettingHow it is setControls
Revue API keyrevue login promptWorkspace-scoped ingestion, bid, route, and manager-delegation authority
Revue APIDefault service, or revue login --api-url <url>Hosted /api/v1 endpoint
WorkspaceInferred from the API key via /principalTenant for manager, child, Orb, and subagent state

The saved machine config lives under ~/.config/revue. Child and Orb launches receive adapter/read/route authority only; manager delegation tokens are scoped to the manager run and manager Amp thread.

Local runtime

The local runtime and TUI are fallback/dev surfaces.

VariableExampleControls
REVUE_RUNTIME_PORT47838Local HTTP port
REVUE_RUNTIME_TOKENrandom secretRequired token for runtime requests and the plugin
REVUE_WAL_PATH.revue/runtime.wal.jsonlOptional durable WAL path
REVUE_SEED_DEMO1Optional local demo state
REVUE_ALLOWED_ORIGINShttp://127.0.0.1:3000Optional browser origins for a future local UI
REVUE_AMP_TRANSPORTpty, sdk, or execute-jsonHow the runtime launches Amp when it owns a session

Amp plugin

VariableExampleControls
PLUGINSallRequired for Amp to load plugins
REVUE_RUNTIME_URLhttp://127.0.0.1:47838Local runtime endpoint used by the plugin
REVUE_RUNTIME_TOKENsame as runtimeToken sent as x-revue-runtime-token
REVUE_AGENT_MODELopenai/gpt-5.5Model for the revue mode; local setup writes this default
REVUE_ENABLE_GLOBAL_APPEND_DELIVERY1Set by local setup so user-level plugin installs can append routed answers

Advanced compatibility

Linear, Centaur, and self-hosted deployment settings remain advanced adapter/operator concerns. They are not part of the first-run path: the engineer should connect one API key and let Revue materialize the launch environment.