Data pipelines.
Ridiculously fast.
Composable automation for the internet. 10x cheaper than Zapier. Set up by your AI agent.
Drag & Drop file here
or click to browse
Trusted by the edge
Metrics: Pipelines deployed: 1K+ | 0ms cold starts

From prompt to production
Deploy reliable data pipelines without touching infrastructure.
Write a YAML Prompt
Define your agent flow, triggers, and operators in a single declarative file.
name: HN-Newsletter
fetch:
- type: rss
url: https://hnrss.org/frontpage
transform:
- ai: summarize
output:
- email: you@domain.comDeploy via MCP
Use the Model Context Protocol to deploy your pipeline directly from Claude or Cursor.
$ npx scramjet-mcp deploy > Pipeline 'HN-Newsletter' deployed > Endpoint: api.scramjet.io/v1/pipe...
Execute on Durable Objects
Your pipeline runs statefully on the edge. Retries, state, and logs are handled automatically.
[DO-EXECUTOR] Running step: fetch [DO-EXECUTOR] Running step: transform [DO-EXECUTOR] Saving state to D1...
Trigger Anywhere
Set up crons, receive webhooks, or push events to a queue. Scramjet scales to zero.
// Trigger manually
fetch('https://api.scramjet.io/...', {
method: 'POST',
headers: { Auth: 'Bearer...' }
})Infrastructure as AI
Scramjet handles the distributed backend complexity, so your agents can focus on the logic.
One YAML file
Define your entire infrastructure, triggers, and logic in one version-controlled file.
D1 Persistence
Built-in SQLite database at the edge. Automatically stores pipeline state and outputs.
BYOC Operators
Bring Your Own Code. Write custom JS/TS operators that execute within the secure edge sandbox.
Cron & Webhook
Trigger pipelines instantly via webhooks or run them on reliable, distributed cron schedules.
step.do Retries
Durable Objects guarantee execution. Failed steps are automatically retried without losing state.
0ms Cold Starts
Runs on Cloudflare Workers. Scale to millions of executions instantly without managing servers.
Loved by Builders
See why engineering teams are migrating their automations to Scramjet.
Scramjet saved us from the DevOps cliff. Claude deploys our automation pipelines forever, and we don't have to manage a single server.
Alex Rivera
CTO, DataFlow Inc
The combination of YAML configuration and native Cloudflare integration makes this the perfect backend for our agentic applications.
Sarah Chen
Lead Engineer, AI Agents Co
Finally, a Zapier alternative that actually caters to developers. Writing custom operators in TypeScript and deploying via MCP is a game changer.
Jordan Smith
Indie Hacker