Skip to main content

bl chat

Chat with an agent

Synopsis

Start an interactive chat session with a deployed agent. This command opens a terminal-based chat interface where you can send messages to your agent and see responses in real-time. Perfect for testing agent behavior, exploring capabilities, or debugging conversational flows. The agent must be deployed and in DEPLOYED status. Use ‘bl get agent NAME’ to check deployment status before chatting. Local Testing: Use —local flag to chat with a locally running agent (requires ‘bl serve’ to be running in another terminal). This is useful during development. Debug Mode: Enable —debug to see detailed API calls, responses, and timing information. Helpful for troubleshooting issues or understanding agent behavior. Keyboard Controls:
  • Type your message and press Enter to send
  • Ctrl+C to exit chat session
  • Ctrl+L to clear screen (if supported)

Examples

Options

Options inherited from parent commands

SEE ALSO

  • bl - Blaxel CLI - manage and deploy AI agents, sandboxes, and resources
Last modified on April 11, 2026