Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl -sS https://api.orgs.sh/health
{ "status": "ok", "version": "0.1.0" }
Returns the API process health and package version. This endpoint does not require authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The API is healthy.
"ok"
"0.1.0"