DATAFOOD · Self-Calibration Layer v1.0 · 2026-05-03 /llms.txt · /AGENTS.md · /openapi.json · /mcp.json

1. Hot path — POST /api/v1/calib/calibrate_p

The call agents make right before acting. Slide a confidence, hit Calibrate, get the historical hit-rate of the bin.

// click Calibrate

2. Reliability curve — GET /api/v1/calib/curve

10 bins of (predicted_p) → (success_rate). Diagonal = perfectly calibrated.

predicted_p · bin midpointactual success_rateperfect calibration line

3. Portable signed agent card — GET /api/v1/calib/agent_card

Ed25519-signed reputation card. Carry between platforms. Verify against /.well-known/datafood-receipt-pubkey.json.

// click Fetch card