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:
Guides
Section titled “Guides”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.
REST API reference
Section titled “REST API reference”The REST API reference documents every public endpoint of the AgentDepot HTTP API, grouped by resource. It is generated from the live OpenAPI schema.
MCP server reference
Section titled “MCP server reference”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.
For agents
Section titled “For agents”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.