● runtime: ALIVElocal onlybring your own agentv0.1 — early access
docs / cli

CLI reference

The rume CLI is the entry point to the editor and its configuration.

Commands

  • rume dev — start the editor; auto-opens the panel in your browser
  • rume key [--key <sk>] [--model <m>] [--base <url>] — write the global agent key/settings to ~/.rume/config.json. Without --key, it prints the stored key masked — never the raw secret.

Examples

rume dev

# store your bring-your-own-agent credentials globally
rume key --key sk-… --model openai/gpt-4o-mini --base https://openrouter.ai/api/v1

# view the stored key (masked)
rume key

Notes

  • rume dev is equivalent to the npm package's run command — both launch the panel on 127.0.0.1:8787.
  • The CLI never echoes a raw key; a misuse with no --key prints it masked.