Skip to main content
The xpander CLI is your command-line for managing agents, scaffolding local projects, and deploying containers to xpander.ai’s cloud. It covers four areas:

Install

Requirements: Node.js 20+, Python 3.12+.
Verify the install:
Authenticate (opens a browser):
Or set credentials manually:
Credentials are stored at ~/.xpander/credentials and scoped per profile (default profile is default).

First command

The wizard prompts for a name, creates the agent in your org, and offers to load the framework template into the current directory.

Global options

These apply to every command (and to xpander itself):

Top-level commands

Most lifecycle commands exist both as top-level shortcuts (xpander deploy) and inside the agent namespace (xpander agent deploy). Both forms are documented in Agent Commands.

Where to next

Agent Commands

Every command under xpander agent: control plane, local dev, deployment, graph, tools, NeMo.

Auth & Config

login, configure, profile, secrets-sync.

Shortcuts

x a n, x a d, and friends.