Skip to main content
Every request is authenticated with your API key, sent as the x-api-key header. createClient wires this in once — create a client and reuse it for every call.
Get your API key from the console. Keep it secret — load it from an environment variable or secret manager rather than committing it to source control. The client targets the production API. Reuse a single instance across your application.