Create an Account
- Go to api.hitheo.ai
- Sign up with your email or social login
- You’ll land on the API dashboard
Generate a Key
- Navigate to API Keys in the sidebar
- Click Create Key
- Give your key a descriptive name (e.g., “Production”, “Development”)
- Copy the key immediately — it won’t be shown again
Set the Environment Variable
.env file:
Verify It Works
Key Format
All API keys use thetheo_sk_ prefix. Keys are production keys — all usage is billed against your credit balance.
Next Steps
Make Your First Call
Send your first completion request with curl.
Install the SDK
Set up the TypeScript SDK for a better developer experience.
