Skip to content

Repository files navigation

Clerk (clerk)

Clerk is a drop-in authentication and user management platform for web and mobile applications. The product spans sign-up / sign-in flows, user profiles, multi-factor authentication, passkeys, social sign-on, magic links, bot and fraud detection, organizations (B2B / multi-tenant) with custom roles and invitations, and a Billing product for subscriptions. The Backend API at api.clerk.com is authenticated with a Bearer secret key and has an OpenAPI specification. Frontend SDKs cover Next.js, React, React Router, Expo, Astro, TanStack React Start, Chrome Extension, and vanilla JavaScript. Backend SDKs cover Node, Go, Python, Ruby, Java, PHP, and C#. Webhooks are delivered via Svix.

APIs.json: https://raw.githubusercontent.com/api-evangelist/clerk/refs/heads/main/apis.yml

Tags

  • Authentication
  • User Management
  • Identity
  • Passkeys
  • MFA
  • B2B
  • Organizations
  • Billing

Timestamps

  • Created: 2026-05-23
  • Modified: 2026-05-30

APIs

Clerk Backend API

Server-to-server REST API for managing users, sessions, organizations, organization memberships, organization invitations, JWT templates, sign-in tokens, OAuth applications, SAML connections, allowlist / blocklist identifiers, actor tokens, webhooks, and instance settings. Authenticated with a Bearer secret key (sk_test_... or sk_live_...). Versioned under /v1.

Tags

  • Backend
  • REST
  • Users
  • Sessions
  • Organizations

Properties

Clerk Frontend API

Browser-facing API consumed by Clerk's frontend SDKs and ClerkJS for sign-up, sign-in, session refresh, and user profile mutations. Endpoint is instance-specific (subdomain on clerk.accounts.dev or a customer vanity domain). Authenticated with the publishable key and short-lived client tokens.

Tags

  • Frontend
  • REST
  • Sessions

Properties

Clerk Webhooks (Svix)

Webhook events delivered via Svix for user, session, organization, email, SMS, and role lifecycle changes. Customers configure endpoints in the dashboard and verify signatures with the Svix libraries.

Tags

  • Webhooks
  • Events
  • Svix

Properties

Clerk JavaScript SDK

Official ClerkJS browser library and monorepo of framework adapters (Next.js, React, Expo, React Router, Astro, Chrome Extension, TanStack). Powers Clerk's prebuilt UI components and headless hooks.

Tags

  • SDK
  • JavaScript
  • Frontend

Properties

Clerk Next.js SDK

Next.js integration covering App Router and Pages Router, middleware, route handlers, server components, and server actions. Distributed from the @clerk/nextjs package inside the JavaScript monorepo.

Tags

  • SDK
  • Next.js
  • Frontend

Properties

Clerk React SDK

React components, hooks, and providers from the @clerk/clerk-react package for plain React SPAs.

Tags

  • SDK
  • React
  • Frontend

Properties

Clerk Expo SDK

Expo / React Native bindings for Clerk supporting OAuth via deep links, secure session storage, and biometrics.

Tags

  • SDK
  • Expo
  • React Native
  • Mobile

Properties

Clerk React Router SDK

Adapter for React Router v7 (Remix successor) covering loaders, actions, and server-rendered authentication.

Tags

  • SDK
  • React Router
  • Frontend

Properties

Clerk Astro SDK

Adapter for the Astro framework with components and middleware.

Tags

  • SDK
  • Astro
  • Frontend

Properties

Clerk TanStack Start SDK

Adapter for TanStack Start (React full-stack framework) with route-level authentication helpers.

Tags

  • SDK
  • TanStack
  • Frontend

Properties

Clerk Node.js SDK

Backend SDK for Node.js (@clerk/backend / @clerk/express / @clerk/fastify) that wraps the Backend API and verifies session JWTs.

Tags

  • SDK
  • Node.js
  • Backend

Properties

Clerk Go SDK

Official Go SDK for the Clerk Backend API.

Tags

  • SDK
  • Go
  • Backend

Properties

Clerk Python SDK

Official Python SDK for the Clerk Backend API.

Tags

  • SDK
  • Python
  • Backend

Properties

Clerk Ruby SDK

Official Ruby SDK for the Clerk Backend API, with a Rails integration.

Tags

  • SDK
  • Ruby
  • Rails
  • Backend

Properties

Clerk Java SDK

Official Java SDK for the Clerk Backend API.

Tags

  • SDK
  • Java
  • Backend

Properties

Clerk PHP SDK

Official PHP SDK for the Clerk Backend API.

Tags

  • SDK
  • PHP
  • Backend

Properties

Clerk C# / .NET SDK

Official C# / .NET SDK for the Clerk Backend API.

Tags

  • SDK
  • .NET
  • C#
  • Backend

Properties

Clerk OpenAPI Specifications

Public repository of OpenAPI specifications for Clerk's APIs, used as the source for generated SDKs and documentation.

Tags

  • OpenAPI
  • Specifications

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

Releases

Packages

Contributors