--- title: 'PlanetScale' description: 'Manage MySQL-compatible databases, branches, and deploy requests with PlanetScale.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **PlanetScale** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /organizations/{organization}/databases](./get_organizations_organization_databases_database_listdatabases) | List databases | | [POST /organizations/{organization}/databases](./post_organizations_organization_databases_database_createdatabase) | Create a database | | [GET /organizations/{organization}/databases/{database}](./get_organizations_organization_databases_database_database_getdatabase) | Get database details | | [GET /organizations/{organization}/databases/{database}/branches](./get_organizations_organization_databases_database_branches_database_listbranches) | List branches | | [POST /organizations/{organization}/databases/{database}/branches](./post_organizations_organization_databases_database_branches_database_createbranch) | Create a branch | | [GET /organizations/{organization}/databases/{database}/deploy-requests](./get_organizations_organization_databases_database_deploy_requests_database_listdeployrequests) | List deploy requests | | [POST /organizations/{organization}/databases/{database}/deploy-requests](./post_organizations_organization_databases_database_deploy_requests_database_createdeployrequest) | Create deploy request | | [GET /organizations/{organization}/databases/{database}/branches/{branch}/schema](./get_organizations_organization_databases_database_branches_branch_schema_database_getbranchschema) | Get branch schema | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.