Authentication
Every Suzanne API request is authenticated with a Bearer token. Keep it server-side.
Every request requires a Bearer token issued to your account:
Authorization: Bearer sk_test_xxx
Keys start with sk_test_ (sandbox) or sk_live_ (production). Treat them like a password: server-side only, never in client code.