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

# Overview

> The agentic document platform for leading AI teams

Reducto is the agentic document platform for AI teams who need production-grade document processing at enterprise scale. It provides a complete toolkit for the full document lifecycle, from classification and extraction to editing and workflow orchestration, powered by custom in-house and leading frontier models.

**What you can build:**

* **Automated intake pipelines** that classify, split, and route documents without manual triage
* **Structured data extraction** from invoices, contracts, medical records, and any document type at scale
* **Document generation and editing** that fills forms, modifies templates, and produces new documents programmatically
* **RAG-ready content pipelines** with layout-aware chunking optimized for LLM consumption
* **Multi-step workflows** that chain classification, parsing, extraction, and editing into single API calls

***

## Platform capabilities

Reducto covers the full lifecycle of document work. Each capability is available as a standalone API endpoint or composed into pipelines.

<CardGroup cols={3}>
  <Card title="Classify" icon="tags" href="/classify/overview">
    Route documents by type before processing. Define categories in natural language.
  </Card>

  <Card title="Parse" icon="file-lines" href="/parse/overview">
    Convert documents into structured JSON with text, tables, and figures, with layout-aware chunking.
  </Card>

  <Card title="Extract" icon="brackets-curly" href="/extract/overview">
    Pull specific fields into structured JSON using a schema. Define what you need, get exactly that.
  </Card>

  <Card title="Split" icon="scissors" href="/split">
    Divide documents into logical sections using natural language descriptions.
  </Card>

  <Card title="Edit" icon="pen-to-square" href="/editing/edit-overview">
    Fill PDF forms and modify DOCX files programmatically with natural language instructions.
  </Card>

  <Card title="Pipelines" icon="diagram-project" href="/workflows/pipeline-basics">
    Chain multiple steps into reusable, single-call workflows deployed from Studio.
  </Card>
</CardGroup>

Supports [30+ file types](/upload/overview#supported-file-types) including PDFs, images, spreadsheets, presentations, and scanned documents.

***

## How to use Reducto

<CardGroup cols={2}>
  <Card title="API & SDKs" icon="code" href="/quickstart">
    For developers building automated pipelines. Available in Python, Node.js, Go, and REST.
  </Card>

  <Card title="Studio" icon="browser" href="https://studio.reducto.ai">
    For visual pipeline building. Configure, test, and deploy document workflows in your browser.
  </Card>
</CardGroup>

**Agent-ready tooling:** Reducto integrates directly into AI agent workflows via the [MCP server](/mcp-server), [CLI](/cli), and native SDKs.

<CardGroup cols={3}>
  <Card title="Agent Guide" icon="robot" href="/agent-guide">
    One-page reference for coding agents using Reducto.
  </Card>

  <Card title="MCP Server" icon="plug" href="/mcp-server">
    Give agents Reducto tools directly in Claude Code, Codex, Cursor, and other MCP clients.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli">
    Parse local files and folders from a terminal with minimal setup.
  </Card>
</CardGroup>

***

## Performance

Reducto orchestrates a pipeline of specialized models, including custom in-house models and frontier VLMs, with agentic multipasses that correct errors iteratively. This architecture delivers accuracy on the long tail of real-world documents: handwritten forms, rotated pages, nested tables, multi-column layouts, and degraded scans.

Every result links to the [Studio citation viewer](https://studio.reducto.ai) where you can inspect outputs against source documents at the bounding-box level.

***

## Built for production

<CardGroup cols={3}>
  <Card title="SOC 2 Type II" icon="shield-check">
    Audited security controls.
  </Card>

  <Card title="HIPAA" icon="hospital">
    Signed BAA available.
  </Card>

  <Card title="Zero Data Retention" icon="clock">
    Documents deleted within 24h.
  </Card>
</CardGroup>

* **Deployment flexibility.** SaaS, hybrid VPC, full VPC, or air-gapped on-premises
* **Scale.** 3B+ pages processed, with autoscaling for production workloads.
* **Security.** Encryption at rest (AES-256) and in transit (TLS 1.2+). EU and AU data residency. [Learn more →](/security/policies)
* **Support.** Dedicated field engineering, custom model fine-tuning, and 24/7 oncall for Enterprise customers

[See Enterprise readiness →](/enterprise/enterprise-readiness)

***

## Get started

<CardGroup cols={2}>
  <Card title="API Quickstart" icon="rocket" href="/quickstart">
    Parse your first document in 5 minutes with Python, Node.js, Go, or REST.
  </Card>

  <Card title="Studio Quickstart" icon="crystal-ball" href="/studio-quickstart">
    Build and deploy an extraction pipeline visually, no code required.
  </Card>
</CardGroup>
