Sazabi
CLI

CLI

Install and authenticate the Sazabi CLI, then look up every command, subcommand, and flag.

The Sazabi CLI (sazabi) drives the platform from a terminal and from scripts. Every command below is generated from the CLI's command registry, so this reference always matches the installed binary.

Install

Install the published CLI globally with your package manager. For most environments, use npm:

npm install -g @sazabi/cli

Confirm the install:

sazabi --version

Authenticate

Sign in with the browser device flow. This opens a browser, approves the device, and stores a credential for the active profile:

sazabi auth login

Confirm the identity, organization, and project the CLI resolved:

sazabi auth whoami

Organization and project context

Most commands run against the active project. Set the active organization and project once; later commands use them until you change them:

sazabi organizations use    # Choose the active organization
sazabi projects use         # Choose the active project

Every command accepts --json for machine-readable output.

In this section

sazabi artifacts

Retrieve artifacts produced in a thread.

sazabi auth

Manage authentication credentials.

sazabi automations

Manage scheduled automations.

sazabi billing

View and manage billing — usage, plans, credits, and subscribe.

sazabi completions

Shell completion scripts.

sazabi components

Manage status page components.

sazabi connected-accounts

Manage personal connected accounts (GitHub, Google, Microsoft, Linear, Bitbucket, Slack).

sazabi env

Manage sandbox environment variables.

sazabi integrations

Connect and inspect integrations.

sazabi issues

Manage issues.

sazabi log-sources

Manage log sources.

sazabi log-streams

Manage log streams.

sazabi logs

Stream, search, and forward logs.

sazabi mcp

Search and execute connected MCP tools.

sazabi mcp-connectors

Inspect MCP connectors.

sazabi members

Manage organization members.

sazabi memory

Read, search, and update durable project memory.

sazabi messages

Send, list, and search messages.

sazabi notifications

Manage notification delivery rules and inspect channels.

sazabi onboarding

Guided setup for a project from the terminal.

sazabi organizations

Manage organizations.

sazabi profiles

Manage named CLI profiles.

sazabi projects

Manage projects.

sazabi public-keys

Manage public keys.

sazabi pull-requests

List pull requests opened by Sazabi.

sazabi recommendations

View setup recommendations for a project.

sazabi repos

Manage the repositories linked for code search.

sazabi runs

Inspect deferred agent runs.

sazabi sandbox-clis

Manage sandbox CLIs.

sazabi scripts

Manage durable project scripts.

sazabi secret-keys

Manage secret keys.

sazabi settings

Manage global CLI settings.

sazabi signal-definitions

Manage CEL signal definitions.

sazabi skill

Manage Sazabi agent skills.

sazabi status

Show a summary of the status page.

sazabi tasks

Deprecated: use 'onboarding tasks'.

sazabi teams

Manage organization teams.

sazabi threads

Manage agent threads.

sazabi work-items

Manage work items in the organization's connected issue tracker.