Python SDK Quick Start
Step 1: Install the SDK
pip install clore-aiclore --versionStep 2: Get Your API Key
# Option A: Environment variable (recommended)
export CLORE_API_KEY=your_api_key_here
# Option B: CLI config (persistent)
clore config set api_key YOUR_API_KEYStep 3: Your First Script
Step 4: Using the CLI
Search the marketplace
Deploy a server
List orders
SSH into your instance
Cancel an order
Check balances
Spot market
Step 5: Async Operations
Troubleshooting
AuthError: API key required for this endpoint
AuthError: API key required for this endpointRateLimitError: Rate limit exceeded
RateLimitError: Rate limit exceededInvalidInputError when creating an order
InvalidInputError when creating an orderConnection refused when using clore ssh
clore sshModuleNotFoundError: No module named 'clore_ai'
ModuleNotFoundError: No module named 'clore_ai'What's Next?
Last updated
Was this helpful?