clerk Emulator
Clerk Emulator
Stateful Clerk emulator for the Backend API, OAuth and OIDC sign-in, JWKS, sessions, and organization management.
Create an instance

Each instance is isolated, stateful, and addressable at its own host. The server generates an unguessable name; an optional {"instance":"<prefix>"} body adds a readable prefix.

curl -s -X POST https://clerk.emulators.dev/_emulate/instances

Hosted deployments create instances lazily when the returned URL is first used. The instance URL is a capability: anyone who has it can read and modify the instance, so save the returned URLs. Never store real secrets in an emulator.

Sample instance host: https://clerk.your-instance.emulators.dev

Surfaces
SurfaceStatusPath
Backend APIpartial/v1
OAuth and OIDCsupported/oauth
OpenID Connectsupported/.well-known
Powered by emulate