API Key
API Key
An API key is the unified access credential used to connect to OpenFrog, call models, and route traffic through agent workflows.
How to get one
- Sign in to the OpenFrog console.
- Open the API key management page.
- Create a new key and copy it immediately.
Usage recommendations
- Create separate keys for different projects, teams, or environments.
- Do not commit keys to public client-side repositories.
- Rotate keys regularly to reduce long-term exposure.
Common checks before sending requests
- Confirm the Base URL points to
https://openfrog.io/v1 - Confirm the request includes
Authorization: Bearer ... - Confirm the target model is enabled in the console or routing configuration
