Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Search API
A single endpoint that fans out across nine entity types in a lab and returns case-insensitive substring hits, capped at five matches per category. Use it as the backing query for command palettes, MCP tool calls, and “what do we know about X?” workflows.Search a Lab
Convex ID of the lab to search.
Search query. Minimum 2 characters. Case-insensitive substring match.
Response
Returns a single object with one array per entity type. Each array is capped at 5 hits. Empty arrays mean “no match in this category” (not “category disabled”).Matches
title, experimentId, or result.Matches
title or target (target journal).Matches
name, role, or model.Matches
name, entityType, or description.Matches
name or description.Matches
title, description, or experimentId.Matches
title or figureType.Matches
name, description, or datasetType.Matches
title, description, or type.Behavior notes
- Queries shorter than 2 characters return all empty arrays (not an error). Use this to short-circuit on the client.
- Each entity object is the full Convex document, not a stripped projection. Render only the fields you need.
- Search is read-only. Subject to the read rate limit.
- Returns
400iflabIdorqis missing.