Workflows
Create and manage your automation workflows
Get started with ZeitFlow
Connect your AI agent or IDE to ZeitFlow via MCP, or install the CLI. Your workflows become tools that AI agents can discover and use.
1
Get your API token
You need a token to authenticate your MCP client or CLI.
2
Connect via MCP
Pick your client, copy the config, and your AI agent gets 16 workflow tools instantly.
{
"mcpServers": {
"zeitflow": {
"serverUrl": "https://www.zeitflow.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Need more options? See all client configs
3
Install the CLIoptional
Manage workflows, run executions, and configure MCP from your terminal.
Terminal
$ npm install -g @zeitflow/cli
Then authenticate and start using it:
$ zeitflow auth login # opens browser
$ zeitflow setup mcp # configure your IDE
$ zeitflow workflow list # list workflows
Or build visually
Prefer a drag-and-drop interface? Create a workflow in the visual builder — it'll be available via MCP automatically.