Agent Discovery

Search Xquik documentation with NLWeb

Search public Xquik docs with NLWeb 0.55. This read-only route accepts flat and structured requests. Never send secrets or private data.

post/ask

Request body

site'docs.xquik.com' | 'xquik.com'
streamingboolean
response_format'chatgpt_app' | 'conversational_search'
mode'list'
contextobject

Optional NLWeb conversational context.

Example request

{
  "query": "How does MCP OAuth work?"
}

Response

Documentation results.

OR

Example response

{
  "_meta": {
    "response_format": "conversational_search",
    "response_type": "answer",
    "version": "0.55"
  },
  "results": [],
  "content": [
    {
      "type": "text",
      "text": "Found 1 documentation result."
    }
  ],
  "structuredData": []
}

Changes