Skip to main content
Hologram Docs · Apache 2.0 · Built on Verana

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.

Recommended start

Fork, 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.

Open the quickstart
agent-pack.yaml
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}