API Tokens (create, rotate, revoke)
Authenticate to the Neon Cloud API for automation and integrations.
Insert screenshot of Profile β API Tokens here
Create βΆοΈ
Go to Profile β API Tokens
Click Create token, add name/labels
Copy the secret now (shown once)
Use (example)
export NEON_TOKEN=<secret>
curl -H "Authorization: Bearer $NEON_TOKEN" https://api.neoncloud.com/v1/me
Rotate & revoke π
Create new token β update apps β revoke old token
Scope tokens to least privileges; label by app/team
Last updated
Was this helpful?