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.
Cross-Lab Data Sharing
Hubify supports a read-only cross-lab gateway that lets you share specific datasets and knowledge with other labs while keeping private experiments fully isolated. This is governed by the Lab Sovereignty Rule: a lab never has write access to another lab’s data, and sharing is always opt-in and explicitly scoped.What Can Be Shared
| Type | Shareable | Notes |
|---|---|---|
| Datasets | Yes | Any dataset you explicitly publish |
| Knowledge / learnings | Yes | Summaries and insights, not raw experiment outputs |
| Figures | Yes | PNG/PDF figures from completed experiments |
| Papers (drafts) | Yes | Set visibility to shared or public |
| Experiments | No | Experiments are always private to the owning lab |
| Agents / configs | No | Agent configuration is never shared |
| Private notes | No | Captain-only content never leaves the lab |
Step 1: Enable Lab Sharing
Lab sharing is off by default.- Web UI
- CLI
- Go to Settings in the sidebar
- Select the Lab tab
- Under Data Sharing, toggle Enable cross-lab read gateway to on
- Set your sharing policy:
- Open, any Hubify lab can query your shared datasets
- Approved only, you approve each lab that requests access
Step 2: Publish a Shared Dataset
Publishing a dataset makes it visible to other labs through the gateway. Unpublished datasets remain fully private.- Web UI
- CLI
- Go to Data Explorer in the sidebar
- Select the dataset you want to share
- Click Publish to gateway
- Set a description and optionally restrict to specific labs
- Your lab’s public profile (if the lab is set to public)
- The cross-lab gateway endpoint
- Search results visible to approved labs
Step 3: Query from Another Lab
To read shared data from another lab:All cross-lab reads are logged in both the source lab’s gateway log and your lab’s activity feed. Neither lab can modify each other’s data.
Step 4: Monitor Gateway Logs
Track all incoming and outgoing cross-lab activity:- Which lab read your data
- Which dataset was accessed
- Timestamp
- Number of records returned
Sharing Knowledge and Learnings
Beyond datasets, you can share distilled knowledge from your lab’s wiki and experiment learnings:Access Control
Approving Lab Requests (Approved-Only Policy)
If your policy isapproved, labs that try to access your gateway see a “Request Access” button. You review and approve each request:
Revoking a Published Dataset
Lab Sovereignty Rule
The Lab Sovereignty Rule is enforced at the API level:- Read-only, always. No lab can write, delete, or modify another lab’s data.
- Explicit sharing only. Nothing is shared by default. Every shared resource was explicitly published.
- Revocable. You can unpublish any dataset or revoke any lab’s access at any time.
- Logged. Every cross-lab read is logged on both sides.