API Overview
The public API is contract-first.
- Base URL:
https://api.autogen-labs.dev - Auth:
Authorization: Bearer <api-key> - Errors: structured JSON
{ "error": { "code", "message" } }
The public API is contract-first.
https://api.autogen-labs.devAuthorization: Bearer <api-key>{ "error": { "code", "message" } }