Search Malloy documentation
Search Credible’s packaged Malloy documentation and return a synthesized answer with relevant passages and code snippets. The corpus is global and the same for every caller — no organization/workspace context is used. Authenticate with Authorization: Bearer <auth0-jwt> or Authorization: ApiKey <group-access-token>. A per-IP rate limit may reject sustained excess traffic with 429 when enforcement is enabled.
Authorizations
Auth0-issued user JWT. Provide as Authorization: Bearer <token>.
Body
Request body for the search_malloy_docs endpoint.
Natural-language query about Malloy syntax or language features. Each request fans out to LLM work, so the size is capped; queries over maxLength are rejected with 422.
1 - 2000Response
Successful response
Response from the search_malloy_docs endpoint.
The query that was searched (echoed back).
Synthesized answer with relevant documentation passages and code snippets. Always a real synthesized answer — if the documentation doesn't cover the topic, the answer says so in prose; a failed search returns 500, never a placeholder answer with 200.