Skip to Content

Clerk

Connect Clerk to Cendriix to manage authentication and user sessions.

Authentication

Clerk uses API key authentication. You’ll need to generate an API key from your Clerk dashboard.

Setup

  1. Navigate to Settings → Integrations → Connectors
  2. Find Clerk in the connector list
  3. Click Connect
  4. Enter your API key when prompted
  5. The connector will be activated immediately

Admin Setup (Self-Hosted)

To enable Clerk for your Cendriix instance:

  1. Generate an API key from your Clerk dashboard 
  2. Note the API key for the next step
  3. Populate the Secrets Manager secret cendriix/prod/connectors/clerk with:
    { "api_key": "..." }

Use Cases

  • Manage authentication and user sessions
  • Automate workflows between Clerk and your other connected tools
  • Query Clerk data from Cendra AI assistant

Documentation

Last updated on