Turso icon

Turso

Edge database platform for SQLite databases, organizations, locations, groups, tokens, and database operations.

Handles edge SQLite database operations around databases, SQL queries, organizations, locations, and database lists.

Example Use Cases

These are the Turso actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Validate API Token

Validates a Turso API token and retrieves its expiration time. Use this action to verify that an API token is valid and check when it expires. Returns the token's expiration timestamp, or -1 if the token has no expiration.

Closest Region

Tool to get the closest Turso region based on client location. Use when you need to minimize latency by selecting the nearest deployment region.

Listen To Changes

Listen to committed table changes in a Turso database via the /beta/listen endpoint. This tool streams real-time insert/update/delete events for a specific table. IMPORTANT: Requires a database-specific URL (e.g., 'https://mydb-myorg.turso.io'), NOT the platform API URL (api.turso.tech). Note: The /beta/listen endpoint is NOT available on AWS regions for Free, Developer, and Scaler plans. When unavailable, the action falls back to a /v2/pipeline health check.