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.
Knowledge Base API
Today only
GET /v1/knowledge (list) and POST /v1/knowledge (create) are shipped. The single-entry routes (GET /v1/knowledge/{id}, /related, /search) are planned, not yet live. Read individual entries via the lab’s Convex knowledge query for now; this page documents the target REST shape.Entity Types
| Type | Description | Example |
|---|---|---|
concept | A scientific concept or idea | ”Bounce cosmology”, “MCMC convergence” |
parameter | A measurable quantity or model parameter | ”H0”, “f_NL”, “w0” |
source | A paper, dataset, or reference | ”Planck 2018 results”, “NANOGrav 15yr” |
comparison | A comparison between approaches or models | ”Matter bounce vs. ekpyrotic” |
Create an Entry
Lab this entry belongs to.
Entity type:
concept, parameter, source, or comparison.Display name of the entity.
URL-safe identifier. Auto-generated from
name if omitted.Detailed description. Supports markdown.
Slugs of related knowledge entries.
List Entries
Lab ID.
Filter by type:
concept, parameter, source, comparison.Results per page.
Pagination cursor.
Get an Entry
Retrieve a single entry by slug or ID.Update an Entry
Updated display name.
Updated description.
Updated list of related entity slugs.
Delete an Entry
Search
Full-text search across all knowledge entries in a lab.Lab ID to search within.
Search query. Matches against name and description.
Restrict search to a specific entity type.
Maximum results.
Relationships
Knowledge entries link to each other through therelatedEntities field. This creates a navigable knowledge graph.
Get Related Entries
Retrieve all entries related to a given entry (one hop in the graph).Add a Relationship
Remove a Relationship
Auto-Population
Agents automatically create and update knowledge entries as they work. When an experiment completes, the research lead agent:- Extracts new concepts and parameters from the results
- Creates or updates knowledge entries
- Links them to related entities
- Logs the update in the Activity Feed