Boots an BoringOS server, creates an agent, assigns a task, and watches the agent execute.
npx tsx index.tsNo external dependencies needed — embedded Postgres starts automatically. The agent runs via cat (echoes its context to stdout) so it works without any AI CLI installed.
- Server boots on port 3000
- Creates "Acme Corp" tenant
- Creates "Code Bot" engineer agent
- Creates "Add health endpoint" task
- Wakes the agent
- Agent executes and prints the context it received