neon
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name NEON_TOKEN or zero doctor check-connector --url https://console.neon.tech/api/v2/projects --method GET
Core APIs
List Projects
curl -s "https://console.neon.tech/api/v2/projects" --header "Authorization: Bearer $NEON_TOKEN" | jq '.projects[] | {id, name, region_id, created_at, pg_version}'
Docs: https://api-docs.neon.tech/reference/listprojects
Get Project Details
Replace <project-id> with the actual project ID: