メインコンテンツにスキップ
Diditが200万ドルを調達し、Y Combinator (W26)に参加
Didit
AIエージェントのID

あなたのAIエージェントはKYCを実行できます。1つのコマンドで。

Diditの12のオープンソースエージェントスキルを、単一の`npx`コマンドでCursor、Claude Code、Codex、またはOpenCodeにインストールします。エージェントに平易な英語で尋ねてください。コードを書き、ライブAPIを呼び出します。

支援元
Y Combinator
GBTC Finance
Bondex
Crnogorski Telekom
UCSF Neuroscape
Shiply
Adelantos

世界中の2,000以上の組織から信頼されています。

エージェントがインストール可能なIDスキルの映画のような暗い抽象的なイラスト — 純粋な黒の上に3Dパースペクティブで浮かぶ4つの半透明のガラスパネルが、光るDidit Blueの線で結ばれ、各パネルには小さな薄い白色のスキルアイコン(ターミナルプロンプト、スキャン、キー、分岐差分)がマークされています。4つの光るスキャナーブラケットで囲まれています。

なぜドキュメントではなくスキルなのか

ドキュメントは人間向けです。スキルはエージェント向けです。

カーソルにドキュメントタブを渡すと、エンドポイントが作成され、ステータスenumが小文字になります。Diditスキルを渡すと、すべての行が実際APIを指します — ロックされたエンドポイント、ロックされたヘッダー、署名付きウェブフックハンドラーが足場を組んでいます。1つの`npx`コマンド。

仕組み

npxインストールから認証済みユーザーまで4つのステップ。

  1. ステップ 01

    スキルをインストールする

    プロジェクトで`npx skills add didit-protocol/skills`を実行します。CLIはCursor、Claude Code、Codex、またはOpenCodeを検出し、すべてのスキルを適切なフォルダーにドロップします。`--skill didit-face-match`で1つだけインストールします。

  2. ステップ 02

    APIキーを取得する

    [business.didit.me](https://business.didit.me)で60秒以内に取得して`export DIDIT_API_KEY=…`とするか、エージェントにプログラムで登録させます — `POST /programmatic/register/`の後に`verify-email/`を実行すると、応答でキーが返されます。ブラウザは不要です。

  3. ステップ 03

    平易な英語で尋ねる

    *「サインアップフローにDidit KYCを追加してください。」* *「このユーザーをAMLリストと照合してください。」* エージェントは関連するスキルを読み取り、コードを書き、署名付きウェブフックハンドラーを接続します。初回で正しく動作します — ドキュメントタブを切り替える必要はありません。

  4. ステップ 04

    ユーザーが認証する

    Diditはカメラ、ドキュメントキャプチャ、セルフィー、モバイルハンドオフをホストします。ユーザーは30秒未満で完了します。ウェブフックでの判断は2秒未満で、`X-Signature-V2`で署名されているため信頼できます。

スキルが提供するもの

12のスキル。ゼロの幻覚。すべてのDidit API。

各スキルは、エンドポイント、ヘッダー、ボディ形状、ステータスenumをロックする単一のMarkdownファイルです。オープンソース。APIと共にバージョン管理されています。
01 · カタログ

12のスキル。Diditの機能ごとに1つ。

アカウント、セッション、ワークフロー、請求(45以上のエンドポイント)用のハブスキルと、ID、生体認証、顔照合、顔検索、年齢、AML、メール、電話、住所証明、データベース検証用の11のスタンドアロンスキル。
docs.didit.meで全カタログを見る
02 · インストール

npxコマンド1つ。完了。

`npx skills add didit-protocol/skills`ですべての12スキルをインストールします。1つを選択するには`--skill didit-face-match`を追加します。Gitがお好みですか?`git clone`して必要なものをコピーしてください。ツールは不要ですか?単一の`SKILL.md`をエージェントのスキルフォルダーにドロップしてください。
ユーザー認証モジュール
03 · ホスト

Cursor、Claude Code、Codex、OpenCode。

どこでも同じMarkdownスキル。CLIはランタイムを自動検出し、`.cursor/skills/`または`.claude/skills/`に書き込みます。[agentskills.io](https://agentskills.io)オープン標準に基づいて構築されています — ベンダーSDKは不要です。
ワークフローオーケストレーター
04 · 推測なし

スキルが信頼できる情報源です。

実際のエンドポイント、実際のヘッダー、実際のステータスケーシング、ライブ価格をロックします。エージェントはパスの作成やenumの小文字化をやめます。リリースごとに51のエンドポイントがテストされます。
AMLスクリーニングモジュール
05 · セットアップ

1つの環境変数。または自己登録。

`export DIDIT_API_KEY=…`でスキルが接続されます。または、エージェントに`POST /programmatic/register/`経由で登録させ、ターミナルを離れることなくキーを取得します。
APIキーを取得する
06 · オープンソース

MITライセンス。フォークは自由。

すべてのスキルは[github.com/didit-protocol/skills](https://github.com/didit-protocol/skills)にあります。コードを監査し、プロンプトをカスタマイズし、PRを送信してください。スキルはエンドポイントと同じ日に出荷されます。
github.com/didit-protocol/skills
統合する

スキルをインストールします。エージェントに尋ねます。出荷します。

左: インストール。右: スキルが配置された後にエージェントが書くcURL。
npx skills addインストール
$ npx skills add didit-protocol/skills
✓ 12個のスキルがインストールされました

# or just one
$ npx skills add didit-protocol/skills \
  --skill didit-face-match

# set the api key
$ export DIDIT_API_KEY="sk_live_..."
OK準備完了Cursor、Claude Code、Codex、OpenCodeが自動検出されました。
または、完全な制御のためにリポジトリを`git clone`してください。リポジトリ →
POST /v3/session/エージェント出力
$ curl -X POST https://verification.didit.me/v3/session/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "workflow_id": "$DIDIT_WORKFLOW_ID",
    "vendor_data": "user-42",
    "callback_url": "https://app/cb"
  }'
201作成済み{ "url": "verify.didit.me/..." }
`didit-kyc-onboarding`スキルによって生成されました。ドキュメント →
エージェント対応統合

1つのプロンプトで12個すべてのDiditエージェントスキルをインストールします。

Cursor、Claude Code、Codex、またはOpenCodeに貼り付けます。エージェントはスキルをインストールし、環境を設定し、セッション作成 + 署名付きウェブフックハンドラーをスキャフォールドし、ライブAPIに対してテストします。
didit-integration-prompt.md
You are installing the Didit Agent Skills into this project and wiring the first verification session against the live https://verification.didit.me/v3/ API. After this prompt, the project should pass identity verification — Know Your Customer (KYC), Anti-Money Laundering (AML) screening, document Optical Character Recognition (OCR) — through Didit.

Didit ships twelve open-source Agent Skills at https://github.com/didit-protocol/skills and follows the open standard at https://agentskills.io. The CLI auto-detects whether you are running inside Cursor, Claude Code, Codex, or OpenCode and drops the skills into the right folder.

PRE-REQUISITES
  - A Didit API key (DIDIT_API_KEY). Either issued from https://business.didit.me, or self-registered by the agent via POST /programmatic/register/ + POST /programmatic/verify-email/ (no browser needed).
  - A workflow_id from the Workflow Builder that bundles ID Verification + Passive Liveness + Face Match + IP Analysis + AML — or just use the didit-kyc-onboarding skill below to create one programmatically.
  - A webhook endpoint that verifies the X-Signature-V2 header with HMAC-SHA256 on the raw body bytes (do NOT re-serialise the parsed JSON; the signature will not match).

STEP 1 — Install the skills

Recommended:

  npx skills add didit-protocol/skills

This installs all twelve skills. To install only one:

  npx skills add didit-protocol/skills --skill didit-face-match

Or git clone the repo and copy what you need:

  git clone https://github.com/didit-protocol/skills.git
  cp -r skills/didit-kyc-onboarding .claude/skills/
  cp -r skills/didit-id-document-verification .claude/skills/

The twelve skills:
  - didit-verification-management   : the hub. Account, sessions, workflows, billing, blocklist, webhook config. 45+ endpoints
  - didit-kyc-onboarding            : full KYC recipe (ID + selfie + face match) in one call
  - didit-id-document-verification  : passports, ID cards, driver's licences. OCR, MRZ, NFC. 4,000+ documents, 220+ countries
  - didit-liveness-detection        : 99.9%-accurate liveness from a single selfie
  - didit-face-match                : compare two faces, get a 0–100 score
  - didit-face-search               : 1:N face search for deduplication and blocklists
  - didit-biometric-age-estimation  : estimate age from a selfie
  - didit-email-verification        : email OTP, detects breached / disposable / undeliverable
  - didit-phone-verification        : phone OTP via SMS, WhatsApp, or Telegram. Catches VoIP
  - didit-aml-screening             : 1,300+ sanctions, PEP, adverse-media lists. Dual-score risk
  - didit-proof-of-address          : utility bills, bank statements. OCR + geocoding
  - didit-database-validation       : government databases across 18 countries

STEP 2 — Set the environment

Every skill reads DIDIT_API_KEY. Session-based skills also expect DIDIT_WORKFLOW_ID. Signed-webhook handlers expect DIDIT_WEBHOOK_SECRET.

  export DIDIT_API_KEY="<your api key>"
  export DIDIT_WORKFLOW_ID="<your workflow id>"   # optional
  export DIDIT_WEBHOOK_SECRET="<your secret>"     # optional

Programmatic alternative (no browser):

  curl -X POST https://apx.didit.me/auth/v2/programmatic/register/ \
    -H "Content-Type: application/json" \
    -d '{"email": "dev@example.com", "password": "MyStr0ng!Pass"}'

  # check the email, get the 6-char code, then:
  curl -X POST https://apx.didit.me/auth/v2/programmatic/verify-email/ \
    -H "Content-Type: application/json" \
    -d '{"email": "dev@example.com", "code": "<code>"}'
  # response includes api_key — export it as DIDIT_API_KEY.

STEP 3 — Create a verification session

  POST https://verification.didit.me/v3/session/
  Headers:
    x-api-key: $DIDIT_API_KEY
    Content-Type: application/json
  Body:
    {
      "workflow_id": "$DIDIT_WORKFLOW_ID",
      "vendor_data": "<your user id, max 256 chars>",
      "callback_url": "https://<your-app>/kyc/callback",
      "metadata": { "source": "agent-skill" }
    }

  Response: 201 Created. The hosted session URL is on the `url` field. Redirect the user, or send them the link by email / SMS / WhatsApp. Sub-2-second p99 verdict on completion.

STEP 4 — Read the signed webhook

Didit POSTs to your callback. KYC session statuses are Title Case With Spaces.

  Body (excerpted):
    {
      "session_id": "<uuid>",
      "vendor_data": "<your user id>",
      "status": "Approved",
      "id_verification": { "status": "Approved" },
      "liveness": { "status": "Approved" },
      "face": { "status": "Approved", "similarity_score": 0.94 },
      "aml": { "status": "Approved", "hits": [] }
    }

  Full enum:
    Approved | Declined | In Review | In Progress | Not Started | Abandoned | Expired | Resubmitted | Awaiting User | Not Finished

  Verify X-Signature-V2 BEFORE parsing the body — HMAC-SHA256 of the raw bytes with your webhook secret. Re-serialising the parsed body changes whitespace and key order and the signature will not match.

STEP 5 — Read the decision on demand

  GET https://verification.didit.me/v3/session/{sessionId}/decision/
  Headers:
    x-api-key: $DIDIT_API_KEY

Returns the full decision payload — id_verification, liveness, face, ip_analysis, aml. Use this whenever the agent needs to confirm the user's status before allowing an action. Never trust client-supplied "I'm verified" flags.

STEP 6 — Branch on status

  Approved      → continue
  Declined      → block, surface decision_reason_code, allow resubmit of the failed step
  In Review     → wait for the analyst webhook; don't block forever
  Resubmitted   → user re-took a failed step; new verdict is coming
  Awaiting User → user hasn't completed the flow; nudge with a reminder
  Expired       → create a new session

Abandoned and Declined sessions are NOT billed.

STEP 7 — Optional: ongoing AML monitoring

If AML monitoring is enabled on the workflow ($0.07 per user per year), Didit fires status.updated whenever the user lands on a new sanctions / PEP / adverse-media list. No extra endpoint to call.

WEBHOOK EVENT NAMES
  - status.updated       : KYC or KYB session status changed
  - data.updated         : session data corrected after creation
  - user.status.updated  : User entity changed status (Active, Flagged, Blocked)
  - user.data.updated    : User entity counters, metadata, or aggregate fields changed
  - activity.created     : timeline activity recorded

Verify X-Signature-V2 on every payload. The webhook secret is per-environment — sandbox is separate from production.

CONSTRAINTS
  - KYC session statuses use Title Case With Spaces (Approved, In Review). Do NOT transform them to UPPER_SNAKE_CASE — that casing is for Know Your Business (KYB) sessions and Transaction Monitoring, not KYC.
  - HMAC verification runs against the RAW request body bytes. Never re-serialise the parsed JSON.
  - Bundle price is $0.30 (ID + Liveness + Face Match + IP Analysis). AML adds $0.20. 500 verifications free every month, forever.
  - Default record retention is unlimited unless you configure it shorter (30 days to 10 years per application).

Read the docs:
  - https://docs.didit.me/getting-started/agent-skills
  - https://docs.didit.me/sessions-api/create-session
  - https://docs.didit.me/sessions-api/retrieve-session
  - https://docs.didit.me/integration/webhooks

Skills repo:
  - https://github.com/didit-protocol/skills

Start free at https://business.didit.me — sandbox key in 60 seconds, 500 verifications free every month, no credit card.
さらに詳しい情報が必要ですか?モジュールの全ドキュメントをご覧ください。docs.didit.me →
設計によるコンプライアンス

ワンクリックで新しい国を開拓。 私たちは大変な作業を行います。

私たちは現地の子会社を開設し、ライセンスを確保し、侵入テストを実施し、認証を取得し、すべての新しい規制に準拠します。新しい国で検証を出荷するには、トグルを切り替えるだけです。220以上の国が稼働しており、四半期ごとに監査と侵入テストが行われています — EU加盟国の政府が対面検証よりも安全だと正式に認めた唯一のIDプロバイダーです。
セキュリティ&コンプライアンスの書類を読む
EU金融サンドボックス
Tesoro · SEPBLAC · BdE
ISO/IEC 27001
情報セキュリティ · 2026
SOC 2 · Type I
AICPA · 2026
iBeta Level 1 PAD
NIST / NIAP · 2026
GDPR
EU 2016/679
DORA
EU 2022/2554
MiCA
EU 2023/1114
AMLD6 · eIDAS 2.0
設計によりEUに準拠

証明番号

証明番号
  • 0
    オープンソースのエージェントスキル。Diditの機能ごとに1つ。
  • 0
    APIエンドポイントがカバーされています。すべてのリリースでテスト済み。
  • <0s
    p99でのセッションごとのエンドツーエンドKYC判定。
  • 0
    すべてのアカウントで毎月無料の検証。
3つのティア、1つの価格表

無料で開始。従量課金。エンタープライズへ拡張。

毎月500回の無料検証、永久に。本番環境では従量課金。エンタープライズではカスタム契約、データレジデンシー、SLA(サービスレベル契約)。
無料

無料

月額$0。クレジットカード不要。

  • 無料KYCバンドル(ID検証 + パッシブ生体検知 + 顔照合 + デバイス&IP分析) — 毎月500回
  • ブロックリスト登録ユーザー
  • 重複検出
  • すべてのセッションで200以上の不正信号
  • Diditネットワーク全体でのKYCの再利用
  • ケース管理プラットフォーム
  • ワークフロービルダー
  • 公開ドキュメント、サンドボックス、SDK、MCP(Model Context Protocol)サーバー
  • コミュニティサポート
最も人気
従量課金

従量課金制

使用した分だけお支払いください。25以上のモジュール。モジュールごとの公開価格、月額最低料金なし。

  • $0.33で完全なKYC(ID + 生体認証 + IP / デバイス)
  • 10,000以上のAMLデータセット — 制裁、PEPs、ネガティブメディア
  • データベース検証のための1,000以上の政府データソース
  • トランザクションあたり$0.02でトランザクション監視
  • 企業あたり$2.00でライブKYB
  • チェックあたり$0.15でウォレットスクリーニング
  • ホワイトラベル検証フロー — あなたのブランド、私たちのインフラ
エンタープライズ

エンタープライズ

カスタムMSA & SLA。大量の取引と規制プログラム向け。

  • 年間契約
  • カスタムMSA、DPA、SLA
  • 専用のSlackおよびWhatsAppチャネル
  • オンデマンドの手動レビュー担当者
  • 再販業者およびホワイトラベルの条件
  • 独占的な機能とパートナー統合
  • 指名されたCSM、セキュリティレビュー、コンプライアンスサポート

無料で開始 → チェック実行時のみ支払い → カスタム契約、SLA、またはデータレジデンシーのためにエンタープライズをアンロック。

FAQ

よくある質問

本人確認と不正対策のためのインフラ。

KYC、KYB、取引モニタリング、ウォレットスクリーニングのための単一API。5分で統合。

AIにこのページの要約を依頼する