PlanetScale ​
Manage MySQL-compatible databases, branches, and deploy requests with PlanetScale.
| Detail | Value |
|---|---|
| Category | Database |
| Base URL | https://api.planetscale.com/v1 |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | planetscale |
Using PlanetScale in a workflow ​
- Go to Connections and click New Connection.
- Pick PlanetScale from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /organizations/{organization}/databases | List databases |
| POST /organizations/{organization}/databases | Create a database |
| GET /organizations/{organization}/databases/{database} | Get database details |
| GET /organizations/{organization}/databases/{database}/branches | List branches |
| POST /organizations/{organization}/databases/{database}/branches | Create a branch |
| GET /organizations/{organization}/databases/{database}/deploy-requests | List deploy requests |
| POST /organizations/{organization}/databases/{database}/deploy-requests | Create deploy request |
| GET /organizations/{organization}/databases/{database}/branches/{branch}/schema | Get branch schema |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.