Step 1 · Core install
npm install -g @xyteai/cli@latest
xyte-cli init --no-setup
xyte-cli --version
AI-powered orchestration in the terminal
@xyteai/cli exposes the real commands from install to tenant setup, fleet inspection,
console workflows, and exportable PDF or JSON handoff artifacts.
See it in action
Install
Install the package globally, initialize your workspace, connect a tenant key, and verify readiness. Then move into fleet inspection, incident watch, or report generation.
Step 1 · Core install
npm install -g @xyteai/cli@latest
xyte-cli init --no-setup
xyte-cli --version
Step 2 · Connect and verify
Step 3 · Next commands
xyte-cli ops watch incidents --tenant <tenant-id> --profile incidents-active --once
xyte-cli ops inspect deep-dive --tenant <tenant-id> --window 24 --output json --out ./artifacts/deep-dive.json
xyte-cli ops report generate --tenant <tenant-id> --input ./artifacts/deep-dive.json --out ./reports/fleet-report.pdf
Agents
Drop a structured prompt into Codex, Claude, or Copilot. The CLI provides deterministic, machine-readable outputs that agents can parse and act on.
Copyable prompt
Use @xyteai/cli in this workspace. Keep it concise and safe.
Rules:
- Never print secrets.
- Do not invent IDs or outputs.
Run:
npm install -g @xyteai/cli@latest
xyte-cli init --no-setup
Then connect the tenant:
xyte-cli setup run
xyte-cli setup status --field tenantId
Read tenantId from setup status and continue:
xyte-cli ops watch incidents --tenant <tenant-id> --profile incidents-active --once --output json --strict-json
xyte-cli ops inspect deep-dive --tenant <tenant-id> --window 24 --output json --out ./artifacts/deep-dive.json
xyte-cli ops report generate --tenant <tenant-id> --input ./artifacts/deep-dive.json --out ./reports/fleet-report.pdf
Operator defaults
--output json --strict-json when they need machine-parseable results.
Workflow
Install the CLI, connect tenant context, inspect fleet state, and generate artifacts. Each step feeds the next.
Install from npm, then scaffold agent configs for Codex, Claude, and Copilot.
xyte-cli init --no-setup
Provide your API key once. Verify with setup status before running operational commands.
xyte-cli setup run
Watch incidents, inspect devices, and browse console screens before making changes.
xyte-cli ops inspect fleet --output json
Generate deep-dive JSON snapshots and PDF reports you can share or feed into other tools.
xyte-cli ops report generate ...
Docs and contracts
Guides for first-run onboarding, full command reference, agent integration patterns, flow authoring, and machine-readable JSON schemas.
First-run prerequisites, onboarding order, and the recommended setup sequence.
Open guide Commands referenceExact command behavior, operator-facing examples, and the practical CLI surface area.
Open commands Agent guidancePatterns for using xyte-cli safely from Codex, Claude, or similar agent workflows.
Deterministic operational flow packs for incident response and repeated operator scenarios.
Open flows Custom workflowsCreate, edit, share, and import reusable workflow definitions for your environment.
Open authoring Schema contractsMachine-readable JSON contracts in docs/schemas for validation and automation.
Ready to run
Install the CLI, connect your tenant, and run your first fleet inspection in under five minutes.