Build on the Ledger of Truth.
Integrate verifiable provenance into your applications. Leverage our robust APIs, agentic AI systems, and decentralized infrastructure to create the next generation of high-integrity products and services.
The Provenio Stack: A 3-Layer Architecture
Our platform is engineered for security, scalability, and sovereignty, separating concerns into distinct, interoperable layers.
Core APIs & Endpoints
A RESTful API designed for simplicity and power, allowing you to interact with the ledger without needing to be a blockchain expert.
/api/v1/twins/create
Mint a new Digital Twin for a physical asset, optionally including PII for sanitization.
/api/v1/twins/{id}
Retrieve the full state and provenance history of a specific Digital Twin from the ledger.
/api/v1/twins/{id}/transfer
Initiate an immutable transfer of ownership to a new Decentralized Identifier (DID).
/api/v1/twins/{id}/service-event
Append a 'Truth Anchor' from a verified service provider (e.g., appraisal, repair).
/api/v1/governance/verify-proof
Submit a Zero-Knowledge Proof for verification, such as age or accredited investor status.
/identity/api/v1/invitation
Generate a DIDcomm Out-of-Band (OOB) invitation to connect with a user's mobile wallet.
Build with Intelligence
Don't just store data; understand it. Provenio's AI layer provides agentic systems that can interpret ledger events, summarize complex histories, and help you build smarter applications.
// Server Action
import { summarizeLedgerEvent } from '@/ai/flows';
const rawEvent = await fetchLedgerEvent(id);
const { summary } = await summarizeLedgerEvent({ rawEvent });
// Output: "The asset was transferred from Owner A to Owner B..."Ready to Build?
Request access to our developer sandbox to get your API keys and start building on the Provenio platform today.