Installation
Get set up with the Dreadnode CLI and TypeScript SDK in minutes.
System requirements
Section titled “System requirements”- Node.js 20+
Install the CLI globally
Section titled “Install the CLI globally”The CLI gives you the dreadnode binary for interactive workflows and slash commands.
npm install -g @dreadnode/agentsVerify the installation:
dreadnode --versionInstall the SDK in a project
Section titled “Install the SDK in a project”If you only need the SDK (or want per-project versioning), install the library locally:
npm install @dreadnode/agentsWhat you get
Section titled “What you get”- CLI:
dreadnodefor interactive workflows and authentication. - SDK:
@dreadnode/agentsfor building and running TypeScript agents.