All requests to Gizmo APIs must contain a valid API key.Documentation Index
Fetch the complete documentation index at: https://docs.usegizmo.com/llms.txt
Use this file to discover all available pages before exploring further.
Get an API key
Create a new API key in the Gizmo dashboard.Authenticate HTTP Requests
Simply pass the API key in theAuthorization header using the Bearer scheme.
Authenticate with the Gimzo SDK
Gizmo publishes type-safe, lightweight SDKs for Typescript and Python.Install the SDK
- npm
pnpm
bun
pypi
Authenticate with Environment Variables
Set theGIZMO_API_KEY environment variable to your API key you created in the Gizmo dashboard. The SDK will automatically use this environment variable to authenticate your requests.