Quick Start
Install Pylon and trigger your first AI agent run in minutes.
Installation
Download the binary and set up dependencies for Linux.
What is a Pylon?
Learn the core building block: triggers, agents, channels, and workspaces.
CLI Reference
Full reference for every Pylon command.
How Pylon works
Install Pylon
Download the binary with a single
curl command and run pylon setup to configure your channel and AI agent.Construct a pipeline
Use
pylon construct to define what triggers your pipeline (webhook or cron), which AI agent handles it, and where results are sent.Start the daemon
Run
pylon start to power up all your pipelines. Pylon listens on a configurable port and waits for events.Explore by use case
Sentry error triage
Automatically investigate errors and suggest fixes when Sentry fires a webhook.
GitHub PR review
Review pull requests for bugs and security issues on every opened PR.
Scheduled code audit
Run a weekly AI audit of your codebase on a cron schedule.
Custom pipeline
Build a pipeline from scratch with any trigger, agent, and prompt.