Reference
FreshAuthoritative reference material for scripting and controlling Herdr.
| Page | What it covers |
|---|---|
| CLI Reference | Every herdr command: launch, server, sessions, workspaces, worktrees, tabs, panes, agents, waits, integrations, environment variables |
| Socket API | Raw socket methods, newline-delimited JSON transport, socket paths, agent state reporting, event subscriptions, response shapes |
| Agent Skill File | The reusable SKILL.md that teaches coding agents to control Herdr from inside a pane |
Three integration layers
| Layer | Use it for |
|---|---|
| Agent skill | Teaching a coding agent how to use Herdr from inside a pane |
| CLI wrappers | Shell scripts, simple orchestration, and human debugging |
| Raw socket API | Custom tools, protocol clients, and event subscribers |
All three layers share the same control surface.