What is Keystroke?

Quick Answer: Keystroke is a code-first workflow automation and AI agent platform, launched July 13, 2026 by Y Combinator-backed Sprint Labs, that positions itself as an n8n alternative built for AI coding agents. Workflows are written as typed TypeScript in the user's own repository, usually by agents such as Claude Code, Cursor, or Codex, and deployed to Keystroke's managed cloud or self-hosted under the source-available Elastic License 2.0.

What Is Keystroke?

Keystroke is a workflow automation and AI agent platform whose central design decision is that automations should be real code, not visual graphs. It was published on July 13, 2026 by Sprint Labs, Inc., a Y Combinator Winter 2024 startup from Salt Lake City, Utah, founded in 2023 as the AI analytics company Buster by Blake Rouse (CEO) and Dallin Bentley. The company announced $2.4 million in funding in April 2025 (under the Buster brand) from Y Combinator, General Catalyst, General Advance, and angel investors.

How It Works

Keystroke's tagline is "an n8n alternative built for your coding agent," and the workflow model follows from it:

  • Workflows are TypeScript. An automation is an ordinary async TypeScript function with a Zod input schema, testable with Vitest and reviewed in pull requests, living in the user's own git repository rather than a vendor database.
  • Coding agents do the building. Onboarding is agent-native: users paste a single docs URL into Claude Code, Cursor, or Codex, and the agent installs the CLI, scaffolds a project, and deploys.
  • Execution is durable. Each successful action or agent call is recorded as a step; on retries after errors, sleeps, approval steps, or restarts, completed steps are replayed rather than re-run.
  • Agents are first-class. Keystroke agents wrap the Vercel AI SDK and can use workflows, actions, other agents, MCP servers, and integrations as tools, with documented persistent memory and sandboxed execution environments.

The platform ships 1,000+ built-in integration definitions (vendor-claimed) and can reach any HTTP API or MCP server. A model gateway offers OpenAI, Anthropic, Google, Groq, and xAI models at a 1.1x markup, or teams bring their own keys at no platform charge. The managed cloud adds a team workspace with OAuth credential management, run logs, access controls, and chat surfaces for Slack, Microsoft Teams, Linear, and Telegram.

Status and Pricing

As of July 2026 Keystroke is an open alpha: the npm package sits at v0.1.98, the repository has no tagged releases, and "Keystroke 1.0" is advertised as coming soon. Pricing spans a free Hobby tier ($1/month included usage credit), Pro at $20/month (including $20 of usage credit), and a custom Organization tier, with usage metered at $0.01 per run, $0.005 per empty poll, and $0.007 per web search on every tier. The code is source-available under the Elastic License 2.0, which permits self-hosting but not offering Keystroke as a hosted service to third parties.

Related Questions

Written & reviewed by · Last updated:

Related Tools

Related Rankings

Dive Deeper

comparison

Keystroke vs n8n in 2026: Agent-Built TypeScript vs the Visual Canvas

Keystroke, launched in July 2026 by Y Combinator W24 company Sprint Labs, is a code-first automation platform where AI coding agents write workflows as TypeScript in the user's repository. n8n, founded in 2019, is the most widely deployed source-available visual workflow platform, with 200,000+ users and a $2.5 billion valuation. This comparison covers the agent-authored versus canvas building models, durable execution, licensing (Elastic License 2.0 vs the Sustainable Use License), verified July 2026 pricing including Keystroke's usage metering, and the maturity gap between a days-old platform and an established ecosystem.

comparison

QuantumBPM vs Camunda 2026: Single-Binary Challenger vs the BPMN Incumbent

QuantumBPM (launched 2026, Coroid s.r.o., Slovakia) packages a BPMN 2.0 runtime and DMN 1.5 decision engine into one Go binary backed by Temporal and PostgreSQL. Camunda (Berlin, founded 2013) is the category incumbent: Camunda 7 (Apache 2.0, in maintenance) and the Zeebe-based Camunda 8 platform. This comparison covers product structure, architecture, DMN TCK conformance with recording dates, deployment, pricing, and vendor maturity, verified July 2026.

case-study

Migrating 23 Make Scenarios to Self-Hosted n8n: a 3-Week Breakdown

Anonymized retrospective of a DTC ecommerce brand migrating 23 Make scenarios to a self-hosted n8n instance over three weeks. Tooling cost dropped from $348/month on Make Teams to roughly $12/month on a Hetzner VPS, but credential and webhook recreation consumed about 40% of total project time.