Documentation

Everything you need to get started with Pilos Agents and make the most of your AI development team.

Installation #

Pilos Agents is a native desktop app available for macOS, Windows, and Linux. Download the latest release from GitHub:

  1. Go to github.com/pilos-ai/agents/releases
  2. Download the installer for your platform (.dmg for macOS, .exe for Windows, .AppImage for Linux)
  3. Run the installer and open Pilos Agents

Prerequisite: You need the Claude Code CLI installed. Run npm install -g @anthropic-ai/claude-code to install it. Pilos Agents will check for it on launch and guide you through installation if needed.

Claude Code CLI #

Pilos Agents is a visual layer built on top of the Claude Code CLI. Authentication is handled entirely by the CLI — we never see, store, or charge for your AI usage.

  1. Install the CLI: npm install -g @anthropic-ai/claude-code
  2. Run claude in your terminal once to authenticate with your Anthropic account
  3. Open Pilos Agents — it will detect the CLI and use your existing authentication

All credentials are managed by the Claude Code CLI and stored securely on your machine.

First Project #

Once the CLI is set up, open your first project:

  1. Click the + button in the project tab bar
  2. Select Browse... and choose a folder on your machine
  3. Pilos Agents detects your codebase and sets up the project automatically
  4. Start a new conversation and ask your AI team anything about the project

Your conversation history, project settings, and agent configurations are all stored locally in SQLite. Switch between projects anytime using the tab bar — each project preserves its own context.

Free tier limit: Up to 3 projects open at once. Upgrade to Pro for unlimited projects.

Multi-Agent Mode #

Multi-Agent Mode lets you assign specialized AI agents to every conversation. Each agent has a unique role, personality, and area of expertise.

How it works

Solo vs Team mode

Toggle between Solo mode (single agent, included in Free) and Team mode (multiple agents, Pro feature) per project. Solo mode is great for focused tasks; Team mode excels at planning, code review, and complex problem-solving.

Team presets

Quick-start with pre-configured team compositions: Full Team, Dev Team, Design Sprint, or Product. You can also build your own custom team from any combination of agents.

Terminal #

The integrated terminal is powered by xterm.js and runs directly inside Pilos Agents. No need to switch windows.

MCP Integrations #

Pilos Agents supports the Model Context Protocol (MCP) for connecting Claude to external tools and services.

Free templates

3 MCP integrations are included with the free tier:

Pro templates

Pro unlocks 19 additional MCP integrations (22 total including the 3 free):

Custom MCP servers

You can connect any MCP-compliant server via stdio, HTTP, or SSE transport. Add custom servers in Settings → MCP Servers.

Project Memory #

Every conversation is stored locally in SQLite. Pilos Agents maintains persistent project memory so your AI team never forgets context.

Permission Modes #

Control what Claude can do in your project with granular permission modes:

Permission modes are set per-project in Settings → Project.

License Activation #

After purchasing a Pro or Teams plan, you'll receive a license key via email (format: PILOS-PRO-XXXX-XXXX).

  1. Open Pilos Agents and go to Settings → License
  2. Paste your license key
  3. Click Activate — Pro features unlock instantly

Your license is validated against our license server and cached locally. The app works offline after initial activation.

Agent Templates #

The free tier includes 5 core agent templates: PM, Architect, Developer, Designer, and Product Manager. Pro unlocks 26 more specialized agents (31 total):

You can also create fully custom agents with your own name, emoji, color, and system prompt.

Jira Integration #

Pro includes full Jira integration via OAuth for project management:

Pro feature: Jira integration requires a Pro or Teams license.

Team Sync #

Teams plan includes real-time collaboration features:

Contact sales@pilos.net for Teams setup and onboarding.