Developer platform

Build against the evidence artifact—not a proprietary answer.

Create a structured request, resolve a sample Context Bundle, inspect its manifest, verify the signature locally, replay the evidence state, and hand the stable reference downstream.

quickstart.tsAPI contract · draft
const request = {
  principal: {
    human: "user:ap-manager",
    agent: "agent:vendor-ops",
    workload: "spiffe://acme/agents/vendor-ops/prod"
  },
  purpose: "verify_vendor_payment_change",
  decision_type: "vendor_payment_change",
  subject: "vendor:atlas-industrial",
  as_of: { valid_time, known_at }
};

const bundle = await ecg.context.resolve(request);
await ecg.context.verify(bundle);
await decisionHypervisor.evaluate({ contextBundleRef: bundle.id });
Expected outcome

REQUIRES_ESCALATION

The ERP bank account conflicts with a recent email attachment, and policy 7.3 requires independent verification.

Manifest
em_01K_VENDOR_9381
Signature
valid
Replay
exact
Inspect a Bundle