Skip to content

Wabee CLI

The Wabee CLI is a command-line interface for interacting with Wabee AI agents directly from your terminal. It provides a powerful way to send tasks to agents, manage sessions, debug agent behavior, and integrate Wabee agents into your development workflows and CI/CD pipelines.

Why Use the CLI?

While the Wabee Studio web interface is great for building and configuring agents, the CLI is designed for:

  • Developers who prefer working in the terminal
  • Automation scenarios where you need to interact with agents programmatically
  • CI/CD integration to run agents as part of your build and deployment pipelines
  • Debugging with detailed execution traces to understand agent behavior
  • Scripting to combine agent capabilities with other command-line tools

Key Features

  • Task execution - Send tasks to agents using natural language and receive responses in real-time
  • Streaming responses - Watch agent responses as they are generated, with live status updates during reasoning and tool execution
  • Session management - List, view, and continue conversations across multiple sessions
  • Execution tracing - Debug agent behavior with detailed traces showing each step of the reasoning process
  • Multiple profiles - Configure different environments (development, staging, production) and switch between them easily
  • Flexible output formats - Get responses as plain text, JSON, or formatted tables for easy parsing and integration

Getting Started

  1. Install the CLI on your machine
  2. Configure your connection to a Wabee agent
  3. Run your first task:
wabee task new "Hello, what can you help me with?"

Next Steps