Python SDK Quickstart
Find a GPU, rent it, and SSH in — all from Python or terminal in 5 minutes
Prerequisites
Step 1: Install the SDK
pip install clore-aiclore --versionStep 2: Configure Your API Key
export CLORE_API_KEY=your_api_key_hereStep 3: Search for a GPU
CLI
Python
Step 4: Deploy (Rent a Server)
CLI
Python
Step 5: Connect via SSH
CLI (auto-connects)
Manual SSH
Step 6: Cleanup
CLI
Python
Full Script: Search → Deploy → Monitor → Cancel
What's Next
Guide
What You'll Learn
Last updated
Was this helpful?