Skip to content
Reeflow
Start Building

Tinybird

Connect to Tinybird’s real-time analytics API.

Before creating a connection, you need:

  1. A Tinybird workspace with data sources or pipes you want to query
  2. A static token with read permissions

Reeflow needs a token with read access to your Tinybird data sources. Create a dedicated token with minimal permissions rather than using your admin token.

  1. Navigate to Tokens in your Tinybird workspace
  2. Click the + button to create a new token
  3. Name the token (e.g., reeflow_read)
  4. Add the following scopes:
    • DATASOURCES:READ:* for access to all data sources, or
    • DATASOURCES:READ:datasource_name for specific data sources
  5. Copy the token value (you won’t be able to see it again)
Terminal window
tb token create static reeflow_read --scope DATASOURCES:READ

When creating a Tinybird connection in Reeflow, provide the following:

FieldDescription
TokenThe read token you created
API EndpointThe regional API endpoint URL for your Tinybird workspace

Select the endpoint that matches your Tinybird workspace location for optimal latency.

RegionEndpoint
GCP europe-west3https://api.tinybird.co
GCP europe-west2https://api.europe-west2.gcp.tinybird.co
GCP us-easthttps://api.us-east.tinybird.co
GCP northamerica-northeast2https://api.northamerica-northeast2.gcp.tinybird.co
AWS eu-central-1https://api.eu-central-1.aws.tinybird.co
AWS eu-west-1https://api.eu-west-1.aws.tinybird.co
AWS us-easthttps://api.us-east.aws.tinybird.co
AWS us-west-2https://api.us-west-2.aws.tinybird.co

Create a Tinybird connection

Add Tinybird as a data source in Reeflow.

Navigate to Connections in the main navigation, then click New Connection.

Enter a Name for the connection and an optional Description.

Select Tinybird as the connection type.

Enter your Token and select the API Endpoint that matches your workspace region.

Click Test Connection to verify your token is correct.

Click Create Connection to save. The connection appears in your connections list.