Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.katakate.org/llms.txt

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

Root

Endpoint: GET /
curl "$BASE/"
Example:
{ "message": "K7 Sandbox API", "version": "x.y.z" }

Health

Endpoint: GET /health
curl "$BASE/health"
Example:
{ "status": "healthy" }