Skip to main content
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.
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:
List all spaces:
Send a prompt to a space:
Trigger a signal:
List available agents:

Endpoint groups

Streaming responses

Chat and session endpoints support Server-Sent Events (SSE) for real-time streaming. Use curl -N or set Accept: text/event-stream to receive streaming responses.