Skip to content

AgentDepot Documentation

Welcome to the AgentDepot developer documentation. AgentDepot is a platform for building and running AI agents connected to your organization’s resources through tools.

There are two ways to drive AgentDepot programmatically, and both are documented here:

Start with the Overview to learn what the platform is, then read Core concepts and Setting up a full flow. These are the same guides the MCP server serves to connected agents via read_documentation — one source of truth.

The REST API reference documents every public endpoint of the AgentDepot HTTP API, grouped by resource. It is generated from the live OpenAPI schema.

The MCP server reference documents every tool the AgentDepot MCP server exposes (usable from Claude Desktop, Cowork, and other MCP hosts), grouped by category. It is generated from the live tool catalog.

Every page on this site is also available as raw Markdown: append .md to any docs URL (for example, /docs/guides/overview.md). A machine-readable index lives at /llms.txt, and the full corpus at /llms-full.txt.