Overview
The Venna platform in four parts: the gateway, the Console, Venna Code, and the node network.
Venna is one network, seen through four products.
Gateway
The OpenAI-compatible HTTP API that routes jobs to the mesh.
Console
Manage keys, usage, billing, and teammates at app.venna.net.
Venna Code
The desktop agentic coding agent with per-tool approval.
Node network
The decentralized inference fleet behind the gateway.
- Gateway — call it directly with any OpenAI-compatible
client at
https://gateway.venna.net/v1; start with the Quickstart or the API reference. - Console — mint and rotate
vk_keys at app.venna.net; a key bills the workspace that owns it, not an individual user (see Authentication). - Venna Code — desktop coding agent; extend it with skills (on-demand playbooks), plugins (bundled skills/hooks/MCP as one install), hooks (intercept tool calls), and MCP servers (external tools).
- Node network — pair a node once, binding an Ed25519 device identity, then earn per token served.