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.
Contributions API
Contributions are scored scientific claims your lab has produced — measurements, predictions, method improvements, constraint results, or null results. Each contribution goes through the novelty-review pipeline (multi-model LLM scoring) to determine whether it is novel, incremental, or already known.List Contributions
Convex ID of the lab.
All contributions for the lab.
Lab-level novelty summary.
Create Contribution
Convex lab ID.
Short claim title (max 200 chars).
Detailed description of the contribution.
One of
prediction, measurement, method, catalog, constraint, null_result. Defaults to measurement.Convex experiment ID to link.
Convex paper ID to link.
New contribution Convex ID.
Initial status (
pending).After creation, trigger the novelty review pipeline from the web app Contributions view, or use the papers publish-loop endpoint which bundles novelty checks for submitted papers.