This guide gets Friday Studio running locally and walks you through loading a starter space, triggering a job, and watching an agentic workflow execute end to end. You define a space in aDocumentation Index
Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt
Use this file to discover all available pages before exploring further.
workspace.yml, load it into the Studio, and trigger a signal. Friday takes it from there.
Before you begin, you’ll need:
- An Anthropic API key for Claude
Step 1: Download Friday Studio
Download Friday Studio from hellofriday.ai. Once downloaded, open the installer and follow the instructions.Accept the Licensing Agreement
Read through the agreement, scroll to the bottom, and hit Accept and Continue.
Step 2: Load a starter space
A space is aworkspace.yml file that defines a complete agentic workflow — agents, jobs, signals, and configuration all in one file. Everything the Studio shows you is powered by this single file.
Your Friday distribution comes with starter spaces you can try right away.
Follow the README.md instructions
Each workspace has a short set of instructions to ensure the workflow is customized to your needs. Read through and follow the steps to set up.
Explore the dashboard
The space loads and you’re taken to its dashboard. Here you can see recent runs, configured jobs, signals, and agents — all driven by that single
workspace.yml.Step 3: Create your own space
To create additional spaces from scratch, go to Personal > Chat. You can chat with Friday and ask it to create a space that works for you. Just describe what you’d like it to do, and Friday will spin up a space.Next steps
Core concepts
Understand agents, skills, and how to build custom workflows.
API reference
Full Friday daemon API with curl examples and interactive playground.
Integrations
Connect to your existing tools and services.

