The API doesn’t exist. Deck doesn’t need one.

Deck agents navigate any browser-accessible system — no API, no connector, no custom integration. If your team can open it in a browser and click through it, Deck can automate it.

Describe the system you need to automate
Automate our county recorder portal — it only exists in a browser Pull data from our legacy ERP that has no REST API Process applications in LoanDisk without writing a custom integration Run prior auth in Availity — the portal has no public API Automate our Citrix-hosted billing system without an API Sync our legacy NetSuite instance that predates the connector
Show us your toughest system

Trusted by Sunrun, BILT, Entrata and more · No API required

Trusted by
Sunrun BILT Entrata Quadient Glowtify Smartbills Deepki Sunrun BILT Entrata Quadient Glowtify Smartbills Deepki
No API required Works on Citrix & legacy systems If you can browse it, we can automate it

Authenticate. Operate. Extract.

SAP
AT&T
Amazon
Con Edison
Deck

Your users connect once

End users link their accounts through Deck. Credentials are encrypted in Deck Vault. Sessions persist. MFA is handled automatically. Your application never touches a password.

amazon.com/orders/history
Home
Orders
Products
Customers
Analytics
Orders
OrderDateCustomerTotalStatus
#1042Mar 17Acme Corp$4,200.00Pending
#1041Mar 16Globex Inc$1,850.00Paid
#1040Mar 16Initech$3,120.00Paid
#1039Mar 15Stark Ltd$980.00Shipped
#1038Mar 15Wayne Ent$2,640.00Paid

Agents operate any software

Computer use agents navigate real interfaces — web apps, desktop software, legacy systems. They see what a human sees, reason about what's on screen, and take action. No selectors. No scripts. No APIs on the other end.

Order: #1042
Name: Acme Corp
Total: $4,200.00
Status: Pending
{
  "order": "1042",
  "customer": "Acme Corp",
  "total": 4200.00,
  "status": "pending"
}

You get structured results

Every task returns structured output and schema-validated JSON. Define the output shape and Deck delivers it consistently, regardless of how the source renders its data. Documents and files can be captured alongside.

One agent or thousands.

Deck provisions isolated sessions on demand. Run agents in parallel across every user, every source, every time zone. No infrastructure to manage.

Design and run agents in minutes

The Deck Console is where you build, observe, and manage your agents. Prompt to create agents and tasks. Watch sessions live. Replay any step by step.

Explore the product
console.deck.co
Deck Console

Embed computer use in your product

The Deck API lets you programmatically create agents, manage connections, execute tasks, and receive structured results.

Explore the API
run-task.ts
import Deck from "@deckco/sdk";
const deck = new Deck({ apiKey: process.env.DECK_API_KEY });
const run = await deck.tasks.run("task_x9y8z7", {
  connection_id: "conn_a1b2c3d4",
  input: { check_in: "2026-04-01", check_out: "2026-04-05" }
});
// Response
{
  "status": "completed",
  "runtime_ms": 4523,
  "output": {
    "hotel": "Ace Hotel",
    "confirmation": "HLT-849271",
    "total_cost": 847.50
  }
}

Built for Production. Not Just Demos.

Enterprise-grade reliability with self-healing agents, encrypted credential vaults, and multi-model failover.

Authentication That Works

Deck handles MFA, SSO, and 2FA natively. Credentials stored in an encrypted vault with automatic rotation. Agents don't fail at login screens.

Self-Healing Agents

5 levels of autonomous error recovery. When something breaks, agents retry intelligently — only escalating to humans when they truly can't resolve it.

Fleet Management at Scale

One agent or one thousand — Deck provisions on demand. Persistent scheduling, parallel execution, and shared skill memory across your agent fleet.

Full Visibility Into Every Agent Action

Watch agents work in real time, replay any session step-by-step, and maintain a complete audit trail for compliance and debugging.

Frequently Asked Questions

Deck agents navigate browser UIs visually — clicking, typing, and navigating the same way a human would. No API call is made. The agent interacts directly with the interface.

Any browser-accessible system — legacy ERPs, government portals, payer platforms, loan origination systems, Citrix apps, county recording systems. If your team can log in and click through it, Deck can automate it.

Deck handles MFA, SSO, 2FA, and Citrix authentication natively. Credentials are stored in an encrypted vault and rotated automatically. Agents don’t fail at login screens.

Deck agents navigate visually and adapt when interfaces change. Because there are no hardcoded selectors, a layout update doesn’t break the workflow.

Yes. Citrix is one of Deck’s core use cases. It works natively — no Citrix RPA add-on, no brittle session configuration.

Book a demo. Tell us the system. We’ll run Deck on your workflow live — on your actual system, not a sandbox. Most teams are in production within a week.