Setup
Setup basics for REST API and Cloutly Embed.
Last updated
Setup basics for REST API and Cloutly Embed.
Set up your Cloutly account and required features in the platform.
Go to Settings -> API Keys and copy your API key.
The API key is server-side only. Do not expose it in frontend code.
Go to platform settings and manually retrieve/create the signing key used to sign embed JWTs.
Keep the signing key in secure backend secrets storage only.
Use both credentials depending on your use case:
x-api-key for REST API calls from your backend.
Embed signing key for short-lived JWT session provisioning.
Last updated