cURL
curl --request POST \ --url https://operator.io/api/chat-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "key": "<string>" }
Creates a new API key. The full key is only returned in this response.
API key (ck_live_...). Create one in Settings > API Keys.
ck_live_...
Optional label for the key.
Key created.
The full API key (ck_live_...). Store it securely.