Agent API
Generate Goal Maxx prompts from agents and tools.
The public API exposes the same deterministic TypeScript prompt engine used by the browser generator. It has no authentication requirement for MVP usage.
GET /api/health
Return service readiness metadata.
POST /api/generate
Generate a Codex /goal prompt, score, and normalized form state.
POST /api/enhance
Refine a generated /goal prompt with server-side DeepSeek when configured.
POST /api/mcp
Minimal JSON-RPC tool endpoint for MCP clients.
POST /api/a2a
A2A-style task endpoint for agent callers.