Build on
Veritan.
Integrate machine-readable evidence, provenance, and authority into applications and AI systems via API, MCP, and event streams.
Three surfaces. Every integration type covered.
Whether you are building a traditional application, an AI agent pipeline, or connecting an external system, Veritan provides a native integration surface that returns evidence-bearing structured responses.
REST API
Versioned REST endpoints for application integration. Authenticated, scoped, and returning machine-readable evidence with every response. Supports all core Veritan capabilities.
Model Context Protocol
AI agents connect through the Model Context Protocol. Tool discovery, scoped authorization, and structured evidence responses designed for machine consumption.
Events & Webhooks
Subscribe to signed event streams. Verified delivery, retry guarantees, and a complete audit log for every external system integration.
From credential to first response.
Every Veritan integration begins with an authenticated credential, a scoped project, and a first request that returns evidence-bearing structured data.
POST /v1/records/verify
Authorization: Bearer vrtn_live_••••••••••••
Content-Type: application/json
{
"record_id": "<record-id>",
"evidence_scope": ["provenance", "authority", "state"]
}
→ 200 OK
{
"record": { "id": "...", "state": "active" },
"evidence": { "provenance": {...}, "authority": {...} },
"verified_at": "2026-08-18T00:00:00Z"
}What every integration can access.
The Veritan platform exposes a consistent capability layer across all integration surfaces. The same evidence, authority, provenance, and state are accessible via API, MCP, and Events.