Skip to content
Cloud infrastructure/devops

ably.io:platform

Platform sandbox and mock API

The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
22
Collections
-
Event types
-
example request
curl https://your-ably-platform.slurry.io/channels \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.1.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 22.

  • GET/channels
  • GET/channels/{channel_id}
  • GET/channels/{channel_id}/messages
  • POST/channels/{channel_id}/messages
  • GET/channels/{channel_id}/presence
  • GET/channels/{channel_id}/presence/history
  • POST/keys/{keyName}/requestToken
  • GET/push/channelSubscriptions
  • POST/push/channelSubscriptions
  • DELETE/push/channelSubscriptions
  • GET/push/channels
  • GET/push/deviceRegistrations