MANDORKAWORKPROOF
MANDORKA / INTEGRATION SURFACE

Make WorkProof portable.

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.

No API key for public readsJSON verificationSVG badgesPublic catalogVersioned standard
PUBLIC ENDPOINTS

Small surface. Useful primitives.

PurposeEndpointBehavior
Network descriptor/api/networkCapabilities and canonical endpoint map.
Challenge catalog/api/catalog/challengesTrack 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.jsonMachine-readable WorkProof rules and responsible-use constraints.
EXAMPLE

Verify before you display.

STEP 01

Read the proof JSON.

Require verified: true and inspect assessment version and integrity status.

STEP 02

Keep the canonical URL.

Link users back to /p/{proofId}. Do not turn a live proof into an unverifiable static claim.

STEP 03

Respect limitations.

Do not represent Mandorka as identity verification, accreditation or a guaranteed predictor of future performance.

NEXT INTERFACES

Enterprise writes come after trust.

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.