database create | Create a Strada database on your own Tinybird workspace. |
database upgrade | Upgrade the Tinybird schema to the latest version. |
login | Authenticate with Strada via browser-based device flow. |
logout | Remove stored authentication from ~/.strada/config.json. |
whoami | Show the currently authenticated user and server URL. |
orgs list | List all organizations you belong to. |
setup | Save the default organization and project for the current folder. |
projects list | List all projects in the current organization. |
projects create | Create a new project and generate its first org-wide ingest token. |
projects delete | Delete a project by its ID. |
projects retention | Show raw telemetry retention for a project. |
projects retention update | Update raw telemetry retention for a project. |
issues list | List error issue groups sorted by frequency. |
issues view | Show full details for a single issue by fingerprint hash. |
issues resolve | Mark an issue as resolved. |
issues mute | Mark an issue as muted. |
issues unresolve | Reopen a resolved or muted issue. |
issues assign | Assign an issue to an org member or remove the current assignee. |
analytics pages | Top pages by pageviews from the otel_analytics_pages materialized view. |
analytics browsers | Top browsers by unique visitors |
analytics devices | Top device types by unique visitors |
analytics countries | Top countries by unique visitors |
analytics referrers | Top traffic sources by unique visitors |
analytics languages | Top browser languages by unique visitors |
analytics kpis | Summary KPIs: unique visitors, pageviews, sessions, bounce rate, and |
analytics overview | One-screen browser analytics: unique visitors, pageviews, sessions, |
analytics timeseries | Daily unique visitors and pageviews. |
analytics visitors | Unique visitors, first visits, and returning visitors. |
analytics events | Top custom events by occurrence count |
analytics realtime | Count active visitors in the last 5 minutes. |
query | Run a ClickHouse SQL query against a project's database. |
alerts create | Create an error alert rule. |
alerts list | Show all alert rules and destinations for the current org. |
alerts update | Update an error alert rule's settings. |
alerts delete | Delete an error alert rule. |
alerts test | Send a test alert to all destinations in the org. |
checks create | Create a URL health check that runs on a schedule. |
checks list | List all health checks for the current org. |
checks delete | Delete a health check by ID. |
checks enable | Re-enable a health check that was disabled (manually or auto-disabled). |
checks disable | Manually disable a health check. |
destinations list | List all notification destinations for the current org. |
destinations remove | Remove a notification destination. |
logs | Browse and search OTel log records from otel_logs. |
services list | Find service names that are actively generating logs or traces. |
traces list | List distributed traces in a project, grouped by TraceId. |
traces span | Show the full details for one span inside a trace. |
traces view | Render one distributed trace as a parent-child span tree. |
tokens create | Create an org-wide token with an explicit scope. |
tokens list | List org-wide tokens. |
tokens delete | Delete an org-wide token. |
mcp | Start a stdio MCP server that exposes supported non-interactive Strada |