Creating your account
Get started with Hyperbolic in a few simple steps:1
Register
Visit app.hyperbolic.ai and create an account or log in with your existing credentials.
2
Verify your email
Check your inbox and verify your email address to activate your account.
3
Verify your phone number
Complete phone verification to receive $1 in promotional credits. Note that these credits can be used for inference services but not for renting GPU instances.
4
Add funds
Navigate to the Billing tab and deposit funds to your account. We recommend starting with $25 for GPU rentals. See Billing and Payments for details.
API keys
API keys authenticate your requests to Hyperbolic’s inference APIs and On-Demand GPU services.Generating an API key
1
Navigate to Settings
In your Hyperbolic dashboard, click on Settings in the navigation.
2
Locate the API Key section
Find the API Key section on the settings page.
3
Copy your key
Copy the generated API key and store it securely. You’ll use this key to authenticate API requests and configure developer tools.
Best practices for API key security
- Never commit API keys to version control - Use environment variables or secrets management instead
- Use environment variables - Store your key in
HYPERBOLIC_API_KEYor similar - Rotate keys periodically - Generate new keys if you suspect compromise
- Use separate keys for different environments - Keep development and production keys separate when possible
SSH keys
SSH keys are required to connect to On-Demand GPU instances. Hyperbolic uses public key authentication for secure, passwordless access to your rented machines.SSH keys are only required if you plan to use On-Demand GPU instances. They are not needed for Serverless Inference APIs.
Why SSH keys?
- Security - Public key authentication is more secure than passwords
- Convenience - No need to enter passwords for each connection
- Automation - Enables scripted and automated workflows
Generating SSH keys
If you don’t already have an SSH key pair, generate one using the following command:- Ed25519 (Recommended)
- RSA
- Press Enter to accept the default file location (
~/.ssh/id_ed25519or~/.ssh/id_rsa) - Optionally enter a passphrase for additional security
Adding your SSH key to Hyperbolic
1
Copy your public key
Display your public key and copy it to your clipboard:
2
Navigate to Settings
In your Hyperbolic dashboard, go to Settings.
3
Add your public key
Scroll to the SSH Public Key section, paste your public key, and click the save icon.
Team management
Team management features are coming soon.
- Team workspaces - Shared environments for collaborative projects
- Member invitations - Invite team members via email
- Role-based access - Assign roles with different permission levels (admin, member, viewer)
- Shared billing - Consolidated billing for team usage
- Resource sharing - Share GPU instances and API quotas across team members

