workos
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name WORKOS_TOKEN or zero doctor check-connector --url https://api.workos.com/organizations --method GET
Authentication
All requests require a secret API key passed as a Bearer token:
Authorization: Bearer $WORKOS_TOKEN
Official docs:
https://workos.com/docs/reference
Environment Variables
| Variable | Description |
|---|---|
WORKOS_TOKEN |
WorkOS secret API key (sk_live_... or sk_test_...) |