# Integrations Use the `ably integrations` command group to manage your Ably integrations with external services. These commands enable you to create, list, update, and delete integration rules. ## Manage integration rules Use the following commands to create, list, retrieve, update, and delete [integration rules](https://ably.com/docs/platform/integrations.md) that route data between Ably and external services: | Command | Description | | ------- | ----------- | | [`ably integrations create`](https://ably.com/docs/cli/integrations/create.md) | Create an integration rule. | | [`ably integrations delete`](https://ably.com/docs/cli/integrations/delete.md) | Delete an integration rule. | | [`ably integrations get`](https://ably.com/docs/cli/integrations/get.md) | Get an integration rule by ID. | | [`ably integrations list`](https://ably.com/docs/cli/integrations/list.md) | List all integration rules. | | [`ably integrations update`](https://ably.com/docs/cli/integrations/update.md) | Update an integration rule. | ## See also * [CLI reference](https://ably.com/docs/cli.md) — Full list of available commands. ## Documentation Index To discover additional Ably documentation: 1. Fetch [llms.txt](https://ably.com/llms.txt) for the canonical list of available pages. 2. Identify relevant URLs from that index. 3. Fetch target pages as needed. Avoid using assumed or outdated documentation paths.