Documentation / Fleet

Overview

Learn how to use Fleet — an AI agent desktop app that runs locally on your Mac. Create agents, build automations, and manage your AI workflows.

What is Fleet?

Fleet is a local, high-performance AI agent desktop app that lets you create, manage, and run autonomous AI agents on your Mac. Everything runs on your machine—your data stays with you.

Agents in Fleet can:

  • Execute tasks using tools (browser, terminal, file operations)
  • Maintain persistent memory across sessions
  • Automate via triggers (schedules, webhooks, file watchers, git hooks)
  • Collaborate through multi-agent workflows
  • Connect to external services via MCP

Getting Started

New to Fleet? Start here:


Tutorials

Step-by-step guides for common tasks:


Core Concepts

Understand how Fleet works:

  • Agents — Create and manage AI agents that think, plan, and execute
  • Skills — Build reusable capabilities for agents
  • Triggers — Automate with schedules, webhooks, file watchers, and git hooks
  • MCP Servers — Connect to external tools via Model Context Protocol
  • Lifecycle Hooks — Execute custom logic during agent execution

Reference

Look up specific information:


Examples

See Fleet in action:


Advanced

Explore advanced features:


Quick Reference

Keyboard Shortcuts

Shortcut Action
Cmd+N Create a new agent
Cmd+, Open Settings
Cmd+Shift+F Global Search
Cmd+K Open command palette
Cmd+L Focus chat input
Cmd+B Toggle sidebar
Cmd+P Pause/resume agent
Cmd+Shift+C Compact conversation history

Agent States

State Meaning
Idle Waiting for input
Running Actively processing your request
Paused Execution paused by you
Waiting Waiting for sub-agents or triggers
Awaiting Approval Needs permission to execute a tool
Awaiting Secret Requesting sensitive input
Awaiting QA Response Waiting for your answer
Completed Task finished successfully
Error Something went wrong

Need Help?