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

# SimpleDocs API

> Programmatic access to your company's legal workflows

Build powerful integrations with SimpleDocs. Upload documents, automate legal requests, track their lifecycle, and receive real-time notifications — all programmatically.

<Card title="Quickstart" icon="bolt" href="/quickstart" horizontal>
  Get authenticated and make your first API call in under 5 minutes.
</Card>

## Essentials

<CardGroup cols={2}>
  <Card title="API Overview" icon="book-open" href="/introduction">
    Base URL, versioning, response format, error handling, and rate limits.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    OAuth 2.0 client credentials — obtain a token and start making requests.
  </Card>

  <Card title="Webhooks" icon="bell" href="/webhooks-guide">
    Subscribe to lifecycle events and receive HTTP callbacks in real time.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Full endpoint documentation for documents, workflows, requests, and webhooks.
  </Card>
</CardGroup>

## Capabilities

Use the API to integrate SimpleDocs into your existing systems and automate legal operations at scale.

<CardGroup cols={3}>
  <Card title="Documents" icon="file-lines">
    Upload, retrieve, and manage repository documents programmatically.
  </Card>

  <Card title="Workflows" icon="diagram-project">
    List published workflows and inspect their schemas and required fields.
  </Card>

  <Card title="Requests" icon="paper-plane">
    Create legal requests, submit counterparty details, and track execution status.
  </Card>
</CardGroup>
