Skip to content

Authentication

When you launch dreadnode for the first time, Dreadnode opens an authentication modal before it starts your first session.

You will need a Dreadnode platform account to use the hosted experience. New accounts receive free starter credits.

Dreadnode TUI authentication modal

The auth modal gives you two choices:

  • Browser login - the recommended path for most operators.
  • API key - paste a Dreadnode API key directly into the TUI.

After login, Dreadnode stores your active profile under ~/.dreadnode and starts the TUI normally.

If you need to switch accounts, refresh auth, or log into a different platform profile, run:

Terminal window
/login

Open /secrets to inspect which provider presets and secrets the runtime can see.

This is the main TUI surface for confirming whether BYOK models are ready to use.

  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • other provider-backed presets exposed by your runtime

If you want to save a profile before launching the TUI, you can still use the CLI:

Terminal window
dreadnode login
Terminal window
dreadnode login <api-key>
Terminal window
dreadnode login --server http://localhost:3000