Integrations
PlanetScale
How to get your PlanetScale API key and connect it to Nova Admin.
Manage PlanetScale databases, branches, deploy requests, and schema changes via the API.
Prerequisites
- A PlanetScale account. Sign up at https://planetscale.com/docs/concepts/service-tokens.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to your PlanetScale organization settings
- Navigate to Service tokens
- Create a new service token with appropriate permissions
- Copy the Service Token ID and Service Token value
- Enter your organization name
Credential fields
| Field | Required | Description |
|---|---|---|
| Service Token ID | Yes | string (e.g. pscale_tkn_...) |
| Service Token | Yes | Secret — stored encrypted, never exposed. (e.g. pscale_tkn_...) |
| Organization | Yes | string (e.g. my-org) |
Troubleshooting
- Invalid credentials: verify the key was copied in full with no trailing spaces.
- Key not working: check that your PlanetScale account has API access enabled and billing is active if required.
- Need help?: refer to the PlanetScale documentation.