Welcome to IRIS

setup: 0/3
1 · Connect a machine
A machine is any box where pi can run. Pair it from where it will live:
# 1. on the remote box, create ~/.iris/daemon.yaml:
server_url: wss://api.iris.thaloz.com/ws/daemon
name: buildbox-01
# 2. mint a token on the Pair page, then:
$ daemon pair <PASTE_TOKEN>
$ daemon run
Open Pair page
2 · Create your first trigger
A trigger says what fires a run (a webhook, a GitHub event, or a schedule) and what to tell pi to do.

Pick a source, name the event, write the prompt, choose where it runs. GitHub triggers walk you through connecting the repo.

New trigger
3 · Watch your first run
Fire it (send a signed webhook, open a PR, or wait for the schedule) and watch pi work, live.

Runs stream their events as pi thinks, acts, and finishes — open one to follow it live.

Watch runs
Sign in to see your iris
Runs, triggers, and machines load from the iris server once you're signed in.