Coming Soon

GDPR Compliant
Decentralized Identifier System
for Research & Cultural Heritage Data

Sovereign data infrastructure for research institutions

100%
GDPR Compliant
W3C
DID Standard
EU
Data Sovereignty

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.

Platform showcase - Overview

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.

By the Numbers

Trusted by Researchers Worldwide

Powering the next generation of DeSci Projects

100%
GDPR Compliance
100%
Data Sovereignty
24/7
IPFS Availability
0
Vendor Lock-in
Documentation

Start Building Today

Comprehensive guides and API references to integrate Ekayana into your research infrastructure.

Quick Links

Quick Start

Authenticate
# 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 a file
// 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.
View full documentation
API Reference

Powerful REST API

Well-documented endpoints for DID management, content storage, and AI-powered knowledge extraction.

View Full API Reference
ekayana-api - endpoints
# Identity Management - Create and manage W3C Decentralized Identifiers
POST/api/did
GET/api/did/resolve/{id}
PUT/api/did/{id}
POST/api/did/{id}/dataverse
# Knowledge Extraction - AI-powered document processing and enrichment
POST/api/bioagents/process
GET/api/bioagents/status/{task_id}
POST/api/bioagents/metadata
POST/api/bioagents/query
# Data Storage - IPFS-based content management
POST/api/upload
GET/api/download/{cid}
GET/api/pins
GET/api/metadata/{cid}
Membership

Open by Design

Free for researchers, sustained by institutional members

Researcher

Open access for individual researchers

Free forever
  • Public gateway & DID resolution
  • 100 did:bio registrations per year
  • 5GB IPFS storage
  • Basic BioAgents processing
  • Community support
Start Free
Most Common

Institutional Member

For universities, repositories, and research organizations

$2,000/year + service fee
  • 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
Become a Member

Consortium

Shared membership for networks of organizations

$2,000/year for the lead
  • 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
Coordinate a Consortium
About

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

SP

Sneha Priya

CEO & Co-Founder

Fashion Designer. NIFT, Kannur

SK

Suraj Kumar

CTO & Co-Founder

Protocol Labs `plGenesis` Hackathon winner. Built decentralized systems at scale.

AK

Antra Kumari

Head of Research

Data Architect at Ekayana. Expert in research data management.

AC

Ankita Choudhary

Head of AI/ML

AI research. Specializes in knowledge extraction.

Tech Stack

Protocol Labs
Filecoin Foundation
Harvard Dataverse
CERN Open Data
Zenodo
ORCID
Solana Labs