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

# Introduction

> The Agent Reliability Layer

<img src="https://mintcdn.com/formation-57c9b3bd/hxLx0HcbSXgL5NJh/images/stratus-x1-hero.png?fit=max&auto=format&n=hxLx0HcbSXgL5NJh&q=85&s=fa9f9080f43880a61558e9f83e811b21" alt="Stratus X1" className="banner-dark" style={{ width: '100%', marginBottom: '1.5rem' }} width="1372" height="288" data-path="images/stratus-x1-hero.png" />

<img src="https://mintcdn.com/formation-57c9b3bd/hxLx0HcbSXgL5NJh/images/stratus-x1-light.png?fit=max&auto=format&n=hxLx0HcbSXgL5NJh&q=85&s=fa6881b91c6976ed4e0f79322a3b81ca" alt="Stratus X1" className="banner-light" style={{ width: '100%', marginBottom: '1.5rem' }} width="2408" height="448" data-path="images/stratus-x1-light.png" />

## What is Stratus X1?

STRATUS X1 is a **predictive world model** that enables AI agents to reason and plan before acting. Unlike traditional LLMs that generate actions token-by-token, Stratus gives agents the ability to:

<Columns cols={3}>
  <Card title="Observe" icon="eye" color="#22d3ee">
    Encode current state into embedding space
  </Card>

  <Card title="Predict" icon="crystal-ball" color="#c084fc">
    Simulate multiple possible futures
  </Card>

  <Card title="Act" icon="chess-knight" color="#34d399">
    Choose the path most likely to succeed
  </Card>
</Columns>

The result: **2.1×** higher task success rates, **68%** fewer tokens, **54%** better accuracy.

## Quick Start

Get started with Stratus in minutes.

<Card title="Quickstart Guide" icon="rocket" href="/docs/quickstart" horizontal>
  Get your API key and make your first request in under 5 minutes.
</Card>

## Key Features

<Columns cols={2}>
  <Card title="OpenAI-Compatible API" icon="plug" href="/docs/api-reference/chat-completions">
    Drop-in replacement for OpenAI's API. Change one line of code and get world model prediction.
  </Card>

  <Card title="Multi-Step Rollout" icon="crystal-ball" href="/docs/api-reference/rollout">
    Predict complete action sequences and validate plans before execution with `/v1/rollout`.
  </Card>

  <Card title="2,050+ Models" icon="diagram-project" href="/docs/api-reference/models">
    Works with any LLM as the execution engine — GPT-4o, Claude, DeepSeek, Llama, Gemini, Grok, Mistral, Qwen, and 40+ more providers via OpenRouter.
  </Card>

  <Card title="Built for Agents" icon="robot" href="/docs/concepts/use-cases">
    Designed specifically for agentic workflows — web navigation, task automation, multi-step reasoning.
  </Card>

  <Card title="Proven Results" icon="chart-line" href="/docs/concepts/what-is-stratus">
    Benchmarked on WebArena and HotpotQA. Significant lift across all major LLMs.
  </Card>

  <Card title="Sub-10ms Latency" icon="bolt" href="/docs/concepts/architecture">
    Fast enough to fit in any agent loop. Predict futures without slowing down execution.
  </Card>
</Columns>

## Why Agents Need World Models

**Traditional LLMs** (not Stratus) struggle with multi-step tasks because they:

* **Don't plan ahead** — Generate one token at a time (greedy decoding)
* **Can't predict outcomes** — No internal model of how actions affect state
* **Lack foresight** — Commit to paths without evaluating consequences

**Stratus X1 solves this** by learning a predictive world model in embedding space. Agents can now simulate futures before acting, dramatically improving success rates.

<Note>
  **The World Model Layer**

  Stratus sits between your agent and the LLM, predicting state transitions in latent space.
  It enables zero-shot planning in novel situations by learning the dynamics of how actions change the world.
</Note>

## Explore the Docs

<Columns cols={3}>
  <Card title="Core Concepts" icon="lightbulb" href="/docs/concepts/what-is-stratus">
    Understand how Stratus works and when to use it.
  </Card>

  <Card title="API Reference" icon="code" href="/docs/api-reference/introduction">
    Complete API documentation and examples.
  </Card>

  <Card title="Authentication" icon="key" href="/docs/authentication">
    API keys, rate limits, and security.
  </Card>

  <Card title="Dashboard Guide" icon="chart-line" href="/docs/credits-and-billing">
    Navigate the dashboard and manage your account.
  </Card>

  <Card title="Credits & Billing" icon="dollar-sign" href="/docs/credits-and-billing">
    Pricing, packages, and billing management.
  </Card>
</Columns>
