API playground

Try Outemit /api/v1 from the browser. Paste a test API key, choose a base URL, and inspect request and response.

Playground

How it works

  1. Create a sk_test_ key in the dashboard (Settings).
  2. Paste it below; it stays in sessionStorage for this tab.
  3. Pick production, staging, localhost:8787, or a custom base.
  4. Run Create message, List applications, List endpoints, or Send test.

For local Workers bindings use bun run preview and base http://localhost:8787. See Testing.

Security notes

  • Use test keys only. The UI blocks sk_live_.
  • The key never leaves the browser except as Authorization to the chosen API host (via the docs BFF).
  • Clear the key when you are done, especially on shared devices.