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

# unoverse

unoverse is a platform for building AI Agents that represent your brand.

Your customers increasingly meet your brand through AI. An Agent built on unoverse makes that meeting a real brand experience. It answers from your own content. It speaks through interfaces you design. It works on every channel you connect, from your website and mobile apps to new AI channels like ChatGPT.

You build, manage, and observe Agents visually in **Canvas**. You create everything an Agent needs in **Studio**: interfaces, nodes, services, skills, and MCPs. And **Spatial** gives every Agent exactly what it needs, exactly when it needs it. The platform is enterprise-grade from the ground up. It runs on your own infrastructure, with the security and governance you expect: authentication, role-based access, and a full audit trail. And everything you build is yours: your Agents, your interfaces, and your content live in your own codebase.

[Get started](./onboarding/00a-studio.md). Studio opens in a couple of minutes and needs nothing but Node.

***

## Canvas

**Canvas** is where you build, manage, and observe Agents. An Agent is a workflow: a trigger receives the message, nodes reason and act, and results stream back live.

<img src="https://mintcdn.com/unoverse/JiBuFoNMsGe7EgEw/images/canvas.png?fit=max&auto=format&n=JiBuFoNMsGe7EgEw&q=85&s=a7359649a5ea83394b08a135a0fe616e" alt="Canvas" width="3006" height="1714" data-path="images/canvas.png" />

You build a workflow visually and test it as you go. Each node runs on its own, so you can inspect its output before you connect the next one. What you test in **Canvas** is exactly what runs in production. Once an Agent is live, **Canvas** shows you what it's doing: the steps it takes, the tokens it uses, and what it remembers. And **Canvas** is where you manage credentials, deployments, and every running Agent in one place.

[Build your first Agent](./onboarding/02-create-your-first-agent.md)

## Studio

**Studio** is where you create everything an Agent needs: interfaces, templates, nodes, services, skills, and MCPs.

<img src="https://mintcdn.com/unoverse/JiBuFoNMsGe7EgEw/images/studio.png?fit=max&auto=format&n=JiBuFoNMsGe7EgEw&q=85&s=499cf6653f92d44917209d82657617bd" alt="Studio" width="3004" height="1714" data-path="images/studio.png" />

Interfaces are definitions, not code. This approach is called server-driven UI, or SDUI: the platform serves each interface as data, and every client renders it natively. You write a component once and style it with your brand's design tokens. SDKs for web, native iOS, Android, React Native, and Flutter render the same definition as native UI on each platform. **Studio** previews everything as you edit, state by state, across screen sizes. Publishing a change requires no app release.

[Create a component](./onboarding/05-components-and-templates.md)

## Spatial

**Spatial** is a context management system: a new world where every Agent finds exactly what it needs, exactly when it needs it.

<img src="https://mintcdn.com/unoverse/JiBuFoNMsGe7EgEw/images/spatial.png?fit=max&auto=format&n=JiBuFoNMsGe7EgEw&q=85&s=750340ef21dfa6f8b342cb59861c984c" alt="Spatial" width="3010" height="1708" data-path="images/spatial.png" />

Everything an Agent draws on lives here: content, images, skills, tools, and apps, arranged by meaning. An Agent pulls just what the moment requires. Context stays small. Answers stay fast. Every conversation costs less. And you decide what's in the world, so you decide what your Agents can say and do.

[Ingest your content](./onboarding/04-ingest-content-to-spatial.md)

***

## How it works

The customer states what they want, and the brand assembles the answer. A client sends the message over MCP or WebSocket. The engine runs your workflow: nodes call models, query **Spatial**, and execute your logic, streaming progress as they go. Components render the results in your interface, on whatever platform the conversation is happening.

[How it fits together](./onboarding/00-how-it-fits-together.md) is the quick map, and the [Architecture](./architecture/overview.md) section carries the full detail: deployment, networking, data and the security posture.

***

## Documentation

| Section                                    | Contents                                                       |
| ------------------------------------------ | -------------------------------------------------------------- |
| [Onboarding](./onboarding/00a-studio.md)   | Set up, then nine challenges in order                          |
| [Design](./design/overview.md)             | Components, templates, tokens, and the state model             |
| [Nodes](./nodes/overview.md)               | Custom node development: types, patterns, credentials, testing |
| [Runbooks](./runbooks/overview.md)         | Operations: deployment, database, TLS, hardening               |
| [Architecture](./architecture/overview.md) | Deployment options, provisioning, networking, data, security   |
