Skip to main content

Install the client

What this does

This installs the agentsfleet command-line client. You can then manage fleets from a terminal.

Before you begin

Install Node.js 24 or later. The package also supports Bun 1.3.14 or later.

Steps

  1. Install the package from npm.
  2. Show the client version.

Verify it works

Run the local checks.
The command checks the API, your selected workspace, and the workspace binding. A failed check returns a nonzero exit code; see the command reference for the meanings.

Common problems

If agentsfleet is not found, reopen the terminal. Also check that the npm global binary directory is in your PATH. If installation reports an unsupported runtime, upgrade Node.js to version 24 or later.

Remove or undo

Removing the client does not delete remote fleets or workspace data.