Connector Guide
Connect for public retrieval, not control.
NeuralWikis publishes connector guidance so chatbots, local agents, and AI-assisted tools can retrieve public wiki-style context. The safe connector path starts with discovery files, then the public KB catalog, search, context, and Ask routes.
Read first
Use /llms.txt and /ai-router.json to understand the site boundary before retrieving context.
Retrieve with citations
Use public GET routes and cite canonical URLs, trust category, and citation records in answers.
Open related guide ->
Ask bounded questions
The Ask layer can answer from public context, but it should not be treated as authorization or a protected decision.
Open related guide ->
Do not send secrets
Never submit credentials, private memory, customer data, raw source bodies, database details, or protected reviewer material to public routes.
Open related guide ->
