{"agent_onboarding":"GET /v1/skills for complete workflow guide with request/response examples. Read it before your first call.","cognitive_tools":{"forget":"POST /v1/forget — mark knowledge as superseded, retracted, or archived","orient":"POST /v1/orient — namespace overview: collections, activity, graph, hints","recall":"POST /v1/recall — retrieve knowledge using all signals (semantic, keyword, recency, graph)","remember":"POST /v1/remember — store facts, decisions, observations with intent and graph connections"},"description":"Durable substrate for agent memory and execution","help":"GET /v1/help — full API reference with examples","mailbox":{"ack":"POST /v1/mailbox/{name}/ack {namespace, mailbox, consumer, sequence} — advance cursor","receive":"POST /v1/mailbox/{name}/receive {namespace, mailbox, consumer, limit} — read messages","send":"POST /v1/mailbox/{name}/send {namespace, mailbox, sender?, body} — send a message","status":"GET /v1/mailbox/{name}/status — pending count and consumer cursors"},"quick_start":{"0_read_skill":"GET /v1/skills — full cognitive workflow with examples (recommended first step)","1_orient":"POST /v1/orient {namespace: {guild: 'your-guild'}} — see what's here","2_remember_something":"POST /v1/remember {namespace: {guild: 'your-guild'}, kind: 'note', id: 'my-note', title: 'My Note', content: {text: 'hello'}}","3_recall_it":"POST /v1/recall {namespace: {guild: 'your-guild'}, query: 'hello', limit: 5}","4_explore":"GET /v1/help for full API reference"},"service":"anvil","sync":{"check":"GET /v1/sync/peers to list current peers","manual":"POST /v1/sync/peers {url: 'http://peer:8420'} to add a peer at runtime","pull":"Use anvil-cli sync now --peer http://peer:8420 for bidirectional sync","setup":"Set ANVIL_SYNC_PEERS=http://peer:8420 to enable push-sync on every write"},"version":"0.9.8"}