Developers

Build on without constraints.

Robust SDKs, comprehensive REST APIs, and native components for React, Next.js, and more. Authentication handled in minutes.

Libraries & SDKs

Meet your stack.

Drop-in SDKs and UI components for the framework you already use. Get to production faster.

The developer journey.

From zero to fully secured in minutes. Experience the fastest integration paths in the industry.

terminal
npx @wocha/cli init

✔ Found Next.js approuter

✔ Installed @wocha/nextjs

✔ Created wocha.config.ts

|
API Reference

A joy to script.

Operate your entire identity stack via our comprehensive REST API. Everything you can do in the dashboard, you can do with a curl command.

View full API reference

Create Organization / Tenant

Provision a new isolated organization. Ideal for B2B multi-tenant onboarding flows.

Request
curl -X POST "https://sandbox.api.wocha.ai/v1/tenants" \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Acme Corp",
    "domain": "acme.com",
    "settings": {
      "sso_enforced": true
    }
  }'
Response
{
  "id": "tn_j29k18m",
  "name": "Acme Corp",
  "domain": "acme.com",
  "created_at": "2024-03-12T10:00:00Z",
  "status": "active"
}

The lifecycle of security.

Watch the flow from first interaction to granular dashboard access. Every step orchestrated to be frictionless and secure.

Developer First

Integrates seamlessly.

Wocha provides native, deeply integrated SDKs for all major languages and frameworks. Drop into your existing codebase in minutes, not days.

$npx @wocha/cli init
bash - 80x24
npx @wocha/cli init
✓ Detected Next.js App Router ✓ Installed @wocha/nextjs ✓ Created wocha.config.ts