Documentation Index
Fetch the complete documentation index at: https://docs.runalph.ai/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Authentication
This opens your browser for secure authentication. Alternatively, use a token from runalph.ai/account/tokens:
alphai login --token YOUR_TOKEN
Start JupyterLab
This starts JupyterLab locally and connects it to Alph. You’ll be prompted to select an organization and project.
Common Options
# Specify org and project
alphai jupyter lab --org my-org --project my-project
# Use a specific port for the notebook server
alphai jupyter lab --port 8889
# Expose a web app through Alph's tunnel
alphai jupyter lab --app-port 5000
Quick Reference
alphai login # Authenticate
alphai logout # Clear credentials
alphai status # Check auth status
alphai orgs # List organizations
alphai projects # List projects
alphai nb # Manage notebooks
alphai jupyter lab # Start JupyterLab