📄️ JSON
The JSON adapter provides four pure data manipulation primitives for composing structured outputs and declarative branching in orchestrations. All operations are pure functions with sub-millisecond execution — no IO, no external calls.
📄️ DLFS
DLFS provides self-sovereign, decentralised file storage on Covia venues. Each user gets per-user drives that are cryptographically signed with their own Ed25519 key, stored in an independent lattice region, and portable across venues.
📄️ Vault
The Vault adapter provides simplified file access for agents and users by wrapping DLFS with a fixed drive name. Instead of specifying a drive on every call, vault operations always target the "health-vault" drive.
📄️ A2A
Covia is natively integrated with the Agent-to-agent Protocol (A2A) to enhance your AI applications with real-time agent interactions.
📄️ MCP
Covia is natively integrated with the Model Context Protocol Protocol (MCP) to enhance your AI applications with real-time data and context.
📄️ Grid
The Grid adapter enables distributed operation execution across the Covia network. Operations can run locally or on remote venues — the interface is the same either way.
📄️ HTTP
The HTTP adapter makes outbound HTTP requests to external APIs and web services, with built-in SSRF protection.
📄️ LangChain
The LangChain adapter provides unified access to multiple LLM providers — OpenAI, Anthropic, and Ollama — with a consistent interface for messages, tool calling, and structured output.
📄️ Orchestrator
The Orchestrator executes multi-step workflows as directed acyclic graphs (DAGs). Steps run in parallel where possible, with automatic dependency resolution and result composition.
📄️ Covia (Venue)
The Covia adapter provides workspace CRUD, data inspection, and lattice access. These are the core operations for reading and writing data on a venue.