Quickstart
Make your first API call
Get an API key from Studio and call the Hyperleap API from any language.
Step-by-step
- 1Create an API keyIn Studio, go to Settings → API Keys.
- 2Run a requestUse the API key in the
Authorizationheader.curl https://api.hyperleap.ai/v1/agents \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
- 3
Security note
Never expose API keys in client-side code. Use server-side calls and environment variables.