Point this agent at your Auth0-integrated codebase and ask it to plan your migration to Clerk. It inventories your Auth0 tenant and SDK usage, plans user export/import including password-hash handling, scaffolds the Clerk provider/middleware code and JWT claim templates, and validates an import batch against a Clerk development instance.
CLERK_SECRET_KEY — secret key for a Clerk development instanceCLERK_PUBLISHABLE_KEY — publishable key for the same instanceAUTH0_DOMAIN — optional; your tenant domain for config lookupsAUTH0_MGMT_API_TOKEN — optional; read-only Management API token for
live tenant inventory and user-export jobsThis solution migrates users, connections, SDK integration code, JWT claims, and org/role structure. It does not port Auth0 Actions code (Clerk's extension points are narrower — each Action gets a manual-review mapping), does not re-enroll MFA factors, and does not configure per-IdP enterprise SAML connections (it produces a per-IdP worksheet instead). Historical Auth0 logs and analytics do not migrate.
Inventories Auth0 tenants and SDK usage, plans user export/import with password-hash handling, scaffolds Clerk provider code and JWT templates, and validates imports against a Clerk development instance.