For developers & platforms

PillarProof intelligence inside your workflow.

Use a versioned, machine-consumable interface to create cases, submit evidence and retrieve governed assessment artifacts without exposing internal orchestration.

API v1
Stable contracts around the output. Private implementation underneath.

Designed for scoped credentials, idempotent writes, bounded rate limits, tenant separation and durable audit trails.

CasesCreate and retrieve the construction-risk case container.
EvidenceAttach governed evidence and preserve provenance references.
AssessmentsQueue assessments and retrieve stable result artifacts asynchronously.
Contract surface

Small on purpose.

The public API is kept narrow so customers depend on stable business artifacts rather than internal agents or model implementation.

POST   /v1/cases
Create case
POST   /v1/evidence
Submit evidence
POST   /v1/assessments
Queue assessment
GET   /v1/assessments/{id}
Retrieve result
{
  "assessment_id": "asmt_…",
  "status": "completed",
  "artifact": {
    "eligibility": "conditional",
    "integrity_risk": "moderate",
    "operational_action": "verify",
    "reason_codes": ["…"],
    "evidence_refs": ["…"]
  }
}

Illustrative contract shape. Production schemas are versioned and provisioned with approved API access.

API access
Tell us where PillarProof should sit in your workflow.
Received. We’ll use this to scope the correct API access path.