Tools

Tools that actually run

Four of them. Each either talks to the live API or executes real cryptography in your browser — none of them are illustrations of what a tool would look like.

How your key is handled

Short version: it isn't kept

  • The playground posts your key to this site's own route handler, which uses it for one request and discards it. It is never written to a database, a log line, or an analytics event.
  • Only side-effect-free endpoints are allowed through, so a stray click cannot publish a listing or delete a webhook endpoint.
  • The webhook and cost tools never make a network call at all — everything happens locally.
  • Still: prefer a scoped nd_test_ key here. Not because we'd misuse a live one, but because that's the right habit everywhere.