Status
All systems operational.
healthyEvery dependency responded. This page runs the checks live on each request — it is never cached. Checked Thu, 10 Sep 2026 20:35:09 GMT.
Environment
Every required variable is present
MongoDB
Client records, authorization codes and verifications
Redis
Rate limits and spend counters
BotParty identity
Identity used by the owner API
Token signing keys
ES256 keys that sign id_tokens
Twilio
Phone verification
Amazon SES
production access enabled
Google login
Upstream identity provider
GitHub login
Upstream identity provider
Machine readable
Monitoring this yourself?
/api/health returns the same result as JSON, with HTTP 200 when healthy and 503 otherwise, so it works as a liveness probe without parsing anything.
curl
curl -sf https://authlocker.dev/api/health > /dev/null \ && echo healthy || echo "degraded or down"