Build patterns
REST API backend
Scaffold a JSON API in Mythex and publish it via Dockerfile to Fly when needed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Scaffold a JSON API in Mythex and publish it via Dockerfile to Fly when needed.
Create a small REST API with [FRAMEWORK] and these routes:
GET /health, GET /items, POST /items.
Use clear JSON errors. Add a Dockerfile so we can publish.
Keep secrets in env vars.