MetaSolve VaaS API

OpenAPI 3.0 contract for scoped verification and ledger receipts.

POST /api/v1/policies

Register a governed policy document with source hash, owner, approval state, and workspace binding.

POST /api/v1/claims

Bind a clause-level formal claim to a policy ID, version, approval state, and release gate.

POST /api/v1/proofs/run

Run a policy-bound Lean proof and produce signed ledger evidence.

POST /api/v1/verify

Requires write:verification. Supports X-MetaSolve-Project-ID and X-Workspace-Target.

GET /api/v1/ledger/{run_id}

Requires read:ledger.

GET /api/v1/evidence/{evidence_id}

Read policy, proof, signature, and deployment binding metadata.

GET /api/v1/release-gate/{claim_id}

Return the latest blocked, review, passed, or pending evidence decision.

POST /api/v1/trust/verify

Run enterprise AI trust verification with production metadata binding.

GET /api/v1/trust/governance/{verification_id}

Read NIST, ISO, SOC2, FedRAMP, DORA, OSFI, Basel, and related governance mappings.

GET /api/v1/trust/runtime/{verification_id}

Read drift, freshness, hallucination, anomaly, and continuous-risk signals.

GET /api/v1/trust/production-binding/{verification_id}

Read policy, deployment, model, supply-chain, hardware-trust, and zero-trust bindings.

GET /api/v1/trust/model-registry

List model fingerprints, hashes, dataset lineage, prompt versions, and inference versions.

GET /api/v1/trust/deployments

List deployment IDs, endpoints, app versions, SBOM hashes, SLSA attestations, and Cosign references.

OpenAPI JSON

Loading...