Changelog

May 4, 2026

Live Agent View

Stream your agent’s browser session in real time as it executes a task. Watch credential entry, page navigation, form interactions, and data extraction as they happen. Follow along with every step of the workflow instead of waiting for a session replay after completion.

April 27, 2026

Auth Component v2

A drop-in React component for secure credential capture and source authentication. <DeckAuthComponent /> handles source selection, username/password collection, MFA and security questions, and error states. Credentials go directly to the Credential Vault and never touch your systems.

  • Live view: Pass taskRunView: "live" to show a real-time view of the agent working after credential submission, instead of a static status spinner.
  • Session tokens: Create a short-lived token via POST /v2/token from your server and pass it to the component. All configuration lives on the component, not the token.
  • Task linking: Pass a taskId to automatically fire a verification task run after credential creation. The component shows run status inline while the agent works.
  • Update mode: Pass a credentialId to re-collect credentials for an existing credential instead of creating a new one.
  • Theming and language: Full appearance customization (colors, borders, typography, logo) and fr-CA language support out of the box.

Install with npm install @deckco/auth. Auth Component documentation →

April 20, 2026

Source Fields

Credentials now support source_fields for passing additional login values beyond a username and password. If a source requires an account number, company ID, or similar field to authenticate, you can include them in auth_credentials.source_fields when creating or updating a credential.

source_fields composes with any auth_method. Values are encrypted at rest and redacted on read. At task run time, the agent resolves each entry by key into the login flow.

Credentials documentation →

March 31, 2026

Deck API v2

Deck API v2 is a ground-up redesign of the platform. New resource model, new credential management, new event system, new console. Everything that made Deck work, redesigned for an improved developer experience when operating agent infrastructure at scale.

Key improvements:

  • More complete endpoint coverage: Every resource—agents, sources, credentials, sessions, tasks, events—has dedicated endpoints with prefixed IDs (agt_, src_, cred_, trun_).
  • Typed input and output schemas: Tasks define explicit I/O schemas. Input is validated on submission, output is validated on completion. You get consistent, schema-validated JSON regardless of source.
  • Credential Vault: Dedicated endpoints for storing, updating, and deleting credentials. Credentials are verified automatically on first use for a task, and incorrect credentials move to a queryable invalid state.
  • Complete event system: Create multiple destinations (webhooks, SQS, Pub/Sub), subscribe to specific event types, track deliveries, and replay failures.
  • Consistent error handling with improved clarity: Errors return a structured errors array with type, code, field, and message fields for deterministic recovery.

Deck v2 API documentation →

January 13, 2026

Automated Parsing

Deck now supports automated parsing for fetched utility bills. When a document is found during a job run, Deck will structure the document contents as a JSON payload and send a DocumentExtractionSuccess webhook.

December 8, 2025

Agent Session Replay

Replay and audit the work of your agents from the Deck Dashboard. Session replay captures screenshots of your agents work every 5 seconds and gives you a powerful way to track your integration and troubleshoot issues.

November 17, 2025

external_id

Creating a connection in Deck with the EnsureConnection job now optionally accepts an external_id input to link users in your own system to Deck.

November 14, 2025

New Self-Serve Dashboard

The new dashboard gives you new insight and observability into your Deck integration.

  • View, search, and filter for connections and job runs
  • Debug easier with new connection logs
  • View and download documents produced from jobs
  • See all webhook deliveries and payloads
  • New sandbox onboarding to create jobs more quickly
November 12, 2025

Retrieve Job Run Output & Status

Retrieve the output of a job in addition to its status with the new GET /jobs/{job_id} endpoint.

Documentation →

October 21, 2025

Cancel a Connection

Cancel a running EnsureConnection job with POST /jobs/{job_guid}/cancel. This allows you to cancel a connection to a source.

October 15, 2025

Idempotency

The Deck API now supports idempotency keys, allowing you to safely retry requests without performing the same operation twice. Include an optional idempotency key header in your requests, and if a network error or timeout occurs, you can resend the same request with the same key.

Documentation →

October 14, 2025

Retrieve Job Status

Added a new endpoint to check the status of a job. You can now retrieve the current status of any job using the GET /jobs/{job_guid}/status endpoint. This allows you to check a job’s status before a webhook arrives.

API Reference →

September 2025

Streamlined Source Creation and Enhanced Agent Control

This release introduces the CreateSource endpoint, enabling users to generate new sources directly through the API Reference without needing the Dashboard, with built-in validation for seamless job access.

We’ve also added Agent Warmup, allowing agents to pre-load pages for faster logins, and implemented an 8-hour session timeout that automatically retries stalled tasks to ensure continuous operation.

Additionally, EnsureConnection now supports Access Tokens for connections without user presence, and document uploads have been redesigned to improve privacy by requiring client-hosted file URLs, ensuring no sensitive data is stored internally.

August 2025

Dashboard Encryption Update

Added encryption directly from the Dashboard, improved webhook and widget configuration, team name setup, and error message accuracy.

June 2025

Dashboard Launch Acceleration

Launched the Deck Dashboard for AI Bot job creation, added file retrieval flows and widget connection, improved MFA handling, data formatting, sandboxing, job retries, and agent speed, with automatic HMAC key creation for new teams.

May 2025

Framework Expansion & Security

Released the Deck Product Framework for internet data operations, added job submission endpoint and webhooks, enhanced data support, reliability, AI generation, PDF automation, and login handling, migrated API to Kubernetes, and secured webhooks with HMAC.

April 2025

Studio Endpoint Rollout

Added new connection and sustainability endpoints, introduced studio file management and account switch endpoints, and deprecated the old /connection/get endpoint.

March 2025

Sustainability API Growth

Added sustainability statement and account endpoints, enabled charge categorization support, and implemented various bug fixes.

February 2025

MFA & Link Enhancements

Expanded MFA support, added new Link configurations and fields, introduced a “Connection completed” webhook, and updated responses for connection data.

January 2025

Interval Data Options

Added interval data support, new Link widget upload and manual input options, a provider addition feature, a /connection/destroy endpoint, and dynamic sandbox data.

December 2024

Sherlock Data Upgrade

Improved Sherlock’s PDF extraction, launched interval data, added document upload and delegated connection APIs, enhanced data accuracy and support tools, and improved universal connectors.

November 2024

Connector Performance Boost

Enabled document upload to JSON, enhanced delegated connection APIs and Sherlock accuracy, improved internal tools, and updated universal connectors.

October 2024

Debugger & Core Upgrade

Launched Connection Debugger in the Dashboard, improved the Core Connection Engine, upgraded Sustainability and Bill endpoints, and enhanced universal connectors.

September 2024

Webhook & Sandbox Expansion

Added webhook features, MFA and security question flows in Sandbox, dashboard auto-refresh settings, and related API endpoints.

August 2024

Connector Speed Optimization

Improved authorization speed, added Link configuration for skipping source selection, and launched the universal connector.

July 2024

Sustainability Data Update

Updated Sustainability Data Table, improved PDF data extraction, and added sustainability invoice and charge endpoints.

June 2024

Data Table Update

Revamped the Sustainability Data Table format for better readability.

May 2024

Sherlock Launch

Launched Sherlock, Deck’s PDF data extraction accuracy tool.