The Friday daemon exposes an HTTP API on port 18080. You can use it to manage spaces, send prompts, trigger automations, and retrieve artifacts programmatically.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.
Base URL
Quick examples
Check if the daemon is running:Endpoint groups
| Group | Description |
|---|---|
| Health | Daemon health checks and status |
| Spaces | Create, list, configure, and delete spaces |
| Chat | Send messages and receive streaming responses |
| Sessions | View and manage running sessions |
| Signals | Trigger automations programmatically |
| Agents | Discover and inspect available agents |
| Artifacts | Retrieve files, reports, and data produced by agents |
| Configuration | Manage daemon environment variables |
Streaming responses
Chat and session endpoints support Server-Sent Events (SSE) for real-time streaming. Usecurl -N or set Accept: text/event-stream to receive streaming responses.
