Authorization header with the Bearer scheme:
Keep keys server-side
API keys are long-lived credentials. Store them in a secret manager or an encrypted environment registry. Do not commit a key, print it in logs, include it in a URL, or ship it in frontend code. Production keys begin withfp_live_. Keys created in development or preview
deployments begin with fp_test_ and cannot authenticate against production
because each environment has a separate credential database.