curl --location --request GET '/api/health' \
--header 'x-api-key: <api-key>'{
"status": "healthy",
"timestamp": "2026-04-04T12:00:00.000Z",
"execution": {
"e2b": true,
"fallback": false,
"ready": true,
"languages": [
"python",
"javascript",
"typescript",
"r",
"java"
]
},
"ai": {
"available": true
},
"version": "2.0.0"
}