# Deck Console

> Deck is a computer use agent platform. The Console at console.deck.co
> is the web interface for creating, managing, and monitoring agent tasks
> and agents.

## Console Sections

- [Home](https://console.deck.co/home): Overview of recent runs and activity
- [Create](https://console.deck.co/create): Agent Builder onboarding — pick a source, describe a task, and deploy
- [Agents](https://console.deck.co/agents): AI-driven browser agents that plan and execute autonomously
- [Tasks](https://console.deck.co/tasks): Create and manage individual browser automation tasks
- [New task](https://console.deck.co/tasks/new): Task builder for a new automation
- [Task Runs](https://console.deck.co/task-runs): Monitor task execution history and results
- [Run a task](https://console.deck.co/task-runs/new): Start a new task run
- [Sessions](https://console.deck.co/sessions): Active browser sessions and live views
- [Credentials](https://console.deck.co/credentials): Stored credentials for automated logins
- [Sources](https://console.deck.co/sources): Websites and systems Deck agents operate against
- [Triggers](https://console.deck.co/triggers): Schedules and inbound events that start task runs
- [Events](https://console.deck.co/events): Event log of received webhooks, schedules, and dispatches
- [Event Destinations](https://console.deck.co/event-destinations): HTTPS endpoints that receive run results and status updates
- [Keys](https://console.deck.co/keys): API keys and payload-encryption keys
- [Connections](https://console.deck.co/connections): Integrations with external services
- [Encryption](https://console.deck.co/encryption): Payload-encryption settings for sensitive task outputs
- [Task volume](https://console.deck.co/metrics/task-volume): Task volume metrics
- [Success rate](https://console.deck.co/metrics/success-rate): Task success-rate metrics
- [Errors](https://console.deck.co/metrics/errors): Error distribution metrics
- [Credential volume](https://console.deck.co/metrics/credential-volume): Credential usage metrics

## API

- [REST API](https://api.deck.co/v2): Programmatic access. Authenticate with `Authorization: Bearer <api_key>` from Console.
- [OpenAPI (Console)](https://console.deck.co/openapi.json): Machine-readable Console surface and pointer to the Deck REST API
- [OpenAPI (API)](https://docs.deck.co/openapi.json): Full Deck v2 REST specification
- [Error contract](https://console.deck.co/errors.json)
- [API catalog](https://console.deck.co/.well-known/api-catalog)

## Machine-readable files

- [llms.txt](https://console.deck.co/llms.txt)
- [llms-full.txt](https://console.deck.co/llms-full.txt)
- [Sitemap](https://console.deck.co/sitemap.xml)

## Key Concepts

- **Tasks**: Individual browser automation jobs (navigate, click, extract, fill forms, etc.)
- **Agents**: AI-driven browser automation — given a goal, the agent plans and executes steps autonomously
- **Runs**: Execution instances with real-time status, screenshots, and results
- **Browser Types**: Chrome (standard), Patchright (stealth), BotBrowser (anti-detection)
- **Credentials**: Securely stored login credentials used by browser automation
- **Triggers**: Schedules and inbound events that start task runs
- **Event Destinations**: Endpoints that receive execution results and status updates
- **Sources**: Websites and systems Deck agents operate against
