Read the proof JSON.
Require verified: true and inspect assessment version and integrity status.
The first Mandorka integration surface is intentionally read-only and public: discover challenges, verify a proof, render a verified badge and inspect the standard without an employer account.
| Purpose | Endpoint | Behavior |
|---|---|---|
| Network descriptor | /api/network | Capabilities and canonical endpoint map. |
| Challenge catalog | /api/catalog/challenges | Track metadata only. No task content or answer keys. |
| Verify WorkProof | /api/verify/{proofId} | Canonical machine-readable proof record. |
| Verified badge | /api/badge/{proofId} | Live SVG badge derived from the stored proof. |
| Standard | /standard.json | Machine-readable WorkProof rules and responsible-use constraints. |
Require verified: true and inspect assessment version and integrity status.
Link users back to /p/{proofId}. Do not turn a live proof into an unverifiable static claim.
Do not represent Mandorka as identity verification, accreditation or a guaranteed predictor of future performance.
Hiring-system webhooks, organization APIs and authenticated employer workflows will be added when real employer use justifies them. The public read surface stays deliberately narrow so Mandorka can expand without exposing scoring internals.