Resource-oriented entry point for the current AgentEnv api-server schema. This section is organized around the current api-server resources, while the backing schema is generated from Swagger decorators in code.

Base URL

https://api.agentenv.io/v1
CLI note: the agentenv CLI expects the API root URL, for example https://api.agentenv.io, and appends /v1 internally. The CLI also normalizes a pasted /v1 suffix automatically.

Authentication Headers

Use one of these patterns:
Authorization: Bearer <access_token>
X-API-Key: <api_key>

Resource Entry Points

What Is In The Schema Beyond The Sidebar

The generated schema may still include a small number of low-level or internal helper endpoints that are not promoted in the sidebar. The source of truth is the checked-in OpenAPI document at mintlify_docs/api-reference/openapi.json.