What problem does it solve?
Developers and operators need a safe, discoverable way to inspect Clerk Backend REST API endpoints, understand schemas and required parameters, and execute authenticated requests without manually crafting requests or risking accidental destructive actions.
Core Features & Use Cases
- Browse API tags and endpoints, inspect operation schemas and parameters to determine how to call each endpoint.
- Fast-path templates for common tasks (list users, create organizations, invite members, update metadata, delete users) so routine operations can be executed quickly.
- Strong guardrails: enforces CLERK_SECRET_KEY authentication, validates CLERK_BAPI_SCOPES before write operations, requires explicit confirmation for irreversible deletes, and parses JSON responses for clear summaries.
- Use Case: list users created in the last 7 days, create an organization and invite an admin, or update user public metadata safely without overwriting existing fields.
Quick Start
Ask the skill to list users created in the last 7 days using the backend API.