# Agor > Agor is the command center for AI enablement — a multiplayer canvas for orchestrating AI coding agents (Claude Code, Codex, Gemini, GitHub Copilot, OpenCode, and Cursor in beta) and long-lived AI teammates. It manages branches (isolated workspaces backed by git worktrees or self-standing clones), tracks AI conversations, visualizes work on spatial boards, and enables real-time collaboration. Agor is source-available software licensed under BSL 1.1. Production use is permitted by its Additional Use Grant; commercializing Agor itself as the defined Agor Offering is not. Each version later converts to Apache License 2.0 under the license terms. - Website: https://agor.live - GitHub: https://github.com/preset-io/agor - Discord: https://discord.gg/Qh4TrFQZpd ## Core Documentation - [Getting Started](https://agor.live/guide/getting-started): Install Agor and follow the onboarding wizard — your first AI teammate takes it from there - [Extended Installation](https://agor.live/guide/extended-install): Docker, source builds, authentication options, and custom config locations - [Architecture](https://agor.live/guide/architecture): System architecture, daemon-based design, typed TypeScript client, data flow - [SDK Comparison](https://agor.live/guide/sdk-comparison): Feature matrix for Claude Code, Codex, Gemini, GitHub Copilot, and OpenCode integrations ## Core Primitives - [Branches](https://agor.live/guide/branches): Isolated workspaces backed by git worktrees or self-standing clones — the primary unit of work in Agor - [Sessions & Trees](https://agor.live/guide/sessions): AI conversations that fork, spawn subsessions, and ask side questions (BTW) - [Boards & Zones](https://agor.live/guide/boards): 2D spatial canvases for organizing branches, with templated zone triggers ## Features - [Features Overview](https://agor.live/guide/features-overview): Map of all major features - [Teammates](https://agor.live/guide/teammates): Persistent AI teammates with memory, skills, orchestration, and scheduled heartbeats - [Knowledge](https://agor.live/guide/knowledge): Built-in knowledge base for shared context, searchable memory, and a doc graph humans and agents use together - [Agor MCP Server](https://agor.live/guide/internal-mcp): Built-in MCP server — anything a user can do, an agent can do too - [Rich Chat UX](https://agor.live/guide/rich-chat-ux): Per-prompt token/$ accounting, context viz, tool blocks, queueing, autocomplete, Streamdown - [In-Conversation Widgets](https://agor.live/guide/in-conversation-widgets): Inline interactive UI in the transcript that captures user input without it entering the LLM's context - [Multiplayer & Social](https://agor.live/guide/multiplayer-social): Live cursors, facepile, spatial comments, attention pulse, shared terminals - [Environments](https://agor.live/guide/environment-configuration): Per-branch dev environments with auto-assigned unique ports - [Scheduler](https://agor.live/guide/scheduler): Cron-driven agent sessions attached to branches - [Cards](https://agor.live/guide/cards): Generic workflow entities on boards (beta) - [Artifacts](https://agor.live/guide/artifacts): Live, interactive Sandpack apps rendered on the canvas - [Message Gateway](https://agor.live/guide/message-gateway): Route messages from Slack and GitHub into Agor sessions ## API Reference - [API Reference](https://agor.live/api-reference): Interactive REST API documentation with Swagger UI - [WebSocket Events](https://agor.live/api-reference/websockets): Real-time Socket.io event reference for sessions, tasks, messages, and presence - [TypeScript Client](https://agor.live/guide/typescript-client): Drive Agor from TypeScript/JavaScript with @agor-live/client — REST, real-time Socket.IO, and a reactive session API - [One-Time Launch Auth](https://agor.live/guide/one-time-launch-auth): Launch-code handoff so trusted external apps can open authenticated Agor sessions ## Deployment - [Execution Isolation](https://agor.live/guide/multiplayer-unix-isolation): RBAC with fail-closed local sandboxing or delegated execution for shared environments - [Containerized Execution](https://agor.live/guide/containerized-execution): Running Agor executors in Kubernetes, Docker, or containerized environments - [Development Guide](https://agor.live/guide/development): Contributing to Agor — development environment setup and codebase structure ## Other - [Security](https://agor.live/security): Practical guidance for operating Agor safely - [FAQ](https://agor.live/faq): Frequently asked questions about branches, session forking, spawning, and multiplayer workflow ## Optional - [Introducing Agor Teammates](https://agor.live/blog/agor-assistants): Persistent AI companions with memory, skills, and team-wide reach through Slack - [Agent Modeling 101](https://agor.live/blog/agent-modeling-101): Designing long-lived agents for teams — scoping, operating, governing, and building trust - [Raise a Team Helper Agent in an Afternoon](https://agor.live/blog/raise-team-helper-agent): A practical recipe for a PM-style teammate that remembers context and keeps a team aligned - [Claude Tag Validates the Category](https://agor.live/blog/claude-tag-vs-agor-assistants): Why teams still need modeled, governed, observable, multi-specialist teammates - [Agor-OpenClaw Framework](https://agor.live/blog/agor-openclaw): OpenClaw patterns running 100% inside Agor - [Agor vs. OpenClaw](https://agor.live/blog/openclaw): What the fastest-growing open-source project teaches us about agentic AI - [Agor Cloud Private Beta](https://agor.live/blog/agor-cloud): Fully managed Agor with tenant-scoped execution isolation and enterprise observability - [Agor Platform](https://agor.live/blog/agor-platform): Agor as a full platform — REST API, CLI, and TypeScript client - [The Orchestration Layers](https://agor.live/blog/orchestration-layers): How software development evolved from prompts to orchestrating multiple AI agents - [Context Engineering](https://agor.live/blog/context-engineering): Maintainable AI context with bite-sized markdown nuggets - [Making of Agor](https://agor.live/blog/making-of-agor): Behind the scenes of building Agor - [Agor Announcement](https://agor.live/blog/announcement): Original launch announcement