envs

Ably — realtime messaging

ably/realtime · version 1

envs add ably/realtime

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
ABLY_API_KEY required secret Ably says never to use API keys in client-side code, because they do not expire and a compromised one grants indefinite access. There is no browser key to look for: your server issues short-lived tokens instead. The documented shape is app id, key id and secret.. Shape ^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+:.+$. where to get it

The JSON the CLI reads