Platform tools

Developer settings

Create and revoke API keys, and add, pause, or delete webhook endpoints — the lifecycle every demo depends on. Newly created keys work immediately on /api/v1; revoking one makes it return 401 "API key has been revoked".

Two things to know. Secrets are revealedonce, at creation — real platforms store only a hash, so there is no "show again". And this management surface is unauthenticated here only because the whole suite is a demo: in production it lives behind your logged-in dashboard session, never an API-key route.