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

# Introduction

> SINT Labs is an AI research and engineering lab building the governance layer for autonomous systems.

## What SINT Labs builds

SINT Labs is an AI research and engineering lab. We work on the layer between an agent's decision and its physical, financial, or irreversible consequence. Three divisions, one lab.

<CardGroup cols={3}>
  <Card title="Protocol" icon="shield" href="/protocol/overview">
    SINT Protocol — the open-source governance standard for autonomous systems. Capability tokens, policy gateway, evidence ledger, twelve transport bridges.
  </Card>

  <Card title="Products" icon="cube" href="/products/overview">
    Console, Avatars, Operators, CMO Operator — unified by SINT OS. All governed by the Protocol.
  </Card>

  <Card title="Studio" icon="briefcase" href="https://sint.gg/studio">
    Custom builds, enterprise deployments, dev shop. We deploy the stack for companies who need the outcome.
  </Card>
</CardGroup>

## The problem we work on

Model-level alignment is not a safety invariant. The same natural-language command issued to four frontier models on the same robot produces up to a 4.8× spread in out-of-policy attempts. The same MCP tool description, poisoned, yields arbitrary code execution on the client. The same robot platform, shipped with hardcoded keys, yields wormable BLE takeover.

The authorization layer for autonomous systems is missing. We're building it.

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Run SINT Protocol locally in under five minutes. Docker Compose spins up the gateway, dashboard, Postgres, and Redis.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/architecture">
    How Protocol, SINT OS, OpenClaw, Avatar, and the products compose into a unified runtime.
  </Card>

  <Card title="Whitepaper" icon="file-lines" href="/protocol/whitepaper">
    The formal specification — DFA, tier function, CSML, threat model, compliance mappings, and bibliography.
  </Card>

  <Card title="Protocol spec" icon="book" href="/protocol/spec">
    The normative specification for anyone implementing SINT from scratch.
  </Card>
</CardGroup>

## Key numbers

<CardGroup cols={4}>
  <Card title="41" icon="boxes-stacked">
    Packages in the monorepo
  </Card>

  <Card title="1,772" icon="check-double">
    Tests passing
  </Card>

  <Card title="12" icon="network-wired">
    Transport bridges
  </Card>

  <Card title="<3ms" icon="bolt">
    P99 gateway latency
  </Card>
</CardGroup>

<Info>
  The authoritative source for current version, package count, test count, and license is the [FACTS page](/facts). All surfaces on this site derive from it.
</Info>

## Open source, open specification

Everything below the product line is open and public.

<CardGroup cols={2}>
  <Card title="Apache-2.0" icon="code" href="/legal/licenses">
    Reference implementation, conformance suite, all code.
  </Card>

  <Card title="CC BY 4.0" icon="book-open" href="/legal/licenses">
    Whitepaper, specification, documentation.
  </Card>
</CardGroup>

## Where to go next

* **If you're researching or citing SINT** → [Whitepaper](/protocol/whitepaper) and the [arXiv preprint](https://arxiv.org/)
* **If you're implementing SINT** → [Protocol spec](/protocol/spec) and [API reference](/developers/api-reference)
* **If you're deploying SINT** → [Quickstart](/quickstart), [Deployment](/developers/deployment), or [Studio services](https://sint.gg/studio)
* **If you're building on SINT OS** → [Products overview](/products/overview) and [SINT OS guide](/products/os)

***

<Tip>
  **Something missing from these docs?** Open an issue on [github.com/sint-ai/sint-protocol/issues](https://github.com/sint-ai/sint-protocol/issues) or a discussion at [github.com/sint-ai/sint-protocol/discussions](https://github.com/sint-ai/sint-protocol/discussions). We read every one.
</Tip>

***

<Note>
  **SINT has refocused.** This site documents the SINT Protocol, SINT OS, and SINT Labs' products. Earlier Web3 and consumer-agent work (2024–2025) is archived at [/archive](/archive/notice). Nothing is being sunset — existing commitments stand.
</Note>
