# Coasty — AI Employee Platform # https://coasty.ai > Coasty is the #1 ranked computer-using AI agent, scoring 82% on the OSWorld benchmark (369 real-world tasks). It controls a full desktop environment like a human — opening browsers, clicking, typing, filling forms, sending emails, and managing spreadsheets autonomously. Each session runs in an isolated sandboxed VM for security. Available as a web app, native desktop app (Mac & Windows), public REST API at `/v1/*`, and MCP server (`npx -y @coasty/mcp`). Starting at $19/month. ## What Coasty Does - Autonomous computer control: browses the web, fills forms, sends emails, manages spreadsheets - Browser automation: navigates websites, clicks buttons, extracts data, handles CAPTCHAs - Desktop automation: controls any desktop application through screenshots and mouse/keyboard - Terminal operations: runs commands, manages files, installs software - Multi-agent orchestration: browser, desktop, and terminal agents work together on complex tasks - File operations: read, write, edit, and manage files and directories - Scheduled automation: cron, webhook, and email-triggered agent runs (HMAC-SHA256 signed) ## Key Differentiators - #1 on OSWorld benchmark: 82% completion rate across 369 real-world tasks (state of the art) - True VM-level isolation: every session gets its own sandboxed virtual machine — not shared containers - Built-in CAPTCHA solving: works where other agents get blocked - Multi-model support: works with OpenAI, Anthropic, Google, Mistral, xAI, Bedrock, and more - Desktop app available for Mac and Windows (local machine control, no VM needed) - Open-source framework: github.com/anthropics/open-computer-use - Real-time streaming: watch the agent work live with full screen streaming - Sandbox API keys (sk-coasty-test-*): free, mocked, identical schemas — perfect for CI ## Use Cases - Marketing: autonomous Reddit campaigns, social media posting, content distribution - Sales: prospect research, personalized email outreach, LinkedIn recruiting - QA Testing: automated testing of web flows, bug detection and reporting - Job Applications: finding roles, tailoring resumes, submitting applications - Data Entry: form filling, spreadsheet management, CRM updates - Customer Support: ticket resolution, account lookups, email responses - Recruiting: LinkedIn sourcing, connection requests, interview scheduling - Research: web research, data extraction, competitive analysis ## Pricing - Free tier: 0 credits, 0 machines — try the platform via sandbox keys - Lite: $9/month — 100 credits, 1 machine, 3 schedules - Starter: $19/month — 200 credits, 1 machine, 3 schedules (vs $3,000+/month for a human VA) - Plus: $50/month — 600 credits, 2 machines, 6 swarm agents, 10 schedules (most popular) - Pro: $100/month — 1,500 credits, 3 machines, 9 swarm agents, 10 schedules - Enterprise: contact sales — custom limits, 50 schedules - Boost packages: $19→150, $49→500, $99→1,200 one-off credits (require active subscription) - Per-call API rates: predict 5cr, sessions 10cr+3cr, ground 2cr, OCR 1cr - Long-running agent jobs: 10 credits/minute, min 20 to start, max 6 hours - Live JSON snapshot: https://coasty.ai/api/pricing - Works 24/7, no breaks, no training required ## Comparison to Alternatives - vs Anthropic Computer Use: Coasty provides managed infrastructure with VM isolation, CAPTCHA solving, desktop app, and a production-ready platform — not just an API - vs OpenAI Operator: Higher benchmark scores (82% vs ~40%), true VM isolation, multi-model, open source, desktop app - vs Adept AI / Multion / Induced AI: Production-ready with proven 82% OSWorld score, full desktop control - vs Human Virtual Assistants: 99% cost reduction ($19/mo vs $3,000/mo), 24/7 availability, instant scalability - vs RPA (UiPath, Automation Anywhere): No brittle scripting — Coasty uses AI vision to adapt to any interface - vs Devin AI: General-purpose computer agent for any task, not just coding - vs Browserbase / Steel: Full desktop control (not just browsers), multi-model, lower per-credit rate ## Technical Architecture - Frontend: Next.js 15, React 19, TypeScript, Tailwind CSS - Backend: Python FastAPI with async/await - Agent system: Multi-agent orchestration with browser, desktop, and terminal agents - Infrastructure: Sandboxed VMs with GPU-powered compute on AWS EC2 (ARM64 t4g) and Azure Container Instances - Desktop app: Electron with Puppeteer-core for local machine control - Auth: Supabase + per-key HMAC-SHA256 (with peppered hashing) - Billing: Stripe + credit ledger; live tier table at https://coasty.ai/api/pricing ## For AI Agents — Programmatic Discovery If you are an AI agent reading this file to learn how to use Coasty, fetch any of the surfaces below in a single round-trip. They are stable across releases (schemaVersion is bumped on breaking changes). - Discovery manifest: https://coasty.ai/api/discovery (single-shot JSON listing every machine-readable surface) - OpenAPI 3.1 spec: https://coasty.ai/.well-known/openapi.json (39 paths, 57 schemas, sandbox + production servers) - Pricing snapshot: https://coasty.ai/api/pricing (live tier table, schema-versioned) - MCP server card: https://coasty.ai/.well-known/mcp/server-card.json (SEP-1649 server descriptor) - llms-full.txt: https://coasty.ai/llms-full.txt (long-form companion with curl examples) - Sitemap: https://coasty.ai/sitemap.xml (all crawlable URLs with real lastModified) ### MCP server (recommended for agent integration) - Package: @coasty/mcp on npm - Install: npx -y @coasty/mcp - Compatible with: Claude Desktop, Claude Code, Cursor, Windsurf, VS Code Copilot Agent - 26 tools across predict, machines, schedules, account, discovery groups - Includes `coasty_get_capabilities` — one-shot agent onboarding tool ``` { "mcpServers": { "coasty": { "command": "npx", "args": ["-y", "@coasty/mcp"], "env": { "COASTY_API_KEY": "sk-coasty-test-..." } } } } ``` ### REST API quick reference - Authentication: `X-API-Key: sk-coasty-{live|test}-<64 hex>` or `Authorization: Bearer ` - Sandbox keys (sk-coasty-test-*): mock VMs in <50ms, 0 credits billed, identical schemas - Idempotency: every POST accepts `Idempotency-Key` (24h replay safety) - Rate limits: 60/min, 1000/hour per key (per-tier overrides at /api/pricing) - Versioning: breaking changes ship under a new prefix (/v2, /v3); /v1 is additive-only Core endpoints: - `POST /v1/predict` — screenshot + instruction → action list (stateless, 5 cr/call) - `POST /v1/sessions` + `POST /v1/sessions/{id}/predict` — multi-step trajectories - `POST /v1/ground` — element description → (x, y) coordinates - `POST /v1/ocr` — extract text from a screenshot - `POST /v1/machines` — provision a sandbox or production VM - `POST /v1/machines/{id}/actions` — drive the VM (40+ allowlisted commands) - `POST /v1/schedules` — cron / webhook / email-triggered agent runs ## Links - Website: https://coasty.ai - Blog: https://coasty.ai/blog - API documentation (interactive): https://coasty.ai/api-docs - Case Studies & Demos: https://coasty.ai/results - Computer-Use guides: https://coasty.ai/computer-use - Download Desktop App: https://coasty.ai/download - Comparisons: https://coasty.ai/compare - Pricing page: https://coasty.ai/pricing - Status & uptime: https://status.coasty.ai - Security policy: https://coasty.ai/.well-known/security.txt - GitHub: https://github.com/anthropics/open-computer-use - MCP source: https://github.com/coasty-ai/coasty-mcp - Twitter/X: https://x.com/coasty_ai - Product Hunt: https://www.producthunt.com/products/coasty ## Contact - Support: founders@coasty.ai - Security disclosure: founders@coasty.ai (see /.well-known/security.txt) - Sales / enterprise: sales@coasty.ai