GPT Action Initial Setup

Configure your Clerk authentication settings for use with OpenAI GPT Actions. Your settings are stored locally in this browser.

Find this in your Clerk Dashboard under "Account Portal" settings.

From your Clerk OAuth application settings.

Keep this secure - it will only be stored in your browser.

Quick Links

GPT Action Configuration

Use these values in GPT Builder → Actions → Authentication:

Authorization URL: [Set issuer above]/oauth/authorize
Token URL: [Set issuer above]/oauth/token
Scopes: openid email profile

API Environment Variables

Set these when deploying your API:

CLERK_ISSUER=[Set issuer above]
CLERK_AUDIENCE=[Set client ID above]
CLERK_SECRET_KEY=[Your Clerk secret key]