What problem does it solve?
It helps you browse Clerk Backend REST API capabilities, inspect endpoint schemas, and safely execute authenticated calls for users and organizations without guessing request shapes or parameters.
Core Features & Use Cases
- Tag and endpoint discovery: Lists available API tags and endpoints, so you can quickly find the right route for your task.
- Endpoint inspection: Retrieves detailed request/response schemas (including referenced components) for a chosen endpoint.
- Authenticated execution: Executes REST calls using Bearer auth with CLERK_SECRET_KEY, including safe parsing and response summarization.
- Write safety guardrails: Enforces mandatory checks for CLERK_SECRET_KEY and CLERK_BAPI_SCOPES before POST/PATCH/PUT/DELETE, and requires explicit confirmation for irreversible DELETE actions.
- Metadata management: Updates user metadata with correct handling of public_metadata vs private_metadata vs unsafe_metadata to match what you need the client/server to read and write.
Quick Start
Use clerk-backend-api to list users created in the last 7 days by running: /clerk-backend-api GET /users.