Orbit Documentation

Public setup and MCP documentation for Orbit projects and agents.

General Setup

Orbit is an AI-native project management tool with GitHub authentication, structured planning (epics/features/stories), and agent package execution flows.

  • 1. Sign in with GitHub and connect your workspace.
  • 2. Create project structure (epics, features, stories, personas).
  • 3. Use Agent Packages for autonomous execution workflows.
  • 4. Integrate MCP for agent tooling and package automation.

Local Development Basics

Typical local setup commands:

npm install
npm run dev

Use your standard Orbit workspace and authentication flow before using protected app routes.