The Friday daemon is the backend service that powers the platform. It runs your spaces, orchestrates agents, manages sessions, and exposes an HTTP API for programmatic access.Documentation Index
Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The daemon starts on port 18080 by default and provides endpoints for:- Spaces — Create, list, configure, and manage spaces
- Chat — Send prompts and receive streaming responses
- Sessions — View and manage running sessions
- Agents — List and inspect available agents
- Signals — Trigger automations programmatically
- Artifacts — Retrieve files, reports, and data produced by agents
- Skills — Manage reusable prompt packages
- Library — Shared resources across spaces

