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

# Introduction

> Open-source verifiable context engine for AI

Worlds is the open-source verifiable context engine designed to manage, query,
and prove interoperable knowledge bases at the edge.

Worlds is an indexed knowledge graph. It provides agents with a deterministic
context graph that offers complete explainability and source provenance,
ensuring continually improving output quality and traceable reasoning.

## Quicklinks

<CardGroup cols={2}>
  <Card title="Worlds API" icon="code" href="/reference">
    Explore the full REST OpenAPI specification endpoints.
  </Card>

  <Card title="TypeScript API" icon="file-code" href="https://jsr.io/@wazoo/worlds-sdk">
    Build agentic workflows natively in Node, Deno, or Bun.
  </Card>

  <Card title="Worlds CLI" icon="terminal" href="/reference/cli">
    Manage your knowledge graphs from the terminal.
  </Card>

  <Card title="Self-hosting" icon="server" href="/contribute/self-host">
    Deploy Worlds persistently using Docker.
  </Card>

  <Card title="Worlds Console" icon="app-window" href="https://console.wazoo.dev">
    Our visual web platform for exploring and managing graphs.
  </Card>
</CardGroup>

## Features

<CardGroup cols={2}>
  <Card title="REST API and clients" icon="server" href="/reference">
    Worlds REST API HTTP server and client libraries.
  </Card>

  <Card title="Deterministic reasoning" icon="workflow" href="/contribute/architecture">
    Symbolic reasoning powered by deterministic graph logic and verifiable
    decision traces.
  </Card>

  <Card title="Agent-native" icon="bot" href="/integrations/ai-sdk">
    Vercel AI SDK, MCP, CLI, and type-safe API clients.
  </Card>

  <Card title="Intentional agency" icon="bolt" href="/worlds/alignment">
    Aligns high-dimensional model behavior with individual preferences by
    reshaping probability landscapes through contextual feedback.
  </Card>

  <Card title="Malleable knowledge" icon="recycle" href="/worlds/update">
    Continual learning and autonomous discovery system that dynamically updates
    and repairs facts.
  </Card>

  <Card title="Query and reason" icon="search" href="/worlds/query">
    Ontology-first domains, SPARQL, RDF, OWL, and Hylar.
  </Card>

  <Card title="Bring your own models" icon="brain" href="/manifesto">
    Strictly provider-agnostic infrastructure. Connect your own LLM and
    embedding model.
  </Card>

  <Card title="Hybrid search" icon="bolt" href="/worlds/search">
    Vector embeddings fused with full-text search.
  </Card>

  <Card title="Ontology-first" icon="hammer" href="/worlds">
    Develop and engineer your graphs interoperably with your data.
  </Card>

  <Card title="Edge-first" icon="cloud" href="/contribute/architecture">
    Serverless-native, global low-latency graph architecture.
  </Card>
</CardGroup>

## Learn more

* [Worlds API quickstart](/quickstart): Automate worlds programmatically.
* [Architecture](/contribute/architecture): Build graphs from triples.

<Note>
  Favorite software provider missing? Open a feature request on
  [GitHub](https://github.com/wazootech/worlds/issues) to let us know!
</Note>
