---
title: Olibato documentation
description: Create, deploy, operate, and automate personal multi-site applications.
audience: everyone
status: current
last_updated: 2026-09-02
order: 0
related:
  - /v/docs/getting-started/quickstart.md
  - /v/docs/concepts/sites-and-deploys.md
---

Olibato gives each person or organization a namespace for persistent sites.
Reserve a permanent host, deploy from source or a container, install supported
apps, control access, and connect verified custom domains.

> Olibato is a guided private beta. Compatibility, limits, infrastructure, and
> features may change, and the service has no committed service-level agreement.

## Choose a path

- **Create your first site:** follow the [quickstart](/v/docs/getting-started/quickstart/).
- **Understand the model:** read [Sites and deploys](/v/docs/concepts/sites-and-deploys/).
- **Authenticate automation:** generate and manage [API tokens](/v/docs/getting-started/api-tokens/).
- **Prepare repository source:** follow [Building an image](/v/docs/ui/building-an-image/).
- **Integrate:** use the [REST API](/v/docs/api/) or review the private
  [MCP build-agent boundary](/v/docs/mcp/).

## Documentation formats

Every page has server-rendered HTML and canonical raw Markdown. Essential
content does not require JavaScript.

| Format | Stable route | Purpose |
| --- | --- | --- |
| Human documentation | `/v/docs/<section>/<page>/` | Read-mode HTML with navigation and breadcrumbs |
| Raw source | `/v/docs/<section>/<page>.md` | Canonical Markdown with page metadata |
| Discovery index | `/v/docs/index.json` | Machine-readable page and schema inventory |
| OpenAPI | `/v/docs/api/openapi.json` | Supported HTTP API surface |
| MCP tools | `/v/docs/mcp/tools.json` | Generated schemas for the internal build-agent broker |

## Interface status

The browser product and feature-gated REST API are supported customer interfaces
during the private beta. The MCP server is a private, attempt-scoped stdio
broker for Olibato's build agent; it is not a customer or network endpoint.
