appcrane_get_health
Fetch a deployed app's health endpoint server-side, bypassing the auth proxy. Validate deployment version or check app responsiveness.
Instructions
Fetch the deployed app's health endpoint server-side, bypassing AppCrane's auth proxy. Use this to validate that a deploy actually landed the expected version, or to check if the app is responding. AppCrane hits the app's configured health endpoint (default /api/health) on the internal port directly — no Caddy, no SSO redirect — and returns the response status + body. Defaults to sandbox; pass stage="production" only when the user asks about prod.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | App slug, e.g. "mysite" | |
| stage | No | Target stage (legacy alias: env). | sandbox |