# sermon > Server Monitor. An ops substrate built for AI agents, not humans. > A Zig daemon collects host signals into local DuckDB. A central > Phoenix server aggregates the fleet. Agents query. ## Docs - [Agent operations guide](https://sermon.fyi/docs/agents): how an agent installs sermon, what gets collected, and how to read the fleet today. - [Source on GitHub](https://github.com/heimann/sermon): web/ (Elixir/ Phoenix dashboard + api) and mcp/ (local stdio MCP). The Zig daemon and `sermon` CLI live in https://github.com/heimann/sermon-daemon. ## Endpoints - https://sermon.fyi/install.sh: one-line installer for the Zig daemon. - https://sermon.fyi/api/agent/fleet: list servers visible to an agent token. requires `Authorization: Bearer `. - https://sermon.fyi/api/agent/servers/:id/metrics: recent samples for one server. - https://sermon.fyi/api/agent/servers/:id/logs: recent log entries. - https://sermon.fyi/api/agent/servers/:id/logs/facets: log facets (units, priorities, identifiers) for filtering. ## Status v1b. CLI primitives + REST agent API are shipped. MCP server, agent sessions, alerts state, and a Claude Code skill bundle are planned for v1c.