> ## Documentation Index
> Fetch the complete documentation index at: https://ahvn.top/llms.txt
> Use this file to discover all available pages before exploring further.

# HeavenBase

> An agent-native polyglot engine for structured data management. One model. Many backends. Every agent.

<Note>
  *Your data, speakable by agents.*
  *One model. Many backends. Every agent.*
</Note>

**HeavenBase** is an agent-native polyglot engine. You define your data model once. HeavenBase routes fields to your existing databases—SQL, vector, search, file—and exposes one structured query surface for agents. No migration. No lock-in. No glue code.

<Info>
  Docs last updated: June 30, 2026. Current HeavenBase version: 0.1.1.5. Blog last updated: June 23, 2026.
</Info>

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart/installation">
    Install HeavenBase and run your first workspace, LLM call, or MCP toolkit.
  </Card>

  <Card title="What is HeavenBase?" icon="book-open" href="/introduction/overview">
    Problem framing, polyglot engine design, and what ships today.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/introduction/architecture">
    How workspace, routing, backends, extensions, and agent runtime fit together.
  </Card>

  <Card title="Utilities toolbox" icon="toolbox" href="/features/utilities/overview">
    Configuration, paths, hashes, prompts, and development helpers.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="cube" href="/features/workspace">
    Workspaces, manifests, entities, routing, backends, query, and catalog.
  </Card>

  <Card title="LLM" icon="sparkles" href="/features/llm/overview">
    Chat, embeddings, tool use, sessions, gateways, and provider routing.
  </Card>

  <Card title="Agent Runtime" icon="robot" href="/features/agents">
    MCP, toolkits, capsules, prompts, agent extension, and caching.
  </Card>

  <Card title="HeavenBase MCP" icon="plug" href="/quickstart/heavenbase-mcp">
    Expose workspaces as MCP toolkits for agents.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Integrations" icon="blocks" href="/integrations/overview">
    Databases, vector stores, LLM providers, and MCP servers.
  </Card>

  <Card title="API reference" icon="code" href="/reference/api/overview">
    HTTP API, CLI, MCP toolkit reference, and glossary.
  </Card>

  <Card title="Workshops" icon="graduation-cap" href="/quickstart/sublinear-workshop">
    Guided workshops for MCP, memory agents, and data analysis.
  </Card>

  <Card title="Community" icon="users" href="/community/contributing">
    Roadmap, contributing, and how to connect with the project.
  </Card>
</CardGroup>
