← Tools Reference

Turso

Turso integration (Developer Tools, Data). Imported from open-connector.

API key10 toolshttps://api.turso.tech
GET
turso_list_organizations
List organizations visible to the current Turso Platform API token.

/v1/organizations

GET
turso_get_organization
Retrieve one Turso organization by slug.

/v1/organizations/{organizationSlug}

1 parameter
ParamTypeRequiredDescription
organizationSlugstringrequiredThe organization slug used in the Turso API path.
GET
turso_list_locations
List available Turso locations that can host groups.

/v1/locations

GET
turso_list_groups
List Turso groups for one organization.

/v1/organizations/{organizationSlug}/groups

1 parameter
ParamTypeRequiredDescription
organizationSlugstringrequiredThe organization slug used in the Turso API path.
GET
turso_get_group
Retrieve one Turso group by name within an organization.

/v1/organizations/{organizationSlug}/groups/{groupName}

3 parameters
ParamTypeRequiredDescription
organizationSlugstringrequiredThe organization slug used in the Turso API path.
namestringrequiredThe Turso group name.
groupNamestringrequiredPath parameter: groupName
POST
turso_create_group
Create a Turso group in one organization with a primary location.

/v1/organizations/{organizationSlug}/groups

4 parameters
ParamTypeRequiredDescription
organizationSlugstringrequiredThe organization slug used in the Turso API path.
namestringrequiredThe Turso group name.
locationstringrequiredThe primary Turso location code for the group.
extensionsstringoptionalThe extensions to enable for new databases in the group.
GET
turso_list_databases
List Turso databases for one organization.

/v1/organizations/{organizationSlug}/databases

1 parameter
ParamTypeRequiredDescription
organizationSlugstringrequiredThe organization slug used in the Turso API path.
GET
turso_get_database
Retrieve one Turso database by name within an organization.

/v1/organizations/{organizationSlug}/databases/{databaseName}

3 parameters
ParamTypeRequiredDescription
organizationSlugstringrequiredThe organization slug used in the Turso API path.
namestringrequiredThe Turso database name.
databaseNamestringrequiredPath parameter: databaseName
POST
turso_create_database
Create a Turso database in one organization and group.

/v1/organizations/{organizationSlug}/databases

3 parameters
ParamTypeRequiredDescription
organizationSlugstringrequiredThe organization slug used in the Turso API path.
namestringrequiredThe Turso database name.
groupstringrequiredThe Turso group where the database should be created.
DELETE
turso_delete_database
Delete a Turso database from one organization.

/v1/organizations/{organizationSlug}/databases/{databaseName}

3 parameters
ParamTypeRequiredDescription
organizationSlugstringrequiredThe organization slug used in the Turso API path.
namestringrequiredThe Turso database name.
databaseNamestringrequiredPath parameter: databaseName