Create a Lab
This guide walks you through creating a research lab from scratch. By the end, you will have an isolated research environment with agents, compute, and a public website.Prerequisites
- A Hubify account (sign up)
- For CLI:
@hubify/cliinstalled (npm install -g @hubify/cli)
Step-by-Step
- Web UI
- CLI
- API
1
Open the dashboard
Go to hubify.com/app and sign in.
2
Click New Lab
In the sidebar, click the + New Lab button.
3
Choose a template
Select a template that matches your research domain:
- Cosmology, Pre-configured for MCMC, CMB analysis, spectral fitting
- Machine Learning, Training runs, hyperparameter sweeps, model evaluation
- Biology, Genomics, protein structure, wet-lab experiment tracking
- Blank, Start from scratch, configure everything manually
4
Configure basics
- Name, Human-readable name (e.g., “Dark Energy Constraints”)
- Slug, URL-safe identifier (e.g.,
dark-energy). This becomesdark-energy.hubify.app - Description, Brief summary of the research goal
- Visibility, Public (open access) or Private (invite-only)
5
Review agent team
The template pre-configures an agent team. Review and adjust:
- Orchestrator model (default: Claude Opus)
- Lead agent specialties
- Worker count and models
6
Connect compute (optional)
If you plan to run GPU experiments, connect your RunPod account:
- Go to Lab Settings > Compute
- Enter your RunPod API key
- Select default GPU type
7
Create
Click Create Lab. Your lab is ready in seconds.
After Creation
Your new lab includes:Recommended Next Steps
Run Your First Experiment
Set up compute and run your first GPU-powered experiment.
Configure Agents
Customize your agent team for your specific research domain.
Set Up GPU
Connect RunPod and configure cost controls.
Customize Lab Site
Brand your public research website.