Getting Started
User Guide
Pipeline Engine
Event-driven automation: triggers, steps, retry strategy, checkpointing, and idempotency.
Pipeline Templates
Parameter rendering: conditionals, loops, FuncMap utilities, and migration guide.
Workflow Engine
Task DAGs: capability, shell, Docker, SSH actions. DAG validation and retry.
Notifications
Configure Slack, Pushover, ntfy, and Message Pusher notification providers.
Examples
See the save_and_track.yaml workflow example — a 3-step pipeline that bookmarks a URL, archives it, and creates a Kanban task.
Deployment
For production deployment options, see Deployment Guide:
-
Binary —
go tool task build, run directly -
Docker —
docker build -f deployments/Dockerfile - systemd — Headless Linux service with automatic restart
Next Steps
- Read the Architecture — Understand the six-layer design
- Write a Pipeline — Automate your first multi-step workflow
- Add Providers — Integrate your own self-hosted apps
- Pass Conformance — Ensure your adapter meets the standard
- View the API — Explore the interactive Swagger docs