GDPR Compliant
Decentralized Identifier System
for Research & Cultural Heritage Data
Sovereign data infrastructure for research institutions
Built for Sovereign Data
Enterprise grade infrastructure combining GDPR compliance, decentralized identifiers, and AI-powered knowledge extraction for research and heritage data.
GDPR & Privacy First
Full compliance with EU data protection regulations. Fine grained consent management, data portability, and right to erasure built into the core architecture.
W3C Decentralized Identifiers
Standards-compliant DIDs with post-quantum cryptographic security. Persistent, resolvable identifiers for research datasets and cultural artifacts.
IPFS-Based Storage
Content-addressed, tamper-proof storage ensuring data integrity. Your research and heritage data remains accessible and verifiable indefinitely.
AI Knowledge Extraction
Intelligent agents for automated metadata extraction, entity recognition, and semantic enrichment of research papers and heritage documents.
Semantic Knowledge Graph
Rich interconnections between datasets, researchers, and institutions. Enable discovery through semantic queries and relationship mapping.
Repository Integration
Bridges to Harvard Dataverse, Zenodo, and institutional repositories. Datasets keep their DOIs and Handles - existing workflows keep working.
Platform Features
Experience a unified workspace with decentralized storage, secure sharing, and cryptographic access control.

Rich Document Editor
Full-featured editor with code blocks, markdown support, and real-time auto-save to IPFS.
Secure File Sharing
Share files with granular permissions - read, write, or delete access with expiration dates.
UCAN Authorization
Decentralized capability based access control with cryptographic verification.
Version History
Full version tracking with auto-save and cloud sync for all your documents.
IPFS Storage
Content addressed storage ensuring data integrity and decentralized availability.
DID Manager
Create and manage decentralized identifiers for users, organizations, and data assets.
Dataverse
Organize and query your data with structured collections and metadata schemas.
BioAgents AI
AI-powered agents for automated data processing, analysis, and knowledge extraction.
Trusted by Researchers Worldwide
Powering the next generation of DeSci Projects
Start Building Today
Comprehensive guides and API references to integrate Ekayana into your research infrastructure.
Quick Links
Platform Overview
Architecture and core concepts of the Ekayana platform
Authentication & Access
Session tokens, UCAN capabilities, and how requests are verified
DID Implementation
Creating and managing W3C-compliant Decentralized Identifiers
Protocol Labs Stack
IPFS, Filecoin, libp2p, and other Protocol Labs integrations
AI Processing Pipeline
Automated metadata extraction and knowledge graph generation
UCAN Authorization
Capability based decentralized authorization system
Dataverse Integration
Bridge datasets between Harvard Dataverse and IPFS, keeping their DOIs
GDPR Compliance
Privacy controls, consent management, and data rights
Quick Start
# No SDK to install - the API is plain HTTP/JSON.
# Sign in once and use the token on every request.
curl -X POST https://api.ekayana.com/api/signin \
-H "Content-Type: application/json" \
-d '{ "email": "ada@lab.example", "password": "..." }'
# -> { "token": "..." }// Upload research data - the CID comes back immediately
const body = new FormData();
body.append('file', file); // e.g. dataset.csv
const res = await fetch('https://api.ekayana.com/api/upload', {
method: 'POST',
headers: { Authorization: `Bearer ${token}` },
body,
});
const { cid } = await res.json();
// Identical bytes always produce the same CID.Powerful REST API
Well-documented endpoints for DID management, content storage, and AI-powered knowledge extraction.
View Full API Reference/api/did/api/did/resolve/{id}/api/did/{id}/api/did/{id}/dataverse/api/bioagents/process/api/bioagents/status/{task_id}/api/bioagents/metadata/api/bioagents/query/api/upload/api/download/{cid}/api/pins/api/metadata/{cid}Open by Design
Free for researchers, sustained by institutional members
Researcher
Open access for individual researchers
- Public gateway & DID resolution
- 100 did:bio registrations per year
- 5GB IPFS storage
- Basic BioAgents processing
- Community support
Institutional Member
For universities, repositories, and research organizations
- Up to 100,000 DID registrations per year
- Full BioAgents suite & knowledge graph
- Citation & usage reports
- Member only APIs & dedicated gateway
- Prioritized technical support
- Governance participation & voting
- GDPR compliance package
Consortium
Shared membership for networks of organizations
- No membership fee for consortium organizations
- Each organization gets its own registry account
- Shared onboarding & coordination
- Consortium wide reporting
- Ideal for national networks & shared platforms
- Fee support for eligible regions
Building the Future of Research Data
Sovereign data infrastructure for research institutions
Our mission is to empower researchers with decentralized, privacy-preserving data infrastructure that ensures data sovereignty and GDPR compliance.
Leadership
Sneha Priya
CEO & Co-Founder
Fashion Designer. NIFT, Kannur
Suraj Kumar
CTO & Co-Founder
Protocol Labs `plGenesis` Hackathon winner. Built decentralized systems at scale.
Antra Kumari
Head of Research
Data Architect at Ekayana. Expert in research data management.
Ankita Choudhary
Head of AI/ML
AI research. Specializes in knowledge extraction.
Tech Stack
Insights & Updates
Technical deep-dives on decentralized research data infrastructure.