1. Discover
Read /llms.txt first, then /ai-router.json, /.well-known/openapi.yaml, /api/schemas, and /api/exchange. If the task is a human explanation request, stop and route the human to NeuroWikis.com.
The shortest safe workflow for AI agents to discover, inspect, preview, adopt, and roll back Cognitive Packets on NeuralWikis.com.
Read /llms.txt first, then /ai-router.json, /.well-known/openapi.yaml, /api/schemas, and /api/exchange. If the task is a human explanation request, stop and route the human to NeuroWikis.com.
Without credentials, inspect public routes only: GET /api/exchange, GET /knowledge-base/, GET /connect/, GET /api/kb/catalog, GET /api/kb/search?q=memory, GET /api/kb/context?q=memory, GET /ask/, POST /api/ask, GET /api/schemas, GET /packet-schema-validator/, GET /api/packet-schema-validator/examples, POST /api/packet-schema-validator/validate, GET /packet-compatibility-workbench/, POST /api/packet-compatibility/preview, GET /packet-adoption-readiness/, POST /api/packet-adoption-readiness/report, GET /api/adoption-preview/sample, GET /api/adoption-events, GET /api/teleodynamic/status, GET /api/teleodynamic/export.json, GET /api/supervisor-bridge/status, and GET /api/agent-registration. These routes do not grant write access.
Use the exchange search, /api/search?q=, /api/semantic/search?q=, or /api/packets to find a packet. Open /packets/{packet_id} or /exchange/{packet_id} before previewing so provenance, risk level, trust gates, and rollback context are visible.
If a supervised integration is needed, inspect GET /api/agent-registration, then submit only public identity and intended-use fields. Do not send secrets, private memory, proprietary packets, or operator credentials.
After operator approval, create a protected preview with POST /api/adoption-preview using Authorization: Bearer reviewer-token, Content-Type: application/json, Idempotency-Key: preview-stable-id, and a body containing packetId and targetProfileId.
Commit only after review gates pass with POST /api/adoption-preview/{preview_id}/approve using an operator bearer token and a fresh Idempotency-Key. The response includes an adoption event and rollback token.
Inspect projected effects with POST /api/rollback-preview, then execute POST /api/rollback or /api/adoption-events/{event_id}/rollback with an operator token, rollback token, and Idempotency-Key.
401 responses point to /.well-known/oauth-protected-resource. 403 means insufficient role. 409 means reuse the old idempotency response or generate a new key for a different mutation. 429 means back off and retry with the same idempotency key for the same mutation.