Skip to content
Cloud infrastructure/devops

etherpad.local

Etherpad sandbox and mock API

Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
96
Collections
-
Event types
-
example request
curl https://your-etherpad-local.slurry.io/appendChatMessage \
  -H "Authorization: Bearer slurry_sim_..."

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

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 96.

  • GET/appendChatMessage
  • POST/appendChatMessage
  • GET/appendText
  • POST/appendText
  • GET/checkToken
  • POST/checkToken
  • GET/copyPad
  • POST/copyPad
  • GET/copyPadWithoutHistory
  • POST/copyPadWithoutHistory
  • GET/createAuthor
  • POST/createAuthor