prisma-postgres

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name PRISMA_POSTGRES_TOKEN or zero doctor check-connector --url https://api.prisma.io/v1/projects --method GET

Core APIs

List Projects

curl -s "https://api.prisma.io/v1/projects" --header "Authorization: Bearer $PRISMA_POSTGRES_TOKEN" | jq '.[] | {id, name, createdAt}'

Docs: https://www.prisma.io/docs/postgres/introduction/management-api

Get Project Details

Replace <project-id> with the actual project ID:

Related skills
Installs
23
GitHub Stars
59
First Seen
Mar 12, 2026