The automation platform
AI agents actually use

Enterprise-grade workflows that AI agents discover and trigger through MCP. The infrastructure layer for the agent era.

Why ZeitFlow

Legacy platforms build automation for humans. ZeitFlow builds it for AI agents.

Agent-native

Workflows are first-class tools AI agents discover and execute autonomously.

MCP protocol

Every workflow is auto-exposed via MCP. Any compatible agent can use it.

Sub-second execution

No cold starts or queue delays. Workflows run immediately when triggered.

Enterprise security

Encrypted at rest, scoped API keys, full audit trails on every run.

How it works

Install the CLI, describe what you want, and you have a live workflow in under a minute.

1Install and log in
$ npx @zeitflow/cli auth login
  Opened browser — paste your token: ********
  Authenticated. Config saved to ~/.zeitflow/config.json
2Describe your workflow in plain English
$ npx @zeitflow/cli workflow generate \
    "When a support ticket comes in, classify its priority
     with AI and send urgent ones to Slack"

  Proposed workflow: 4 nodes, 3 connections
  Use --output json to see the full structure.
3Publish and it's live
$ npx @zeitflow/cli workflow publish support-ticket-router
  Published. Now discoverable via MCP.
 
$ npx @zeitflow/cli workflow run support-ticket-router
  Execution #42 — completed in 1.2s
  → Classified as: urgent
  → Slack message sent to #support-escalations

Or build visually in the workflow editor

Connect in seconds

Add ZeitFlow to any MCP-compatible client.

RemoteStreamable HTTP
{
  "mcpServers": {
    "zeitflow": {
      "serverUrl": "https://zeitflow.io/api/mcp",
      "headers": {
        "Authorization": "Bearer <token>"
      }
    }
  }
}
Localstdio
{
  "mcpServers": {
    "zeitflow": {
      "command": "npx",
      "args": ["@zeitflow/mcp"],
      "env": {
        "ZEITFLOW_API_TOKEN": "<token>"
      }
    }
  }
}
$ npx @zeitflow/mcp

What's included

Visual workflow builder
Built-in MCP server
Multi-model AI (GPT-4, Gemini, Claude, Llama)
API & webhook triggers
Hosted forms
Email, SMS, Slack, Telegram, Discord
Conditional branching
Full execution logs & audit trail

20+ integrations included on every plan. No per-connector fees.View all

Templates

Browse all

Support Ticket Router

Classify, prioritize, and route tickets via AI.

AISlack

Lead Qualification

Score and route inbound leads automatically.

AISales

Webhook to Email

Forward webhook data as formatted emails.

Email

Pricing

No per-agent fees. No integration surcharges.

Free

$0/mo

20 exec/hr

Pro

$9.99/mo

100 exec/hr

Business

$29.99/mo

1,000 exec/hr

All plans include MCP, all integrations, and full audit logs.

FAQ

What makes ZeitFlow different from Zapier or n8n?

ZeitFlow is agent-native. Every workflow you publish becomes an MCP tool that AI agents can discover and execute autonomously. Legacy platforms require human triggers.

What is MCP?

Model Context Protocol — the open standard for AI agents to discover and use tools. Publish a workflow on ZeitFlow and any MCP-compatible agent (Claude, GPT, custom agents) can find and run it.

Is this production-ready?

Yes. Encrypted at rest, scoped API keys, full audit trails. Teams run production workflows on ZeitFlow today.

What AI models are supported?

GPT-4, Gemini, Claude, Llama, and more — configurable per node in your workflow.

What integrations are included?

All 20+ on every plan: Email, Slack, SMS, Telegram, Discord, WhatsApp, GitHub, Google Sheets, Notion, Airtable, YouTube, Stripe, Shopify, HubSpot, Jira, Linear, and more. No surcharges.

Ready to build?

Free plan. No credit card. Full MCP support included.

Start building for free