WorkOS
Connect Firetiger agents to your WorkOS account so they can look up users, inspect SSO connections, browse directory sync data, and review audit log events. This gives agents the context they need to investigate authentication issues, onboarding problems, and access-related incidents.
What agents can do with WorkOS:
- Look up users by email or ID to check account status and email verification
- List organization memberships to understand access and roles
- Inspect SSO connections and their state
- Browse directory sync data (users, groups) to correlate identity provider state
- Review audit log events during incident investigation
Setup
- In your WorkOS Dashboard, create or copy an API key (starts with
sk_). - In Firetiger, go to Settings > Connections and click New Connection.
- Select WorkOS, paste your API key, and save.
Read-only mode (enabled by default) restricts agents to GET requests only. Disable it only if you want agents to create or update resources.
Agent Tools
WorkOS connections provide two tools via OpenAPI:
openapi_schema— discovers available WorkOS API endpointsopenapi_request— makes authenticated requests toapi.workos.com
API Coverage
| Resource | Description |
|---|---|
| Users | CRUD, email verification, auth factors |
| Organization Memberships | CRUD, activate/deactivate |
| Organizations | CRUD |
| Invitations | Send, list, get, accept, resend, revoke |
| SSO Connections | List, get, delete |
| Directories | List, get, delete |
| Directory Users / Groups | List, get |
| Audit Log Events | Create |
| Events | List |