Overview
A Space is an automation that Friday creates and manages for you. When you describe what you want Friday to do — a daily news digest, a weekly report, a monitoring alert — Friday builds a Space that contains everything needed to run that automation. You can view and manage all your Spaces by clicking Spaces in the left sidebar.What’s inside a Space
Each Space contains:- Trigger — What starts the automation (a schedule, an event, or a manual run).
- Processing logic — The steps Friday takes to gather data, analyze it, and produce results.
- Integrations — Which services the automation connects to (Slack, Google, GitHub, etc.).
- Output — Where results are delivered (email, Slack channel, Notion page, etc.).
Managing your Spaces
Viewing a Space
Click on any Space in the sidebar to see its configuration and recent execution history. You can see:- The automation’s schedule or trigger
- Recent sessions (each time the automation ran)
- The current status (running, paused, or stopped)
- Resources and artifacts generated by the automation
Editing a Space
Click Edit Space to access configuration options:- Rename your Space to something more descriptive.
- Color code your Space (yellow, green, blue, red, purple, or brown) for visual organization.
- View connected integrations used by the Space.
- Delete the Space if it’s no longer needed (requires confirmation).
Exporting and importing Spaces
You can export a Space’s configuration as a YAML file for backup or sharing:
To import a previously exported Space:
Upload the YAML file
Select the exported YAML file. Friday will validate the configuration and create a new Space from it.

