Overview
Didit is the most agent-friendly identity verification platform. AI coding agents (Cursor, Claude Code, GitHub Copilot, Devin, OpenHands, Codex) can register, configure workflows, and start verifying identities — all programmatically, without ever opening a browser. Why agents love Didit:- 2 API calls from zero to credentials (register + verify email code)
- No browser required — fully headless, perfect for CI/CD and agent workflows
- No 2FA friction for API accounts — tokens returned immediately after email verification
- Auto-provisioned organization and application with API key in the verify response
- Full management API — configure verification settings, questionnaires, blocklists, billing, all via API
- MCP Server available — agents can discover and use Didit tools natively
Quick Start
Step 1: Register
A3K9F2) is sent to your email.
Step 2: Verify and Get Credentials
api_key as your x-api-key header for all API calls.
Step 3: Use the API
Subsequent Logins
access_token directly — no 2FA required for API accounts.
Rate Limits
- Registration: 5 attempts per IP per hour
- Login: 20 attempts per IP per minute, progressive account lockout after 5 failed attempts
Password Requirements
- Minimum 8 characters
- At least one uppercase letter
- At least one lowercase letter
- At least one digit
- At least one special character
Managing Your Application
Once authenticated, retrieve or create additional applications:What Can Agents Do After Registration?
With theapi_key, agents have full access to:
| API | What it does |
|---|---|
POST /v3/session/ | Create verification sessions |
GET /v3/sessions/ | List all sessions |
GET /v3/session/{id}/decision/ | Get verification results |
GET /v3/workflows/ | List/manage verification workflows |
POST /v3/questionnaires/ | Create custom questionnaires |
GET /v3/users/ | List verified users |
GET /v3/billing/balance/ | Check credit balance |
POST /v3/billing/top-up/ | Top up credits |
GET /v3/blocklist/ | Manage blocklist |