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

# Deck API documentation

> The Deck API gives you programmatic access to computer use agents and agent infrastructure.

Deck computer use agents operate software like a human does. Connect and automate websites and services that lack APIs.

## Why use Deck

* **Works on any software.** If a human can use it, Deck can automate it. Create a source from any website and start running tasks.
* **Credential Vault.** Securely store credentials on behalf of your users and use them safely in your automated tasks.
* **Structured, deterministic output.** Every task returns structured JSON matching a defined schema. Predictable output from AI agents.
* **One agent or thousands.** Deck provisions isolated sessions on demand. Go from one agent to hundreds running in parallel.
* **Built-in observability.** Live session streaming while an agent works. Screenshot and agent reasoning artifacts for completed sessions.
* **Event-driven by default.** Results are pushed to webhooks, SQS, Pub/Sub, or any supported destination.

## Get started

<Columns cols={3}>
  <Card title="Quickstart" icon="rocket" href="/guides/quickstart">
    Create an agent, store credentials, and run your first task.
  </Card>

  <Card title="Concepts" icon="compass" href="/concepts/overview">
    Agents, sources, credentials, tasks, and events.
  </Card>

  <Card title="API reference" icon="square-chevron-right" href="/api-reference">
    Endpoints, request formats, and response examples.
  </Card>
</Columns>

## Explore

<Columns cols={2}>
  <Card title="How Deck works" icon="microchip" href="/how-deck-works">
    Platform architecture, compute orchestration, and the execution model.
  </Card>

  <Card title="Using the API" icon="code" href="/api/using-the-api">
    Authentication, pagination, idempotency, and error handling.
  </Card>

  <Card title="Build with AI" icon="sparkles" href="/ai">
    Ready-made context for building with AI coding agents.
  </Card>

  <Card title="Events and destinations" icon="webhook" href="/events/events">
    Subscribe to events, configure destinations, and track deliveries.
  </Card>
</Columns>
