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.
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.
✔ Found Next.js approuter
✔ Installed @wocha/nextjs
✔ Created wocha.config.ts
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 referenceCreate Organization / Tenant
Provision a new isolated organization. Ideal for B2B multi-tenant onboarding flows.
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
}
}'{
"id": "tn_j29k18m",
"name": "Acme Corp",
"domain": "acme.com",
"created_at": "2024-03-12T10:00:00Z",
"status": "active"
}Developer resources.
Everything you need to build, ship, and scale — all in one place.
The lifecycle of security.
Watch the flow from first interaction to granular dashboard access. Every step orchestrated to be frictionless and secure.
Integrates seamlessly.
Wocha provides native, deeply integrated SDKs for all major languages and frameworks. Drop into your existing codebase in minutes, not days.