The interactive Try it panel in the API reference requires a running
Friday daemon on your machine. All requests go to
http://localhost:18080 —
make sure Friday Studio is running before testing endpoints.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.
