Creating your account
Get started with Hyperbolic in a few simple steps:Register
Visit app.hyperbolic.ai and create an account or log in with your existing credentials.
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.
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
Navigate to Settings
In your Hyperbolic dashboard, click on Settings in the navigation.
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
Navigate to Settings
In your Hyperbolic dashboard, go to Settings.
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

