Contract model
A narrow boundary around durable business artifacts.
The public contract is intentionally smaller than the system that produces it. Customers integrate with cases, evidence, assessment state and reason-coded results—not model prompts or agent internals.
Resource model
Case
Customer-scoped container for the subject, project context and external case reference.
Evidence
Source material, provenance references and governed evidence state attached to a case.
Assessment
As-of decision artifact with status, reason-coded findings and evidence references.
Integration guarantees
IDEMPOTENT
Write operationsRetries converge when the same approved idempotency key and payload are used.TENANT
Customer isolationMachine identity is resolved before customer-scoped data access.ASYNC
AssessmentsLong-running assessment work is queued and retrieved as state rather than holding a request open.AUDIT
State changesMaterial accepted actions are written to a durable audit trail.Authentication
Credentials are issued after access approval.
Endpoint host, credential format, route scopes, limits and the exact versioned schema are supplied during provisioning. This public page intentionally does not expose private platform authentication details.