Home
---
title: apogee-ai-templates
description: End-to-end project templates seeding `apogee new --template …`.
---
# apogee-ai-templates
> End-to-end project templates seeding `apogee new --template …`.
## What is in this package
| Template | Builds |
| --- | --- |
| copilot-rag | RAG copilot with FastAPI + apogee-ai-rag |
| agent | Tool-using agent with apogee-ai + apogee-ai-tools |
| voice-bot | Voice agent over apogee-ai-voice + apogee-ai-workflow |
| classifier | Lightweight classifier service with apogee-ai-providers |
## Install
```bash
pip install apogee-ai-templates
```
## Where it fits
This package is part of the [Apogee Framework](/framework/) ecosystem. It can be used:
- **Standalone** — install and use directly via `pip` (or `npm` for `@apogee/ai-ui-react`).
- **As a plugin** — generated projects detect it and register matching CLI subcommands automatically.
See the [framework's modules overview](/framework/modules/overview/) for how all 28 packages fit together.
## Read next
- [Installation](getting-started/installation.md)
- [Quickstart](getting-started/quickstart.md)
- [Reference](reference/index.md)