tb

Launches Tinybird Code, an AI-powered assistant that helps you build, optimize, and manage data projects using natural language commands.

Usage

Interactive mode

tb

Opens a conversational interface where you can describe what you want to accomplish.

One-shot mode

tb --prompt "Create a new analytics project for user events"
tb -p "Add an endpoint to get daily active users"

Options

OptionDescription
--prompt, -pExecute a single command in one-shot mode

Examples

# Interactive mode
tb

# One-shot commands
tb -p "Create an e-commerce project with user events Data Source"
tb -p "Optimize my slow endpoint with a Materialized View"
tb -p "Show me top 10 errors from logs in the last 24 hours"

For detailed capabilities, see the Tinybird Code guide.

Updated