Ably Control
Connector for the ably-control API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://control.ably.net/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_accounts_account_id_apps— GET /accounts/{account_id}/apps — Lists appsget_apps_app_id_keys— GET /apps/{app_id}/keys — Lists app keysget_apps_app_id_namespaces— GET /apps/{app_id}/namespaces — Lists namespacesget_apps_app_id_queues— GET /apps/{app_id}/queues — Lists queuesget_apps_app_id_rules— GET /apps/{app_id}/rules — Lists Reactor rulesget_apps_app_id_rules_rule_id— GET /apps/{app_id}/rules/{rule_id} — Gets a reactor rule by rule ID
Inputs
apiKey— your ably-control API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_accounts_account_id_apps
apiKey: <your key>