Skip to content

REST API Reference

The AgentDepot API (v0.1.0) exposes the following resource groups.

https://api.agentdepot.org

Every path in this reference already includes its /api prefix — append it to the base URL as-is. For example, listing the skills of an organization:

Terminal window
curl https://api.agentdepot.org/api/orgs/{org_id}/skills \
-H "Authorization: Bearer agd_..."

All endpoints require an Authorization: Bearer <token> header carrying an agd_* API token (see API Tokens).