Connect to Tinybird’s real-time analytics API.
Before creating a connection, you need:
A Tinybird workspace with data sources or pipes you want to query
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.
Navigate to Tokens in your Tinybird workspace
Click the + button to create a new token
Name the token (e.g., reeflow_read)
Add the following scopes:
DATASOURCES:READ:* for access to all data sources, or
DATASOURCES:READ:datasource_name for specific data sources
Copy the token value (you won’t be able to see it again)
tb token create static reeflow_read --scope DATASOURCES:READ
When creating a Tinybird connection in Reeflow, provide the following:
Field Description Token The read token you created API Endpoint The regional API endpoint URL for your Tinybird workspace
Select the endpoint that matches your Tinybird workspace location for optimal latency.
Region Endpoint GCP europe-west3 https://api.tinybird.coGCP europe-west2 https://api.europe-west2.gcp.tinybird.coGCP us-east https://api.us-east.tinybird.coGCP northamerica-northeast2 https://api.northamerica-northeast2.gcp.tinybird.coAWS eu-central-1 https://api.eu-central-1.aws.tinybird.coAWS eu-west-1 https://api.eu-west-1.aws.tinybird.coAWS us-east https://api.us-east.aws.tinybird.coAWS us-west-2 https://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.
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.