Skip to main content

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.

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/cli installed (npm install -g @hubify/cli)

Step-by-Step

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 becomes dark-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:
  1. Go to Lab Settings > Compute
  2. Enter your RunPod API key
  3. Select default GPU type
7

Create

Click Create Lab. Your lab is ready in seconds.

After Creation

Your new lab includes:
ComponentInitial State
Agent teamTemplate defaults (orchestrator + 2 leads + 3 workers)
Knowledge baseEmpty, ready to grow
PapersNone yet
Lab siteLive at {slug}.hubify.app with placeholder content
ComputeNot connected (add RunPod API key to enable)

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.

Lab Settings

After creation, you can modify any setting from the Lab Settings page:
# Update lab name
hubify lab update dark-energy --name "Dark Energy & Modified Gravity"

# Change visibility
hubify lab update dark-energy --visibility private

# Delete a lab (requires confirmation)
hubify lab delete dark-energy --confirm