# Platform API

Turso's RESTful API for programmatically managing databases, users, teams, API tokens, and related platform resources.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## What's new in Graph Artifacts

DevFeed: [What's new in Graph Artifacts](<https://devfeed.tech/articles/what-s-new-in-graph-artifacts-23587.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/whats-new-in-graph-artifacts>)

Author: Zack Warnimont

Published: 2026-07-27T09:00:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphOS](<https://devfeed.tech/topics/graphos.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cli](<https://devfeed.tech/tags/cli.md>), [container-registry](<https://devfeed.tech/tags/container-registry.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [oci](<https://devfeed.tech/tags/oci.md>), [registry](<https://devfeed.tech/tags/registry.md>), [release](<https://devfeed.tech/tags/release.md>), [router](<https://devfeed.tech/tags/router.md>)

### AI overview

This release adds GraphOS artifact tag management across Rover and Studio. Teams can assign, list, fetch, and delete tags from Rover, view tags alongside artifact digests in Studio, and use OCI-compliant registry APIs. User-managed tags support promotion and rollback workflows, while tag reassignment hot-reloads automatically on Router v2.11.0 and later.

### Source excerpt

When we launched Graph Artifacts, we gave teams a way to pin their GraphOS Router to a specific, immutable supergraph schema version using SHA digests. Graph artifacts are stored using OCI-compliant registries, and tagging is a native concept at that layer. A tag is just a mutable pointer to an immutable digest. In principle, nothing stopped a team from tagging an artifact prod and having their router resolve it.

## View Operational Insights Within the GraphOS Platform API

DevFeed: [View Operational Insights Within the GraphOS Platform API](<https://devfeed.tech/articles/view-operational-insights-within-the-graphos-platform-api-23566.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/view-operational-insights-within-the-graphos-platform-api>)

Author: Nick Marsh

Published: 2026-04-13T13:34:36Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphOS](<https://devfeed.tech/topics/graphos.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Data analysis](<https://devfeed.tech/topics/data-analysis.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [format](<https://devfeed.tech/tags/format.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>)

### AI overview

The article explains how to use the GraphOS Platform API to analyze GraphQL usage and performance. It covers point-in-time operation reports and time-series insights for operations, subgraphs, and fields, including metrics such as request counts, latency percentiles, and error rates.

### Source excerpt

Query GraphQL usage with the GraphOS Platform API: point-in-time operation reports plus timeseries data for operations, subgraphs, and fields.

## Faster schema changes for large SQLite databases

DevFeed: [Faster schema changes for large SQLite databases](<https://devfeed.tech/articles/faster-schema-changes-for-large-sqlite-databases-5946.md>)

Original publisher: [Read original article](<https://turso.tech/blog/faster-schema-changes-for-sqlite-databases>)

Author: Levy Albuquerque

Published: 2025-09-02T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>)

Tags: [databases](<https://devfeed.tech/tags/databases.md>), [memory](<https://devfeed.tech/tags/memory.md>), [performance](<https://devfeed.tech/tags/performance.md>), [rust](<https://devfeed.tech/tags/rust.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

The article explains how Turso accelerates schema changes in large SQLite databases by replacing full schema rescans with targeted in-memory mutations and improving initial schema loading.

### Source excerpt

How Turso speeds up ALTER TABLE on large SQLite schemas: direct in-memory schema mutations and a handwritten parser replace full sqlite_schema rescans.

## Track Database Branching with Turso Cloud

DevFeed: [Track Database Branching with Turso Cloud](<https://devfeed.tech/articles/track-database-branching-with-turso-cloud-6051.md>)

Original publisher: [Read original article](<https://turso.tech/blog/track-database-branching-with-turso-cloud>)

Author: Jamie Barton

Published: 2025-04-16T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [API](<https://devfeed.tech/topics/api.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [database](<https://devfeed.tech/tags/database.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [trace](<https://devfeed.tech/tags/trace.md>), [turso](<https://devfeed.tech/tags/turso.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Turso Cloud now supports tracking database branches through the Dashboard, CLI, and Platform API. The feature shows branch lineage, links branches to their parent databases, and supports workflows such as experiments, parallel development, collaboration, and preview environments.

### Source excerpt

Turso Cloud now tracks database branches in the dashboard, CLI, and Platform API, giving you clear lineage and parent links for every branched database.

## Migrating and Importing SQLite to Turso Just Got Easier

DevFeed: [Migrating and Importing SQLite to Turso Just Got Easier](<https://devfeed.tech/articles/migrating-and-importing-sqlite-to-turso-just-got-easier-6002.md>)

Original publisher: [Read original article](<https://turso.tech/blog/migrating-and-importing-sqlite-to-turso-just-got-easier>)

Author: Jamie Barton

Published: 2025-04-14T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [latency](<https://devfeed.tech/tags/latency.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso Cloud introduces a SQLite Upload API and CLI import command for migrating or seeding existing SQLite databases. The article covers WAL preparation, CLI and API-based uploads, direct regional transfers, and uploads up to 20GB.

### Source excerpt

Turso Cloud's new SQLite Upload API and 'turso db import' CLI command make migrating or seeding existing SQLite databases into Turso a single step.

## Prevent Accidental Deletes with Database and Group Delete Protection

DevFeed: [Prevent Accidental Deletes with Database and Group Delete Protection](<https://devfeed.tech/articles/prevent-accidental-deletes-with-database-and-group-delete-protection-6022.md>)

Original publisher: [Read original article](<https://turso.tech/blog/prevent-accidental-deletes-with-database-and-group-delete-protection>)

Author: Jamie Barton

Published: 2025-04-02T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [API](<https://devfeed.tech/topics/api.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [production](<https://devfeed.tech/tags/production.md>), [protection](<https://devfeed.tech/tags/protection.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso Cloud introduces Delete Protection for databases and groups. The feature is available through the Turso Dashboard, CLI, and Platform API, and blocks deletion attempts until protection is explicitly disabled.

### Source excerpt

Turso Cloud now supports Delete Protection on databases and groups from the dashboard, CLI, and Platform API, blocking accidental deletions of production data.

## Turso Cloud Debuts the New Developer Plan

DevFeed: [Turso Cloud Debuts the New Developer Plan](<https://devfeed.tech/articles/turso-cloud-debuts-the-new-developer-plan-6063.md>)

Original publisher: [Read original article](<https://turso.tech/blog/turso-cloud-debuts-the-new-developer-plan>)

Author: Glauber Costa

Published: 2025-03-19T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [fly.io](<https://devfeed.tech/topics/fly-io.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [developer](<https://devfeed.tech/tags/developer.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [fly-io](<https://devfeed.tech/tags/fly-io.md>), [release](<https://devfeed.tech/tags/release.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso Cloud introduces a Developer plan priced at $4.99 per month when paid yearly, replacing the $9 Hobby plan with larger allowances. The article also describes improved Free plan limits and the removal of cold starts, while noting that the Developer plan is available only in AWS regions.

### Source excerpt

A new developer plan that offers more generous allowances and a lower price than the Hobby plan.

## Analytics for Per-User Database Architecture

DevFeed: [Analytics for Per-User Database Architecture](<https://devfeed.tech/articles/analytics-for-per-user-database-architecture-5887.md>)

Original publisher: [Read original article](<https://turso.tech/blog/analytics-for-per-user-database-architecture>)

Author: Jamie Barton

Published: 2024-11-18T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Per-user Database](<https://devfeed.tech/topics/per-user-database.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Data Management](<https://devfeed.tech/topics/data-management.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [data-architecture](<https://devfeed.tech/topics/data-architecture.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [data-management](<https://devfeed.tech/tags/data-management.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [etl](<https://devfeed.tech/tags/etl.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [per-user-database](<https://devfeed.tech/tags/per-user-database.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [reporting](<https://devfeed.tech/tags/reporting.md>), [saas](<https://devfeed.tech/tags/saas.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This article explains how to aggregate analytics from a per-user or per-tenant Turso database architecture. It describes using an ETL script to query individual SQLite databases, collect metrics such as orders, revenue, shopping carts, and products, and store the results in a central database for reporting and platform monitoring.

### Source excerpt

Aggregating Multi-Tenant Databases for Analytics and Reporting

## Turso: Databases For All Your AI Apps

DevFeed: [Turso: Databases For All Your AI Apps](<https://devfeed.tech/articles/turso-databases-for-all-your-ai-apps-5929.md>)

Original publisher: [Read original article](<https://turso.tech/blog/databases-for-all-your-ai-apps>)

Author: Glauber Costa

Published: 2024-10-21T00:00:00Z

Content type: news

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [databases](<https://devfeed.tech/tags/databases.md>), [ios](<https://devfeed.tech/tags/ios.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso announces generally available native vector search with DiskANN indexing, the Turso Vector SDK, 1-bit quantization, and LangChain support for libSQL as a vector store. The article also describes ephemeral database workflows for AI agents and privacy-focused local-first applications.

### Source excerpt

On Day 1 of our Launch Week, find out why Turso is the database for all your AI apps.

## Adaptive Computer chooses Turso ephemeral databases to power AI agents that build and modify software

DevFeed: [Adaptive Computer chooses Turso ephemeral databases to power AI agents that build and modify software](<https://devfeed.tech/articles/adaptive-computer-chooses-turso-ephemeral-databases-to-power-ai-agents-that-build-and-modify-software-5879.md>)

Original publisher: [Read original article](<https://turso.tech/blog/adaptive-computer-chooses-turso-ephemeral-databases-to-power-ai-agents-that-build-and-modify-software>)

Author: Mike Soylu

Published: 2024-10-21T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Adaptive Computer describes using Turso to provision and branch databases for AI-agent changes to applications, validate those changes, and roll them back when needed. The company says it had 40,000 Turso databases in September while still in alpha.

### Source excerpt

How Adaptive Computer uses Turso multitenancy to create tens of thousands of databases that power AI agent actions

## The Groups API: Platform Saga Part V

DevFeed: [The Groups API: Platform Saga Part V](<https://devfeed.tech/articles/the-groups-api-platform-saga-part-v-5956.md>)

Original publisher: [Read original article](<https://turso.tech/blog/groups-api-platform-saga-part-5>)

Author: Jamie Barton

Published: 2024-03-29T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Platform API](<https://devfeed.tech/topics/platform-api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [databases](<https://devfeed.tech/tags/databases.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This older article describes using a Groups API to create and manage database groups for automatic global data replication.

### Source excerpt

Create and manage groups for databases to automatically replicate data globally.

## Launch Week Day 3: Secure, Compliant & ready for the Pros!

DevFeed: [Launch Week Day 3: Secure, Compliant & ready for the Pros!](<https://devfeed.tech/articles/launch-week-day-3-secure-compliant-ready-for-the-pros-6031.md>)

Original publisher: [Read original article](<https://turso.tech/blog/secure-compliant-and-ready-for-the-pros>)

Author: Glauber Costa

Published: 2024-03-20T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Platform API](<https://devfeed.tech/topics/platform-api.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [applications](<https://devfeed.tech/tags/applications.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [launch](<https://devfeed.tech/tags/launch.md>), [logs](<https://devfeed.tech/tags/logs.md>), [production](<https://devfeed.tech/tags/production.md>), [security](<https://devfeed.tech/tags/security.md>), [support](<https://devfeed.tech/tags/support.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso announces its Pro plan and updates to other plans for production applications with security, compliance, authentication, support, audit-log, and backup capabilities.

### Source excerpt

A new Turso Pro plan, and lots of improvements for other plans.

## The Locations API: Platform Saga Part IV

DevFeed: [The Locations API: Platform Saga Part IV](<https://devfeed.tech/articles/the-locations-api-platform-saga-part-iv-6000.md>)

Original publisher: [Read original article](<https://turso.tech/blog/locations-api-platform-saga-part-4>)

Author: Jamie Barton

Published: 2024-03-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>)

Tags: [databases](<https://devfeed.tech/tags/databases.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [replication](<https://devfeed.tech/tags/replication.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This post explains how to use the Locations API to obtain locations for hosting and replicating databases. It references an older version of Turso, whose databases could be queried over the network or synchronized with users' devices and servers for offline support.

### Source excerpt

Learn how to fetch a list of locations to host and replicate databases to.

## The Organizations API: Platform Saga Part III

DevFeed: [The Organizations API: Platform Saga Part III](<https://devfeed.tech/articles/the-organizations-api-platform-saga-part-iii-6017.md>)

Original publisher: [Read original article](<https://turso.tech/blog/organization-api-platform-saga-part-3>)

Author: Jamie Barton

Published: 2024-03-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Platform API](<https://devfeed.tech/topics/platform-api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [series](<https://devfeed.tech/tags/series.md>), [turso](<https://devfeed.tech/tags/turso.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

A tutorial on Turso's Organization API for listing and updating organizations, managing existing members, and inviting new members.

### Source excerpt

Learn how to manage all members of your organization with Turso's Platform API.

## The Authorization API: Platform Saga Part II

DevFeed: [The Authorization API: Platform Saga Part II](<https://devfeed.tech/articles/the-authorization-api-platform-saga-part-ii-5894.md>)

Original publisher: [Read original article](<https://turso.tech/blog/authorization-api-platform-saga-part-2-448f7622>)

Author: Jamie Barton

Published: 2024-02-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [API](<https://devfeed.tech/topics/api.md>), [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [cli](<https://devfeed.tech/tags/cli.md>), [http](<https://devfeed.tech/tags/http.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This tutorial explains how Turso's Platform API authenticates requests with Bearer tokens formatted as JSON Web Tokens. It covers creating, validating, listing, and revoking API tokens, using the Turso CLI, and understanding token expiration and payloads.

### Source excerpt

Learn how to create, validate, list, and revoke API tokens you use to authorize with Turso's Platform API.

## A Hero's API Journey Begins: Platform Saga Part I

DevFeed: [A Hero's API Journey Begins: Platform Saga Part I](<https://devfeed.tech/articles/a-hero-s-api-journey-begins-platform-saga-part-i-5875.md>)

Original publisher: [Read original article](<https://turso.tech/blog/a-heros-api-journey-begins-platform-saga-part-1-44e3bcec>)

Author: Jamie Barton

Published: 2024-02-16T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Platform API](<https://devfeed.tech/topics/platform-api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [databases](<https://devfeed.tech/tags/databases.md>), [offline](<https://devfeed.tech/tags/offline.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This notice says the post refers to an older Turso version. It describes current Turso as a rewrite of SQLite, with cloud querying, synchronization, offline support, and Turso-native SDKs replacing legacy libSQL SDKs.

### Source excerpt

Quest your way into the heart of Turso, where each post in our series is a key to unlocking a different aspect of platform management.

## Create a database branch with GitHub Actions

DevFeed: [Create a database branch with GitHub Actions](<https://devfeed.tech/articles/create-a-database-branch-with-github-actions-5913.md>)

Original publisher: [Read original article](<https://turso.tech/blog/create-a-database-branch-with-github-actions-07bbf804>)

Author: Jamie Barton

Published: 2024-01-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [API](<https://devfeed.tech/topics/api.md>), [Database](<https://devfeed.tech/topics/database.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [curl](<https://devfeed.tech/tags/curl.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [process](<https://devfeed.tech/tags/process.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [security](<https://devfeed.tech/tags/security.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This tutorial explains how to use GitHub Actions and the Turso Platform API to automatically create a new Turso database by cloning an existing database whenever a GitHub branch is created. It also covers repository secrets, cURL requests, error handling, exporting the database ID for later workflow steps, and branch-name validation.

### Source excerpt

Create a GitHub Action that can create a new Turso database when a new GitHub branch is made.