Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

database create

Create a Strada database on your own Tinybird workspace.
Requires strada login first. Authenticates with Tinybird via browser OAuth, deploys OTel datasources and materialized views, then saves the tokens to your Strada database.
For non-interactive Tinybird auth, pass --token and --base-url directly.

Usage

strada database create

Options

OptionDefaultDescription
-t, --token [token]-Tinybird workspace admin token (skips browser login)
-u, --base-url [url]-Tinybird API base URL (e.g. https://api.us-east.aws.tinybird.co)
-f, --force-Overwrite existing database config without confirmation

Global Options

OptionDefaultDescription
-h, --help-Display this message
-v, --version-Display version number

Examples

# Interactive setup (opens browser)
strada database create
# Non-interactive with existing token
strada database create --token p.eyXXX --base-url https://api.tinybird.co