APIs & SDKs

Open sidebar or top links.

Guide

Authentication

Secure API access patterns.

GuideAPIs & SDKsHEADERSecret key

Method

HEADER

Endpoint

Authorization: Bearer sk_test_...

Notes

Keep secrets on the server

Client libraries

Auth patterns

Error handling

Quick steps

  1. 1Pick the SDK or auth pattern that matches your stack.
  2. 2Use the smallest request example first and expand after it works.
  3. 3Handle errors in one place so the integration stays maintainable.

Related pages

No related pages yet.

Auth

Keep secrets server-side and rotate keys with a clear process.

Previous

SDKs

Client libraries for common stacks.

Next

Error handling

Predictable patterns for retries and failures.