Loading...
FastStaq lets your users (and you) create programmatic API keys to access the platform from scripts and integrations, with security handled for you.
API_KEY_PEPPER), so a database leak does not expose usable keys.Send the key on each request as documented in your API (typically an Authorization header or x-api-key). Treat keys like passwords: never commit them to source control or expose them in client-side code.
API access is rate-limited per window (RATE_LIMIT_*, RATE_LIMIT_WINDOW_MS). Design integrations to back off and retry on a 429.
Key usage can be sampled into the audit log (AUDIT_API_KEY_SAMPLE_RATE, default 1 in 20) so high-volume integrations do not flood the audit table while still leaving signal for incident response. Set it to 1 during an investigation.
Open a support ticket for API integration help.
Sign in to leave feedback on this article.