Skip to main content
OpenIRB

Developers

Build review into the system.

OpenIRB will provide schemas, workflow patterns, registry metadata, and integration guidance for teams building reviewable intelligence infrastructure.

View docsDeveloper docs in formation

Developer primitives

Review object

A structured representation of what is being reviewed.

Evidence packet

Versioned documentation submitted for review.

Risk classification

Structured risk and review-path metadata.

Decision artifact

Machine-readable and human-readable outcome record.

Review event

Lifecycle event: submitted, classified, questions issued, modifications required, approved, suspended, closed.

Registry entry

Public or permissioned metadata for discoverability and accountability.

Trust receipt reference

Optional pointer to a cryptographic custody record.

Example future API surface

http
POST /reviews
POST /reviews/{id}/evidence-packets
POST /reviews/{id}/classifications
POST /reviews/{id}/decisions
POST /reviews/{id}/events
GET  /registry/{id}
Example future API surface. Public API availability depends on the implementation roadmap; do not assume this API exists today.