← All products

Plan · cascade

PLV — Plan-Level Verification

Checks whether an agent’s plan or multi-step output still matches the stated goal and evidence — step by step, before you trust the result. Built for compliance, audit, and prompt/trace validation workflows.

Marketing site API root Docs Pricing
Product plv.thoughtproof.ai
API host verify.thoughtproof.ai
Endpoint POST /v2/verify
Auth X-API-Key
Tiers Standard (~5s) · Thorough (~15s)

Call example

curl -X POST https://verify.thoughtproof.ai/v2/verify \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{"question":"Should the agent approve invoice #4421?","answer":"Approve €500 payment to vendor-42.","trace":"Checked invoice, vendor history, and amount limits.","plan_steps":[{"index":0,"description":"Validate invoice","criticality":"critical"}]}'

Standard and Thorough pricing: PLV on /pricing/.

When to use it

What you get

Native ALLOW / BLOCK / UNCERTAIN outcomes against a bounded decision package. Optional attestation paths where configured. Measured false-allow posture is documented on the evidence note.

Related

Typical agent exit: Sentinel. Adversarial multi-model panel: RV. Five-axis scoring: DQL.