PlexusPlexus

Quick Start

Get up and running with Plexus in 5 minutes.

This guide will get you up and running with Plexus in just a few minutes.

Step 1: Launch Plexus

Open Plexus from your Applications folder (macOS), Start Menu (Windows), or application launcher (Linux).

On first launch, Plexus will automatically install hooks for Claude Code, Cursor, and Gemini CLI.

Step 2: Start Your AI Agents

Open a terminal and start using your AI agents as normal:

# Start Claude Code
claude

# Or start Gemini CLI
gemini

# Cursor works automatically when you open the IDE

Within seconds, the agent will appear in the Plexus dashboard.

Step 3: The Dashboard

The Plexus dashboard shows all your active AI agent sessions:

Session Cards

Each active session is displayed as a card showing:

  • Agent Type - Claude Code, Cursor, or Gemini CLI
  • Status - Current state of the agent
  • Project - Working directory and git branch
  • Cost - Token usage and estimated API cost

Status Indicators

StatusColorMeaning
ActiveGreenAgent is generating a response
WaitingYellowAgent is waiting for your input
IdleGrayAgent is idle, no activity

Step 4: Focus Terminal

When an agent needs your attention, click on its card or use the Focus Terminal feature to jump directly to that terminal window.

This is especially useful when you have multiple agents running across different terminals.

Step 5: Keyboard Navigation

Plexus is designed for keyboard-first interaction. Press ? to see all available shortcuts.

Essential Shortcuts

ShortcutAction
J / KNavigate up/down in lists
EscClose panel / Cancel
?Show keyboard shortcuts

Step 6: View History

Click on a session card or use the sidebar to access:

  • Session Transcript - Full conversation with the agent
  • Cost Breakdown - Token usage by message

Search History

Use the search feature to find past conversations:

  1. Click the History tab in the sidebar
  2. Enter keywords to search
  3. Filter by agent type, date, or project
  4. Click a result to view the full session

Step 7: Configure Notifications (Optional)

Set up webhook notifications to get alerts in Slack or Discord when agents need your attention.

  1. Open Settings
  2. Go to Integrations
  3. Add your Slack or Discord webhook URL
  4. Choose which events to notify

Key Concepts

Sessions

A session is a single conversation with an AI agent. Each time you start a new conversation (e.g., run claude in a new terminal), Plexus creates a new session.

Projects

Plexus automatically detects the project you're working in based on:

  • Current working directory
  • Git repository root
  • Git branch name

Sessions are grouped by project for easy filtering.

Cost Tracking

Plexus tracks API costs by:

  • Monitoring token usage (input and output tokens)
  • Calculating costs based on current model pricing
  • Aggregating costs by session, day, and project

Common Workflows

Monitoring Multiple Agents

  1. Open multiple terminals
  2. Start different AI agents in each
  3. Use Plexus dashboard to see all sessions at once
  4. Click on any session to see details or jump to terminal

Finding Past Conversations

  1. Go to History in the sidebar
  2. Search for keywords or filter by date
  3. Click a session to view the full transcript

Troubleshooting

Agent Not Appearing

If an AI agent doesn't appear in Plexus:

  1. Make sure Plexus is running
  2. Restart the AI agent (exit and start again)
  3. Check that hooks are installed in Settings

Next Steps

On this page