Developers

Feed Pilot Evidence From The Systems Where It Already Exists

The Connector Patch Panel wires CRM, Product Analytics, Jira, Slack, Support, and Data Warehouse inputs into Evaluation Case targets — Baseline, Criterion Evidence, Stakeholder Note, and Outcome. Draw field mappings, watch a live sample event, and read mapping errors on the connection point itself.

Connectors
Patch matrix
BaselineCriterion EvidenceStakeholder NoteOutcome
CRM
Product Analytics
Jira
Slack!
Support
Data Warehouse
Scored objects
Live sample event · not written to formal scores
{
  "event": "escalation.resolved",
  "source": "Product Analytics",
  "mapped_to": "Criterion Evidence · Handling Time",
  "observed": "26 min",
  "validation": "pending confirmation",
  "ttl_hours": 24
}

Errors appear on the connection point — Slack to Outcome shows missing write permission above.

Send Test Evidence posts a temporary payload showing mapping, permission, and processing results. It never writes to formal scores and deletes after 24 hours.

API documentation · Webhooks · Integrations

API documentation

Evaluation Case and evidence endpoints

REST reference for the Evaluation Case object, evidence lockers, scoring model, and decision briefs.

GET  /v1/evaluation-cases/{id}
POST /v1/evaluation-cases/{id}/baseline/freeze
POST /v1/evaluation-cases/{id}/evidence
GET  /v1/evaluation-cases/{id}/score
POST /v1/evaluation-cases/{id}/contradictions/resolve
POST /v1/evaluation-cases/{id}/decision
POST /v1/events/test
{
  "evaluation_case": {
    "id": "SM-PILOT-03",
    "goal": "Support agents complete escalations without engineering help",
    "phase": "Phase 1 · Week 3",
    "score": 68
  },
  "test_evidence": {
    "source": "warehouse",
    "target": "evidence",
    "locker": "telemetry",
    "ttl_hours": 24
  }
}
  • evidence.imported — A new evidence clip lands in any locker
  • baseline.frozen — The Calibration Bench baseline is frozen
  • score.recalculated — The Weighted Score Assembly total changes
  • contradiction.resolved — A Cross-Examination Desk verdict is published
  • decision.published — A Decision Brief is published