Everything stays local. Workspaces and their data live in
~/.orkestral on your machine. There is no account to create and no project to push to a server.What a workspace contains
Think of a workspace as a company. The orchestrator (your CEO) runs it, and each part of the company has a place.Sources
The repos and folders the team reads. Connect a GitHub repo, an Azure DevOps repo, or a local folder. One source is the primary source.
Agents
Your hired team: the CEO plus specialists (Tech Lead, Code Reviewer, Frontend, Backend, DevOps, QA, Designer). Each agent is scoped to this workspace.
Issues
The work, tracked as issues and epics. The CEO plans here and delegates tasks to the right specialist.
Knowledge
A distilled understanding of your sources that agents draw on for context. Orkestral builds it automatically when you add a source.
Workspaces are isolated. Agents, issues and sources in one workspace never leak into another. This lets you keep separate projects (a client app, a side project, an internal tool) cleanly apart.
Before you start
You only need two things to finish the wizard:- A name for the workspace.
- An orchestrator (the CEO): an AI adapter and a model that will plan and delegate.
Create a workspace step by step
When you have no active workspace, Orkestral shows the entry screen listing your available workspaces. Click New workspace to open the three step wizard.Name it and pick a color
Type a clear Name (for example, the product or repo name). The name is required, and the Next button stays disabled until you type one.Pick an accent color from the palette. The default is purple. The color you choose tints the workspace avatar and becomes the app accent whenever this workspace is active. See Accent color below for the full list.
Set the orchestrator (CEO)
The orchestrator is the agent that reads your repos, plans, and delegates to specialists.
- Agent name: defaults to
CEO. Rename it if you like; leaving it blank falls back toCEO. - Adapter: the provider that powers the orchestrator. Only adapters that can plan appear here (execution only adapters are filtered out).
- Model: the model for that adapter. Leave it on the default, or pick a specific model from the list.
Changing the adapter resets the model back to the default, so confirm the model after switching providers.
Add a source (optional)
Connect the code the team will work on. Use the tabs to choose a source type, then pick one. You can skip this step entirely and add sources later.On this step you also see Generate the starting team. When a source is selected, this is on by default: after the source is ready, the CEO produces a hiring plan and proposes specialists based on what it finds in the code. With no source selected, the option is disabled (there is nothing to analyze yet).
- GitHub
- Azure DevOps
- Folder
Search your repositories by full name (
owner/repo) and click one to select it. Orkestral clones it for the workspace.The accent color
Each workspace carries its own accent color, stored as a hex value on the workspace. The palette in the wizard matches the app’s six accent themes:Purple
#a78bfa, the default accent.Blue
#60a5faGreen
#34d399Yellow
#facc15Orange
#fb923cRed
#f87171- It tints the workspace avatar everywhere the workspace appears (the entry screen, the switcher, headers).
- It sets the app accent while that workspace is active. Switch workspaces and the whole UI’s accent shifts to match the one you opened.
Switch between workspaces
Once you have more than one workspace, you move between them in two ways.From the entry screen
From the entry screen
When no workspace is active, the entry screen lists every workspace with its avatar, a short code, its sources (the primary one is badged), and a source count. Click a row to open it. Orkestral switches to that workspace, applies its accent, and takes you to the home view.
From the in app switcher
From the in app switcher
Inside the app, the workspace switcher shows the current workspace. Open it to see the full list and pick another. A check marks the active one. Selecting a different workspace swaps the active context and the accent color with it.
Delete a workspace
On the entry screen, hover a workspace row and click the trash icon to delete it. A confirmation dialog explains the action before it runs.What to do next
Connect more sources
Add repos and folders so the team sees the whole project. Choose which one is primary.
Hire your team
Review the CEO’s proposed specialists, or add agents yourself.
Chat with the CEO
Describe what you want built. The orchestrator plans and delegates.
Track work as issues
Watch tasks flow across the board as agents pick them up.