Get your API key
- Go to the Graphy console.
- Sign in with Google or GitHub.
- Open the API keys section.
- Click Create key, give it a name (for example
production), and confirm. - Copy the key right away — it’s shown only once and cannot be retrieved later. Store it in a secrets manager or an environment variable.
Keys look like
graphy_…. You can keep up to 5 active keys at a time — create separate keys for development and production, and revoke any you no longer use from the same page in the console.Use your key
Send the key in theAuthorization header as a Bearer token on every request:
apiKey:
Keep your keys safe
- Store keys in environment variables or a secrets manager.
- Use separate keys for development and production.
- Rotate keys periodically and revoke unused ones in the console.
Next steps
Quickstart
Generate your first chart in 5 minutes
Authentication
Headers, base URL, and error codes

