Skip to main content
GET
/
v1
/
health
curl https://memorymachines-gateway-prod-btf57kda.uc.gateway.dev/v1/health
{
  "status": "healthy",
  "message": "Memory Machines Platform API is running."
}

Documentation Index

Fetch the complete documentation index at: https://docs.engramme.com/llms.txt

Use this file to discover all available pages before exploring further.

Check if the Engramme API is running and healthy. No authentication required.
curl https://memorymachines-gateway-prod-btf57kda.uc.gateway.dev/v1/health
{
  "status": "healthy",
  "message": "Memory Machines Platform API is running."
}

Use Cases

  • Monitoring: Check API availability from your monitoring system
  • Debugging: Verify connectivity before troubleshooting other issues
  • Load Balancers: Configure health checks for high availability setups