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.
Returns current graph statistics.
/status
{ "node_count": 42, "edge_count": 35, "stable_edges": 10, "density_millionths": 1234 }
node_count
edge_count
stable_edges
density_millionths
curl -H "Authorization: Bearer your-api-key" \ http://localhost:8080/status
Was this page helpful?