Build verifiable
AI agents on Hologram.
One YAML manifest. Open infrastructure. Cryptographic proof of who is on the other end of every conversation. Ship in ten minutes, scale to millions of users.
Learn the model. Build an agent. Run it anywhere.
Pick where you are on the journey. Each path links into a focused sidebar with everything in order.
Learn
The Hologram mental model — verifiable AI agents, the trust model, where each piece sits in the wider ecosystem.
Read the conceptsBuild
Fork the starter, set an OpenAI key, chat with your own verifiable agent in 10 minutes. Then go deep on the Agent Pack — MCP, RBAC, approvals.
Start the quickstartRun
Run locally with Docker Compose, or deploy to Kubernetes via the Helm chart used by every agent on vs.hologram.zone.
Deploy your agentFork, configure, ship.
Every Hologram agent is one YAML manifest — its Agent Pack — that captures personality, language, LLM, tools, authentication, and access control. Fork hologram-ai-agent-example, point at your LLM, and you have a running, trust-resolvable agent in ten minutes.
metadata:
id: example-agent
displayName: Example Agent
llm:
provider: openai
model: gpt-4o-mini
mcp:
servers:
- name: context7
url: https://mcp.context7.com/mcp
accessMode: admin-controlled
flows:
authentication:
enabled: true
credentialDefinitionId: ${CREDENTIAL_DEFINITION_ID}Look it up, fast.
Schemas, env vars, admin endpoints, webhook events, and the controlled vocabulary that ties them together.
Agent Pack schema
Field-by-field schema reference for agent-pack.yaml.
ReferenceEnvironment vars
Canonical index of every env var the chatbot reads.
ReferenceAdmin API
VS Agent admin REST surface — connections, messaging, VDR.
ReferenceWebhook events
Connection / message / received topics, with full schemas.
ReferenceGlossary
Controlled vocabulary for the Hologram + Verana stack.
The network is live.
Hologram isn't a paper spec. There are running agents you can talk to, source repos you can fork, and a public trust registry anchoring it all.
Live agents
Production agents trust-resolved through Verana. Connect from the Hologram app to see verifiable agents in action.
vs.hologram.zone →Cookbook walkthroughs
Annotated end-to-end builds — example agent, GitHub agent, Wise agent, customer-service agent.
Open the cookbookSource repos
Every agent on vs.hologram.zone is open source. Fork, deploy, contribute.
github.com/2060-io →