Home
---
title: apogee-ai-tools
description: Curated tool registry wired against `apogee-ai`'s tool-use loop.
---
# apogee-ai-tools
> Curated tool registry wired against `apogee-ai`'s tool-use loop.
## What is in this package
| Tool | Purpose |
| --- | --- |
| search.web | Web search |
| code.exec | Execute code in apogee-ai-sandbox |
| sql.query | Read-only SQL over a configured connection |
| http.fetch | HTTP GET with allowlist |
| fs.read / fs.write | Filesystem access scoped to a directory |
## Install
```bash
pip install apogee-ai-tools
```
## 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)