# HeadlessOps > HeadlessOps is an automation platform built by vatech.io that lets your AI assistant build, run, and maintain your business automations — entirely through conversation. Describe what you want automated to Claude, Cursor, Codex, or any AI assistant. It builds the workflow, deploys it, and keeps it running. No tools to learn, no engineers to hire. ## Product - [Home](https://headlessops.ai): HeadlessOps — your automation function, powered by AI - [Features](https://headlessops.ai/#features): Describe it and it's done; works with Claude, Cursor, and every major AI assistant; your AI acts on real business systems; secrets stay locked; self-healing workflows; one infrastructure for your whole team - [How It Works](https://headlessops.ai/#how-it-works): Three steps — tell us what you want automated, your AI builds and deploys the workflow, monitor and iterate through conversation - [Pricing](https://headlessops.ai/#pricing): Growth ($299/mo, 25k tasks), Scale ($799/mo, 100k tasks + 4 expert hrs/mo), Enterprise ($2,499/mo, 500k tasks + 15 expert hrs/mo). All features on every plan. Extra expert hours $150/hr. Migration Package available ($500 starter or $1,500 full). A full-time automation engineer costs $80–120K/year — Enterprise is $2,499/month with 15 hours of dedicated engineering included. - [Sign In](https://app.headlessops.ai): Access the HeadlessOps application ## Documentation - [Introduction](https://headlessops.ai/docs): HeadlessOps — the AI-native automation platform for developers - [Getting Started](https://headlessops.ai/docs/getting-started): Go from zero to running AI-powered automations in 5 minutes — no API key required - [Connect Your AI Client](https://headlessops.ai/docs/mcp/connect): Connect any MCP-compatible AI client to headlessops.ai in under 2 minutes — Claude Code, Claude Desktop, Cursor, Codex, Windsurf, VS Code Copilot, or any generic client - [MCP Setup Overview](https://headlessops.ai/docs/mcp/overview): Full reference for MCP tools, OAuth 2.1 authentication, workspace resolution, push-run execution modes, and synchronous run output - [Connect Claude Desktop](https://headlessops.ai/docs/mcp/claude-desktop): Connect Claude Desktop to HeadlessOps via MCP - [Connect Claude Code](https://headlessops.ai/docs/mcp/claude-code): Connect Claude Code (Anthropic) to HeadlessOps via MCP - [Connect Cursor & Roo Code](https://headlessops.ai/docs/mcp/cursor-roo): Connect Cursor or Roo Code to HeadlessOps via MCP - [Connect Codex (OpenAI)](https://headlessops.ai/docs/mcp/codex): Connect OpenAI Codex CLI to HeadlessOps via MCP - [Connect Windsurf](https://headlessops.ai/docs/mcp/windsurf): Connect Windsurf (Codeium) to HeadlessOps via MCP - [Connect VS Code / GitHub Copilot](https://headlessops.ai/docs/mcp/vscode-copilot): Connect VS Code with GitHub Copilot to HeadlessOps via MCP - [Integration Overview](https://headlessops.ai/docs/integrations/overview): What integrations are and how they work - [Trigger Types](https://headlessops.ai/docs/integrations/triggers): Webhook, schedule, and manual trigger configuration - [Auto-Sync Trigger Settings](https://headlessops.ai/docs/integrations/auto-sync-trigger): HeadlessOps automatically reads triggerType, cronExpression, and webhookMethod from integration.yaml on every push - [Credentials Management](https://headlessops.ai/docs/integrations/credentials): Store and use API keys and OAuth2 tokens in your integrations - [Data Stores](https://headlessops.ai/docs/integrations/data-stores): Persist state between integration runs with managed data stores - [Knowledge Base](https://headlessops.ai/docs/integrations/knowledge-base): Workspace-scoped Markdown documents for agent and developer context - [push-run — On-Demand Runs](https://headlessops.ai/docs/integrations/push-run): Upload code and trigger an immediate run on any integration — webhook, schedule, or manual — in a single API call - [integration.yaml Schema](https://headlessops.ai/docs/scripting/integration-yaml): Complete reference for the integration.yaml manifest format — trigger types, step routing, npm dependencies, webhook auth, HTML responses, sync response modes - [TypeScript ctx API](https://headlessops.ai/docs/scripting/typescript-ctx-api): Complete reference for the ctx object available in every step function - [JavaScript Runtime Behavior](https://headlessops.ai/docs/scripting/js-runner): Handler signatures, process.env polyfill, built-in modules, scoped /tmp, response auto-conversion - [Template Expressions](https://headlessops.ai/docs/scripting/template-expressions): Dynamic value interpolation in integration.yaml using ${{ }} syntax - [npm Packages](https://headlessops.ai/docs/scripting/packages): Install any npm package into your HeadlessOps integration - [Best Practices](https://headlessops.ai/docs/scripting/best-practices): Idempotency, error handling, pagination, and documentation conventions - [Platform Overview](https://headlessops.ai/docs/platform/overview): Architecture and core components of the HeadlessOps platform - [Workspace Management](https://headlessops.ai/docs/platform/workspaces): Create and manage HeadlessOps workspaces, API keys, and settings - [Users & RBAC](https://headlessops.ai/docs/platform/users-and-rbac): Role-based access control, user invites, two-factor authentication - [Labels & Permissions (IAM v1)](https://headlessops.ai/docs/platform/iam): Label-based permission system controlling who can see and use integrations, credentials, and knowledge docs - [Failure Alert Notifications](https://headlessops.ai/docs/platform/failure-alerts): Email alerts on integration run failure — recipients, webhook URLs, HMAC-signed unsubscribe links - [Billing & Subscriptions](https://headlessops.ai/docs/platform/billing): Manage your HeadlessOps subscription, change plans, purchase extras - [API Overview](https://headlessops.ai/docs/api/overview): HeadlessOps REST API reference overview - [Integrations API](https://headlessops.ai/docs/api/integrations): REST API reference for integration CRUD and management - [Integration Files API](https://headlessops.ai/docs/api/integration-files): Upload, download, push, and deploy integration files - [Runs API](https://headlessops.ai/docs/api/runs): Trigger and monitor integration run executions - [Credentials API](https://headlessops.ai/docs/api/credentials): REST API reference for credential and OAuth2 management - [Data Stores API](https://headlessops.ai/docs/api/data-stores): REST API reference for data store management and row operations - [Knowledge Base API](https://headlessops.ai/docs/api/knowledge-base): REST API reference for workspace knowledge base documents - [Workspaces API](https://headlessops.ai/docs/api/workspaces): REST API reference for workspace and member management - [Webhook → Process → Store](https://headlessops.ai/docs/examples/webhook-process-store): Receive a webhook, process the payload, and persist results to a data store - [Scheduled Data Sync](https://headlessops.ai/docs/examples/scheduled-sync): Sync data from a CRM to a database on a schedule - [Multi-Step Pipeline](https://headlessops.ai/docs/examples/multi-step-pipeline): A multi-step pipeline with conditional routing and error handling - [AI Agent Automation via MCP](https://headlessops.ai/docs/examples/ai-agent-automation): Let an AI agent write and deploy an automation end-to-end ## Blog - [Introducing HeadlessOps](https://headlessops.ai/blog/introducing-headlessops): Launch announcement — why we built an automation platform where AI does the building, and what makes it different from Make.com, n8n, and Zapier ## Company - [vatech.io](https://vatech.io): Parent company — automation engineering team behind HeadlessOps - [Make.com Partner](https://www.make.com/en/partners-directory/value-added-tech): vatech.io is a certified Make.com Gold Partner - [Contact](mailto:hello@headlessops.ai): hello@headlessops.ai ## Optional - [Privacy Policy](https://headlessops.ai/privacy-policy): Privacy policy for HeadlessOps - [Terms of Service](https://headlessops.ai/terms): Terms of service for HeadlessOps