planetscale · Capability
PlanetScale Platform API — Service Tokens
PlanetScale Platform API — Service Tokens. 6 operations. Lead operation: List service tokens. Self-contained Naftiko capability covering one Planetscale business surface.
What You Can Do
GET
Listservicetokens
— List service tokens
/v1/organizations/{organization}/service-tokens
POST
Createservicetoken
— Create a service token
/v1/organizations/{organization}/service-tokens
GET
Getservicetoken
— Get a service token
/v1/organizations/{organization}/service-tokens/{service-token-id}
DELETE
Deleteservicetoken
— Delete a service token
/v1/organizations/{organization}/service-tokens/{service-token-id}
GET
Listservicetokenaccesses
— List service token accesses
/v1/organizations/{organization}/service-tokens/{service-token-id}/accesses
POST
Createservicetokenaccess
— Grant service token access
/v1/organizations/{organization}/service-tokens/{service-token-id}/accesses
MCP Tools
list-service-tokens
List service tokens
read-only
idempotent
create-service-token
Create a service token
get-service-token
Get a service token
read-only
idempotent
delete-service-token
Delete a service token
idempotent
list-service-token-accesses
List service token accesses
read-only
idempotent
grant-service-token-access
Grant service token access