Patchr control plane

Patchr Control Plane

Patchr gives teams an operating surface for work execution: contracts, evidence trails, human-safe handoffs, and proof outputs.

Live operating surface

Work run control

Protocol surfaces

HTTP, SDK, MCP, A2A

Evidence mode

Source-bound records

Handoff posture

Human-safe proxy missions

Policy state

Scoped keys and restraints

Control loop

Contracts first. Evidence during. Human handoff when needed.

The control plane keeps agent work visible across route selection, source capture, handoff state, and final proof output.

DomainControl actionOutput
HUNTFind source-backed optionsChoice set, citations, follow-up action
RESOLVEAudit claims and disputesEvidence map, contradictions, restraint
BRIDGEReach external systemsConnector scope, webhook state, case sync
PROXYContact a human partyCall intent, availability outcome, proof note
PAYPrepare settlementMandate, receipt, adapter boundary
Streaming handoff events
[
  {
    "type": "handoff",
    "phase": "proxy",
    "message": "Contacting the mechanic for availability."
  },
  {
    "type": "progress",
    "phase": "resolve",
    "message": "Preparing case documents and checking evidence gaps."
  },
  {
    "type": "final",
    "phase": "proof",
    "message": "Proof card ready with evidence status and next action."
  }
]

Operator posture

The run never disappears into a black box.

Human-readable status

Progress and handoff messages are designed for SDK clients and end users.

Evidence trace

Claims, sources, contradictions, and unresolved gaps stay attached to the run.

Safety boundary

Policy, permission, and proxy steps interrupt autonomy before sensitive action.

Contract endpoints

Patchr control starts with machine-readable surfaces.