Endpoint examples
Health
Liveness probe — check Neo4j, Redis, Qdrant, and model status.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.bsyncs.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires no authentication. Use it for uptime monitoring,
load balancer health checks, and cold start detection.
Response
true when all downstream services are connected and models are loaded.Use this as your single “is Atlas usable?” signal.
true when Qwen 0.5B (fact extraction) and MiniLM (embedder) are loaded.false for 60–120 seconds after cold start. All brain endpoints return
503 while this is false."connected" or "error: <reason>".Neo4j stores the semantic knowledge graph.
"connected" or "error: <reason>".Redis stores working memory and the entity canonicalisation cache.
"connected" or "error: <reason>".Qdrant stores episodic memory vector embeddings.