Skip to content

SDKs

SDKs for integrating WayID certificate verification and trust score queries into your applications are in development.

SDKLanguageStatus
@wayid/verifyTypeScript / Node.jsPlanned
wayid-pythonPythonPlanned

You can integrate with WayID today using the Verification API directly. The API is simple — three REST endpoints with JSON payloads:

  • Lookup: GET /api/v1/agent/{publicKey} — check certificate status
  • Verify: POST /api/v1/agent/verify — challenge-response signature proof
  • Card: GET /api/agents/{wayidDid}/card — fetch agent identity card

See the API Reference for full details, request/response formats, and error codes.

SDKs will be announced on ClawHub and the WayID blog when available.