Aether Orchestra Setup Guide

Connect Claude Code to Aether for autonomous AI-powered development

What is Orchestra?

Orchestra is Aether's autonomous development mode. It lets Claude Code act as a Master Orchestrator, coordinating Aether's AI agents through complete development cycles - from PRD to deployed code.

Claude Code (Master Orchestrator)
       ↓ creates plan, triggers agents
       ↓ receives reports, makes decisions
   Aether AI Agents
       ↓ PM, Architect, Engineer, etc.
       ↓ execute tasks, report back
   Your Codebase
       ↓ code generated, tested, pushed to GitHub

Prerequisites

Quick Install (One Command)

Step 1: Get Your Credentials

Log in to Aether and go to Settings → MCP Install for personalized commands.

Step 2: Run the Installer

Mac / Linux:

curl -fsSL https://www.aithr.ai/install.sh | bash -s -- \ --api-key YOUR_API_KEY \ --workspace your-workspace-slug \ --project your-project-uuid

Windows (PowerShell):

$env:AETHER_API_KEY="YOUR_API_KEY" $env:AETHER_WORKSPACE="your-workspace-slug" $env:AETHER_PROJECT="your-project-uuid" irm https://www.aithr.ai/install.ps1 | iex

Step 3: Restart Claude Code

Close and reopen Claude Code to load the new MCP server and skill.

Step 4: Verify Installation

In Claude Code, type:

/mcp

You should see aether listed with a green status.

Using Orchestra

CommandDescription
/orchestraStart planning a new session
/orchestra approveApprove plan and begin execution
/orchestra statusCheck current progress
/orchestra pausePause execution
/orchestra resumeResume paused session
/orchestra stopStop and generate summary
/orchestra pushPush progress to GitHub

Available AI Agents

Orchestra coordinates these Aether agents:

PMProduct Manager
PRD
ConsultantProduct Consultant
Audit Report
ArchitectSoftware Architect
Implementation Plan
EngineerSoftware Engineer
Code
UX DesignerUX/UI Designer
UX Spec
UI EngineerUI Implementation
UI Code
Code AuditorCode Quality
Audit Report

Safety Features

Orchestra includes built-in safeguards:

SafeguardDefaultDescription
Max Iterations100Maximum task executions
Max Concurrent Agents20Parallel agent limit
Timeout8 hoursSession time limit
User ApprovalRequiredPlan must be approved
Manual StopAvailableStop anytime with /orchestra stop

Troubleshooting

"MCP server not found"

  1. Verify installation: claude mcp list
  2. Check if aether is listed
  3. If not, reinstall the MCP server

"Unauthorized" errors

  • Verify your API key is correct
  • Check the workspace slug matches your Aether workspace
  • Ensure the project ID is valid

"/orchestra command not found"

  1. Check skill exists at ~/.claude/skills/orchestra/
  2. Restart Claude Code
  3. If missing, reinstall the skill

What Gets Installed

ComponentLocationPurpose
MCP Server@aithr-ai/mcp-server (npm)Provides Aether tools to Claude Code
Orchestra Skill~/.claude/skills/orchestra/Enables /orchestra commands

The MCP server runs via npx (no global install required). The skill is a single markdown file that teaches Claude Code how to orchestrate.

Ready to get started?

Sign up for Aether and install Orchestra in under 2 minutes.