{"name":"Verity One","version":"0.2.1","status":"ok","description":"Knowledge graph for AI agents. 19 nodes, 0 edges, 3072-dim HNSW semantic search + BM25 keyword search.","start_here":"GET /context?q=<your task>&depth=deep — task-driven discovery with cited results (no auth required)","for_new_agents":"GET /schema — full ontology: node types, edge types, property meanings, confidence semantics, access boundaries, and example queries","endpoints":{"start_here":["GET /schema — understand the graph (node types, edge types, properties, confidence, access rules, example queries)","GET /context?q=<task>&depth=deep — task-driven discovery: 'for this task, what should I know?' with cited results (no auth)","GET /ground?goal=<task> — agent-first grounding packet for high-confidence action (requires beta token)"],"discovery":["GET /capabilities — paginated capability directory (0 actionable nodes)","GET /capabilities?domain=communication — filter by domain","GET /search?q=<concept> — semantic + keyword hybrid search","GET /nodes/:addr — authenticated node detail for beta-visible knowledge","GET /check/:addr — authenticated readiness guide (live checks are operator-only)","GET /traverse?from=<addr>&hops=2 — authenticated graph walk from any accessible node","GET /toc — full node listing (use /capabilities at scale)"],"intelligence":["GET /insight?q=<question>&depth=deep — authenticated multi-angle AI synthesis with [ADDR] citations","GET /briefing — intelligence briefing: what changed, what's hot, system health (no auth)","POST /swarm/convene — node-agents debate a question, extract new edges/nodes from interaction","POST /publish/node — operator-only private-to-public publication bridge (supports dry_run)"],"agents":["GET /connect — onboarding: everything a new agent needs to start","GET /connect?agent=<id>&capabilities=coding,research — authenticated registration + onboarding","GET /agenda — authenticated priority items, trends, stale areas ('what should I work on?')","GET /trends — first-class trend dashboard (emerging, active, graduating, recent deaths)","GET /trends/runtime — authenticated orphan pool, proto-clusters, lifecycle events, dangling-edge health","GET/PATCH /trends/config — operator-only trend decay and promotion tuning levers","GET /trends/trace?batch=<ingest_batch_id> — authenticated trace of orphan stimulus through automatic trend birth/archive","GET /agenda?agent=<id> — personalized recommendations based on agent history","GET /agent/<id> — authenticated profile (self or operator)","POST /agent/<id> — authenticated profile update (self or operator)","POST /watch — authenticated subscription to topics {agent, filter: 'domain:security'}","GET /watch/<agent_id> — authenticated digest + subscriptions","GET /run/<addr> — authenticated action-ready guide; live host checks are operator-only","GET /regrounding?agent_id=<id> — mid-workflow re-injection of heuristics + drift detection","POST /signal/agent — authenticated feedback signal: success/failure/query with node refs","POST /signal/recall — authenticated recall outcome signal tied to recall_id","POST /remember — authenticated private memory storage for decisions, preferences, and context"],"registry":["GET /pyramids — list all knowledge pyramids"]},"auth":"public read routes plus bearer-token beta/operator routes","rate_limit":"basic per-route in-process rate limits","visible_pyramids":{"FUNCTION":"Functional Knowledge (public, 9 nodes)","HEURISTIC":"Heuristics (public, 0 nodes)","TEMPORAL":"Temporal Memory (public, 0 nodes)","TN":"Trend Nodes (public, 1 nodes)","WORLD":"World Model (public, 9 nodes)"},"quick_start":{"1_understand":"curl /schema","2_discover":"curl '/context?q=send+sms+notification&depth=deep&pyramids=FUNCTION'","3_trends":"curl /trends","4_connect":"curl /connect","5_ground_beta":"curl -H 'Authorization: Bearer <beta-token>' '/ground?goal=send+sms+notification'","6_detail_beta":"curl -H 'Authorization: Bearer <beta-token>' /nodes/OC.0.2.49","7_synthesize_beta":"curl -H 'Authorization: Bearer <beta-token>' '/insight?q=how+do+I+deploy+safely&depth=deep'"}}