Quick Start
This guide will walk you through running your first autonomous agent with Kage.
Prerequisites
- Kage installed (Installation Guide)
- Claude Code CLI installed and configured
- A project directory to work in
Start the Daemon
Kage runs as a background daemon that manages your agents:
You can check the daemon status with:
Spawn an Agent
Spawn a new agent in your project directory:
This will:
- Register the repository with Kage
- Start a new Claude Code session
- Begin monitoring the agent
Attach to the Agent
To interact with the agent:
You can get the agent ID from kage agent list.
Detach from the Agent
Press Ctrl+A then D to detach from the agent while keeping it running.
Give the Agent a Task
You can assign tasks to agents:
The agent will work on the task autonomously until:
- The task is completed
- An iteration limit is reached
- You intervene
Next Steps
- Concepts - Understand how Kage works
- Configuration - Customize Kage for your workflow