Nova Admin Docs
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

Steps

  1. Go to your PlanetScale organization settings
  2. Navigate to Service tokens
  3. Create a new service token with appropriate permissions
  4. Copy the Service Token ID and Service Token value
  5. Enter your organization name

Credential fields

FieldRequiredDescription
Service Token IDYesstring (e.g. pscale_tkn_...)
Service TokenYesSecret — stored encrypted, never exposed. (e.g. pscale_tkn_...)
OrganizationYesstring (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.

On this page