Développeurs

Construisez sur sans contraintes.

Des SDK robustes, des API REST complètes et des composants natifs pour React, Next.js et plus. L'authentification en quelques minutes.

Bibliothèques et SDK

Retrouvez votre stack.

Des SDK et composants UI prêts à l'emploi pour le framework que vous utilisez déjà. Passez en production plus vite.

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