Pricing
Start free. Pay for what you screen and monitor. Public pricing. No seats. No procurement gate.
How it works
Per agreement.
Each contract analyzed for parties, signers, and structured fields.
Per verification.
Each counterparty screened across sanctions, litigation, registries, ownership, and behavioral signals. Three depth tiers, from standard to comprehensive.
Per monitored profile.
Counterparties kept under continuous watch after the agreement executes.
Callable over API. MCP support in private preview.
Capabilities
Use any. Compose them into your workflow.
Each capability is callable, metered, and composable.
Continuous monitoring
Counterparties screened today are not the same counterparties next quarter. Verify keeps watching after the agreement is signed across sanctions, litigation, registry status, ownership, and behavior.
Priced per monitored profile, per month. Cancel a profile anytime.
Monitoring · sample
livesanctions re-check · no change
annual report filed
new federal civil filing
beneficial owner change
One profile, 90 days. Billed per monitored profile, per month.
Developers
Every Verify decision is a JSON response over HTTPS, an MCP tool result, or a webhook into your workflow.
POST /v1/verifications
{ "contract_id": "ctr_8xq...", "monitor": true }
→ {
"decision": "review",
"counterparty": { "name": "...", "type": "business" },
"findings": {
"sanctions": false,
"litigation": 2,
"registry": "active"
},
"monitor": { "status": "active", "profile_id": "mon_..." }
}