Trust Fabric
TrustFabric delivers audit-grade trust scores for AI decisions, cryptographic systems, data pipelines, and service architectures. Every API response returns a standardized TrustReport with a 0–100 trust score, weighted risk factors, and actionable counterfactuals. REV Engine — Verify pipeline reversibility, replay decisions against new policies, and trace minimal state deltas. XAI Engine —…
Trust Fabric endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/ingest/upload /ingest/upload |
Upload a file for analysis. Supports ZIP, JSON, YAML, CSV, TXT, PDF. Max 10MB. Available on Pro+ plans. |
| POST |
/ingest/text /ingest/text |
Submit raw text (JSON, YAML, or plain text) for analysis. Available on all plans. |
| POST |
/graph/import /graph/import |
Import a dependency graph for analysis. Requires Business+ plan. |
| POST |
/graph/cascade-simulate /graph/cascade-simulate |
Simulate failure propagation through graph. Requires Business+ plan. |
| POST |
/graph/topology-drift /graph/topology-drift |
Compare graph snapshots for structural changes. Requires Business+ plan. |
| POST |
/graph/critical-nodes /graph/critical-nodes |
Identify articulation points and bridge edges. Requires Business+ plan. |
| POST |
/admin/rules /admin/rules |
Create or update a scoring rule. Requires Enterprise plan. |
| GET |
/admin/audit /admin/audit |
Run comprehensive launch readiness checks. Requires Enterprise plan. |
| POST |
/rev/pipeline-verify /rev/pipeline-verify |
Analyze a data pipeline for irreversible operations. Requires Pro+ plan. |
| GET |
/admin/rules /admin/rules |
List all scoring rules. Requires Enterprise plan. |
| POST |
/xai/counterfactual /xai/counterfactual |
Generate minimal input changes to achieve desired outcome. Requires Pro+ plan. |
| POST |
/pqe/migration-plan /pqe/migration-plan |
Generate phased migration roadmap to quantum-safe crypto. Requires Business+ plan. |
| POST |
/pqe/tls-check /pqe/tls-check |
Analyze TLS configuration for post-quantum readiness. Requires Business+ plan. |
| POST |
/pqe/scan /pqe/scan |
Scan code for quantum-vulnerable cryptographic patterns. Requires Business+ plan. |
| POST |
/rev/delta-trace /rev/delta-trace |
Compute minimal reversible deltas between states. Requires Pro+ plan. |
| POST |
/admin/seed /admin/seed |
Execute the super admin seed function. Enterprise plan only. |
| POST |
/xai/explanation-regression /xai/explanation-regression |
Compare explanation quality between model versions. Requires Pro+ plan. |
| POST |
/rev/replay /rev/replay |
Replay historical decisions against a new policy. Requires Pro+ plan. |
| POST |
/xai/provenance /xai/provenance |
Trace decision lineage and input attribution. Requires Pro+ plan. |
| GET |
/report/{id} /report/{id} |
Retrieve a trust report by ID. Returns 202 if still processing. |
| GET |
/health /health |
Returns basic API health status. Available on all plans. |
| GET |
/status /status |
Returns detailed system status including service health. Available on all plans. |
| POST |
/bundle/create /bundle/create |
Combine multiple reports into a unified summary. Requires Business+ plan. |
| GET |
/admin/metrics /admin/metrics |
Retrieve aggregated usage metrics. Requires Enterprise plan. |