원클릭으로
turso-platform-api
Turso Platform API skill. Use when working with Turso Platform for organizations, locations, auth. Covers 46 endpoints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Turso Platform API skill. Use when working with Turso Platform for organizations, locations, auth. Covers 46 endpoints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Configuration API skill. Use when working with Configuration for accountHolders, balanceAccounts, balancePlatforms. Covers 79 endpoints.
Adyen Checkout API skill. Use when working with Adyen Checkout for applePay, cancels, cardDetails. Covers 28 endpoints.
Akamai: Application Security API skill. Use when working with Akamai: Application Security for activations, api-discovery, configs. Covers 213 endpoints.
Google Analytics Admin API skill. Use when working with Google Analytics Admin for v1beta. Covers 26 endpoints.
Google Analytics Data API skill. Use when working with Google Analytics Data for v1beta. Covers 7 endpoints.
Google Analytics API skill. Use when working with Google Analytics for data, management, metadata. Covers 88 endpoints.
| name | turso-platform-api |
| description | Turso Platform API skill. Use when working with Turso Platform for organizations, locations, auth. Covers 46 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: 0.1.0
Bearer bearer
46 endpoints across 3 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /v1/organizations/{organizationSlug}/databases | List Databases |
| POST | /v1/organizations/{organizationSlug}/databases | Create Database |
| GET | /v1/organizations/{organizationSlug}/databases/{databaseName} | Retrieve Database |
| DELETE | /v1/organizations/{organizationSlug}/databases/{databaseName} | Delete Database |
| GET | /v1/organizations/{organizationSlug}/databases/{databaseName}/configuration | Retrieve Database Configuration |
| PATCH | /v1/organizations/{organizationSlug}/databases/{databaseName}/configuration | Update Database Configuration |
| GET | /v1/organizations/{organizationSlug}/databases/{databaseName}/instances | List Database Instances |
| GET | /v1/organizations/{organizationSlug}/databases/{databaseName}/instances/{instanceName} | Retrieve Database Instance |
| POST | /v1/organizations/{organizationSlug}/databases/{databaseName}/auth/tokens | Generate Database Auth Token |
| GET | /v1/organizations/{organizationSlug}/databases/{databaseName}/usage | Retrieve Database Usage |
| GET | /v1/organizations/{organizationSlug}/databases/{databaseName}/stats | Retrieve Database Stats |
| POST | /v1/organizations/{organizationSlug}/databases/{databaseName}/auth/rotate | Invalidate All Database Auth Tokens |
| GET | /v1/organizations/{organizationSlug}/groups | List Groups |
| POST | /v1/organizations/{organizationSlug}/groups | Create Group |
| GET | /v1/organizations/{organizationSlug}/groups/{groupName} | Retrieve Group |
| DELETE | /v1/organizations/{organizationSlug}/groups/{groupName} | Delete Group |
| GET | /v1/organizations/{organizationSlug}/groups/{groupName}/configuration | Retrieve Group Configuration |
| PATCH | /v1/organizations/{organizationSlug}/groups/{groupName}/configuration | Update Group Configuration |
| POST | /v1/organizations/{organizationSlug}/groups/{groupName}/transfer | Transfer Group |
| POST | /v1/organizations/{organizationSlug}/groups/{groupName}/unarchive | Unarchive Group |
| POST | /v1/organizations/{organizationSlug}/groups/{groupName}/locations/{location} | Add Location to Group |
| DELETE | /v1/organizations/{organizationSlug}/groups/{groupName}/locations/{location} | Remove Location from Group |
| POST | /v1/organizations/{organizationSlug}/groups/{groupName}/update | Update Databases in a Group |
| POST | /v1/organizations/{organizationSlug}/groups/{groupName}/auth/tokens | Create Group Auth Token |
| POST | /v1/organizations/{organizationSlug}/groups/{groupName}/auth/rotate | Invalidate All Group Auth Tokens |
| GET | /v1/organizations | List Organizations |
| GET | /v1/organizations/{organizationSlug} | Retrieve Organization |
| PATCH | /v1/organizations/{organizationSlug} | Update Organization |
| GET | /v1/organizations/{organizationSlug}/plans | List Plans |
| GET | /v1/organizations/{organizationSlug}/invoices | List Invoices |
| GET | /v1/organizations/{organizationSlug}/subscription | Current Subscription |
| GET | /v1/organizations/{organizationSlug}/usage | Organization Usage |
| GET | /v1/organizations/{organizationSlug}/members | List Members |
| POST | /v1/organizations/{organizationSlug}/members | Add Member |
| GET | /v1/organizations/{organizationSlug}/members/{username} | Retrieve Member |
| PATCH | /v1/organizations/{organizationSlug}/members/{username} | Update Member Role |
| DELETE | /v1/organizations/{organizationSlug}/members/{username} | Remove Member |
| GET | /v1/organizations/{organizationSlug}/invites | List Invites |
| POST | /v1/organizations/{organizationSlug}/invites | Invite Organization Member |
| DELETE | /v1/organizations/{organizationSlug}/invites/{email} | Delete Invite |
| GET | /v1/organizations/{organizationSlug}/audit-logs | List Audit Logs |
| Method | Path | Description |
|---|---|---|
| GET | /v1/locations | List Locations |
| Method | Path | Description |
|---|---|---|
| GET | /v1/auth/validate | Validate API Token |
| GET | /v1/auth/api-tokens | List API Tokens |
| POST | /v1/auth/api-tokens/{tokenName} | Create API Token |
| DELETE | /v1/auth/api-tokens/{tokenName} | Revoke API Token |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP