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

# Introduction

> sevvo is a multi-tenant hybrid SaaS for building canonical data models.

sevvo runs as a hybrid control plane / data plane system. The control plane
lives in our environment and holds pipeline definitions, schedules, and run
metadata. A data-plane agent deployed into your environment handles
credentials, extraction, canonical transformation, and storage — all inside
your perimeter. For interactive features, your browser connects from your
network or VPN directly to the agent URL you supply in the hosted console.

The short version: **you manage pipelines in our hosted UI; raw source rows and
canonical output do not pass through sevvo's control plane.**

## Where to start

* [Quickstart](/quickstart) — provision an agent, connect a Postgres source,
  and preview rows in under 15 minutes.
* [Deploying the agent](/deploying-the-agent) — Docker and Kubernetes
  recipes, env var reference, upgrade model.
* [Connecting Postgres](/connecting-postgres) — field reference, SSL modes,
  least-privilege user setup.

## If you're evaluating sevvo

* [Architecture](/architecture) — how the control plane and data plane fit
  together, the workflow-versioning contract, and where the code lives.
* [Security](/security) — what sevvo sees and what stays in your
  perimeter, the credential storage model, and browser-direct previews.
