Skip to main content

Creating a Project

Projects are created within an organization and provide compute resources for running Jupyter notebooks.

Project Properties

When creating a project, you configure:
  • Name: Display name for the project
  • Slug: URL identifier (e.g., my-project)
  • Compute Type: CPU/GPU configuration
  • Docker Image: Python environment and pre-installed packages

Compute Type Selection

Choose based on your workload: Micro
  • 0.5 CPU core, 1GB RAM
  • Low hourly rate
  • Good for testing and light analysis
Small
  • 2 CPU cores, 4GB RAM
  • Medium hourly rate
  • Suitable for data analysis and ML
GPU
  • 4 CPU cores, 16GB RAM, T4 GPU
  • Higher hourly rate
  • For deep learning and computer vision

Project Status

Projects have the following states:
  • ready: Project created and available
  • active: Project running with compute resources
  • stopped: Project paused, no compute charges

Accessing Your Project

Once created, your project is accessible at:
https://runalph.ai/{org-slug}/{project-slug}
From here you can:
  • Open IDE for coding
  • Access terminals
  • Manage kernels
  • View hosted applications
  • Configure settings

Project Settings

General

  • Update name and slug
  • Change avatar
  • View creation date

Environment Variables

  • Set API keys and secrets
  • Configure application settings

Compute

  • View current compute type
  • Check hourly rate
  • Monitor usage

Usage Tracking

All project compute time is tracked and billed hourly based on the compute type. View usage in your organization’s billing dashboard.

Next Steps