Provenio LogoProvenio
Developer Ecosystem

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.

Read the White Paper

The Provenio Stack: A 3-Layer Architecture

Our platform is engineered for security, scalability, and sovereignty, separating concerns into distinct, interoperable layers.

Layer 1: Registry of Data
The immutable source of truth. A Hyperledger Fabric blockchain stores the state of all Digital Twins, their provenance history, and cryptographic hashes of all associated metadata.
Hyperledger Fabric
Go Chaincode
Layer 2: Governance Layer
The orchestration engine. Go-based APIs manage access control, enforce business logic, handle DIDs via Hyperledger Aries, and manage interoperability with other ledgers through Hyperledger Cacti.
Go
Gin Framework
ZKP
PII Sanitization
Layer 3: AI & Analytics
The intelligence engine. Agentic systems analyze provenance data, detect anomalies, verify metadata against market trends, and provide predictive insights via natural language queries.
Genkit
Gemini
BigQuery

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.

POST

/api/v1/twins/create

Mint a new Digital Twin for a physical asset, optionally including PII for sanitization.

GET

/api/v1/twins/{id}

Retrieve the full state and provenance history of a specific Digital Twin from the ledger.

POST

/api/v1/twins/{id}/transfer

Initiate an immutable transfer of ownership to a new Decentralized Identifier (DID).

POST

/api/v1/twins/{id}/service-event

Append a 'Truth Anchor' from a verified service provider (e.g., appraisal, repair).

POST

/api/v1/governance/verify-proof

Submit a Zero-Knowledge Proof for verification, such as age or accredited investor status.

GET

/identity/api/v1/invitation

Generate a DIDcomm Out-of-Band (OOB) invitation to connect with a user's mobile wallet.

Agentic AI

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.

`ledger-event-summarizer`
A Genkit flow that transforms raw JSON ledger events into human-readable narratives, perfect for user-facing timelines.
// 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..."
AI System Diagram

Ready to Build?

Request access to our developer sandbox to get your API keys and start building on the Provenio platform today.

Describe how you plan to integrate with our platform.