sentry

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name SENTRY_TOKEN or zero doctor check-connector --url https://sentry.io/api/0/organizations/ --method GET

Organizations

List Organizations

curl -s "https://sentry.io/api/0/organizations/" \
  --header "Authorization: Bearer $SENTRY_TOKEN"

Get Organization

curl -s "https://sentry.io/api/0/organizations/<org-slug>/" \
  --header "Authorization: Bearer $SENTRY_TOKEN"
Related skills
Installs
65
GitHub Stars
59
First Seen
Jan 24, 2026