This covers the Tinybird Python SDK for defining data infrastructure as code instead of working with their legacy .datasource and .pipe files. You'll want this when setting up datasources, pipes, and API endpoints in Python, or when ingesting and querying data through their client library. The skill walks through the full workflow from `tinybird init` through `tinybird dev` for branch-based development and `tinybird deploy` for production, plus covers connections to Kafka, S3, and GCS. One thing to note: this is strictly server-side. The docs are clear about never exposing tokens in browsers, so plan your architecture accordingly.
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-python-sdk-guidelines