Product API Pricing Docs Sign in Build my Agent

Deck makes any company
an AI company.

Computer Use agents that operate any software like a human — clicking, typing, and navigating real interfaces. No APIs, no integrations, no limits.

Activities
Google ×
Prospect Links - Google She... ×
+
google.com/search?q=best+SaaS+competitor+analysis+tools
U
Google
All Images News Videos
www.g2.com › categories › competitive-intelligence
Best Competitive Intelligence Software in 2026 | G2
Compare the best competitive intelligence tools. See real user reviews, pricing, features & more...
www.crayon.co › competitive-intelligence
Crayon | AI-Powered Competitive Intelligence Platform
Track competitors automatically. Get real-time alerts on pricing changes, product launches...
www.semrush.com › competitive-research
Semrush Competitive Research Toolkit - Analyze Any Domain
Uncover your competitors' strategies in display advertising, organic & paid search...
www.similarweb.com › corp › research
SimilarWeb - Digital Market Intelligence & Website Traffic
Understand any website's reach, ranking, and engagement. Benchmark against industry leaders...
Deck Agent
Chrome
Slack

TRUSTED BY WORLD-CLASS TEAMS

Works on any software. No APIs needed.

Deck agents log in, navigate, and operate software exactly like any human does. No data migration, no custom connectors, no 6-month integration. If your team can use it, Deck can automate it — on day one.

Build my Agent
Shopify Shopify Admin
Zendesk Zendesk Support
Stripe Stripe Dashboard
Salesforce Salesforce CRM
HubSpot HubSpot
NetSuite ERP
Workday
ServiceNow
SAP SAP S/4HANA
Jira Jira
LinkedIn LinkedIn
admin.shopify.com/store/acme-labs/orders
Shopify Acme Store
Orders
Products
Customers
Analytics
Settings
Orders 2,847
OrderCustomerTotalStatus
#4021Sarah M.$129.00Fulfilled
#4020James L.$84.50Pending
#4019Amy K.$210.00Fulfilled
#4018David R.$55.00Fulfilled
Zendesk Zendesk
Tickets
Views
Customers
Reports
Open Tickets 38
IDSubjectPriorityAssignee
#8842Login issue on mobileUrgentMike R.
#8841Billing discrepancyHighSarah K.
#8839Feature request: exportNormalUnassigned
#8838API rate limit errorsHighJordan T.
Stripe Stripe
Payments
Customers
Subscriptions
Invoices
Recent Payments $48,230
AmountCustomerDateStatus
$2,400.00Acme CorpFeb 12Succeeded
$890.00TechStart IncFeb 12Succeeded
$150.00Jane D.Feb 11Pending
$3,200.00MegaCorpFeb 11Succeeded
Salesforce Salesforce
Opportunities
Contacts
Leads
Reports
Pipeline $1.2M
OpportunityAccountValueStage
Enterprise DealBigCo$450KClosed Won
Platform LicenseMidCorp$120KNegotiation
Pilot ProgramStartupXYZ$35KProposal
Renewal Q2RetailMax$200KClosed Won
HubSpot HubSpot
Contacts
Deals
Campaigns
Reports
Contacts 12,430
NameEmailCompanyStatus
Lisa Wang[email protected]TechCoCustomer
Tom Baker[email protected]StartupHQLead
Nina Patel[email protected]CorpCoCustomer
Ryan Chen[email protected]BigIOSubscriber
◆ NetSuite
Transactions
Inventory
Financials
Procurement
Recent Transactions 1,204
Doc #Vendor / CustomerAmountType
INV-9031GlobalParts LLC$18,400Paid
PO-4520SteelWorks Inc$42,100Pending
INV-9030Acme Retail$7,650Paid
JE-1182Q4 Accrual$93,000Posted
◉ Workday
Workers
Payroll
Benefits
Time Off
Active Workers 847
EmployeeDepartmentLocationStatus
Maria GarciaEngineeringSan FranciscoActive
John SmithFinanceNew YorkActive
Aisha PatelOperationsLondonOn Leave
Wei ZhangProductSingaporeActive
▶ ServiceNow
Incidents
Changes
Assets
CMDB
Open Incidents 156
INC #Short DescriptionPriorityAssigned
INC0041VPN connectivity failureP1 CriticalNOC Team
INC0040SSO login timeoutP2 HighIAM Team
INC0039Printer queue stuckP3 MediumIT Support
INC0038New laptop requestP4 LowProvisioning
SAP SAP S/4HANA
Material Mgmt
Sales Orders
Production
Controlling
Purchase Orders 3,891
PO NumberSupplierValueStatus
4500018821Bosch GmbH€284,000GR Done
4500018820Siemens AG€1.2MAwaiting GR
4500018819BASF SE€56,300GR Done
4500018818ThyssenKrupp€390,000In Transit
Jira Jira
Board
Backlog
Roadmap
Reports
Sprint 24 — In Progress 18 issues
KeySummaryAssigneeStatus
DECK-412VM snapshot restore APIAlex M.In Progress
DECK-411Add credential rotationSarah K.Done
DECK-410Audit log export endpointMike R.In Review
DECK-409Fix agent timeout on large pagesJordan T.To Do
LinkedIn LinkedIn
Feed
My Network
Sales Nav
Messaging
Lead List — ICP Matches 214
NameTitleCompanyStatus
Claire DuboisVP EngineeringDataFlow IncConnected
Marcus LeeCTOScaleAIPending
Priya SharmaHead of OpsNovaTechConnected
Erik JohanssonDir. of ProductCloudWorksSaved

One agent or thousands. Same deploy.

Deck provisions isolated VMs on demand. Go from one agent running a workflow to thousands running it in parallel — no config changes, no re-architecture.

1 agent
provisioning isolated VMs...

Embed Computer Use in your product.

The Deck API lets you programmatically spin up Computer Use agents, execute workflows, and return structured results — all from your own app. Give your users or your agents the ability to operate any software at scale.

Read the Docs
run-job.ts TypeScript
import Deck from "deck";

const deck = new Deck({ apiKey: process.env.DECK_API_KEY });

// Create a source and open a connection
const source = await deck.sources.create({
  name: "Hilton",
  type: "website",
  website: { url: "https://hilton.com" }
});

const conn = await deck.connections.create({
  source_id: source.id,
  auth_method: "username_password",
  auth_credentials: { username: email, password: pass }
});

// Run a task and get structured output
const run = await deck.tasks.run(taskId, {
  connection_id: conn.id,
  input: { check_in: "2025-02-01" }
});
console.log(run.output);
// → [{ url: "...", title: "...", timestamp: "..." }, ...]

Full audit trail. Total control.

Every click, every decision, every recovery — logged and replayable. Credential vault with rotation, human-in-the-loop approvals, and a kill switch for any agent, instantly. Computer Use you can actually put in production.

Agent Activity Log deck-agent-014 Live
12:31:01 Navigated to google.com
12:31:03 Typed "SaaS competitor analysis tools"
12:31:04 Clicked Search button
12:31:06 Extracted 4 URLs from results
12:31:08 Navigated to docs.google.com/spreadsheets
12:31:12 Pasted 4 rows into Sheet "Prospects"
12:31:15 Opened slack.com #sales-ops
12:31:18 Send message to #sales-ops awaiting approval
Policies
Human approval for messages
Human approval for payments
Allow file downloads
Credential Vault
Google OAuth Rotated 2h ago
Slack Bot Token Rotated 14m ago