Request inspector
/inspect shows exactly what reaches the app after Caddy — headers, forwarded IP, protocol.
A separate Express container from app.flowmateai.cloud, with its own image and its
own certificate. Use it to try things out without touching the other deployment.
/inspect shows exactly what reaches the app after Caddy — headers, forwarded IP, protocol.
/api/echo accepts any method and returns the request back as JSON,
body included.
/api/status/:code returns whatever code you ask for —
try 503.
curl -sS -X POST https://appai.flowmateai.cloud/api/echo \
-H 'Content-Type: application/json' \
-d '{"hello":"world"}'