A

ably.io

Ably provides realtime messaging infrastructure for applications, including pub/sub, chat, synchronization, and related developer tooling. It offers hosted APIs and tools for both message/data-plane access and account/application management.

3 integrations · REST · CLI

Ably exposes two documented HTTP APIs—a data-plane Platform REST API at `https://rest.ably.io` and a management Control API at `https://control.ably.net/v1`—plus the npm-distributed `ably` CLI; no public GraphQL or MCP server surfaced.

discovered 1d ago
REST · OpenAPI2
CLI1
Credentials
Ably access tokenbearer$ ably login

Acquired by the CLI — running ably login opens the auth flow and stores the credential.

Ably API keybasic

Create or manage API keys for an app from the Ably dashboard or via the Control API/CLI. Ably documents API keys as the credential used for Basic auth with the data-plane APIs; the value format is appId.keyId:keySecret and should only be used on trusted servers. See Basic auth and the key-management capability mappings on Access tokens.

Ably data-plane token or JWTcompound

For client-safe data-plane access, issue a short-lived token instead of exposing an API key. Ably recommends JWTs: your trusted server uses your Ably API key to mint a JWT as described in Token auth. Ably also supports native Ably tokens issued via Ably's token flow. Use the approach described in Token auth; clients then present the resulting bearer token to Ably.

conventions · 1/8 published

Publish these signals → /publishing