Secret keys
Server-side keys for authenticating backend requests to the Fency API.
Secret keys authenticate server-to-server requests from your backend to the Fency.ai API. They must never be exposed in client-side code or public repositories. Use secret keys when creating sessions, managing memories, or making any API calls from your server.
A secret key always starts with sk_ and is longer than a publishable key:
sk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdefFor setup details, see Obtaining a secret key. For a full overview of operations, see the API Reference.