Problem
No OpenAPI 3.1 spec for creating a ChatGPT Custom GPT / Actions plugin.
Acceptance Criteria
- OpenAPI 3.1 JSON at /public/openapi-gpt.json
- Covers core agent endpoints (heartbeat, memory, relay, directory)
- Includes auth schema (API key header)
- Tested with ChatGPT Actions builder
Suggested Approach
Generate from FastAPI's built-in OpenAPI, then trim to essential endpoints.
Problem
No OpenAPI 3.1 spec for creating a ChatGPT Custom GPT / Actions plugin.
Acceptance Criteria
Suggested Approach
Generate from FastAPI's built-in OpenAPI, then trim to essential endpoints.