Use a Clerk Secret Key for the Clerk instance you want to sync. Clerk Secret
Keys have broad Backend API access. The connector performs read-only API
calls, but the key itself is not scoped to read-only access by Clerk.
1
Sign in to the Clerk Dashboard and open the application to sync.
2
Navigate to Configure > API Keys.
3
Under Secret keys, create a new key or copy an existing key.
4
Store the key securely. Production keys start with sk_live_; development
keys start with sk_test_.
Organizations: Clerk organizations from GET /v1/organizations.
Organization roles: instance-wide organization role definitions from
GET /v1/organization_roles.
Organization permissions: instance-wide organization permission
definitions from GET /v1/organization_permissions.
Organization membership grants: user memberships emitted as organization
grants. Each membership receives the generic member grant and, when the
membership role can be resolved, the matching role grant.