API & Backend

13 tools

Build, inspect and document HTTP requests, tokens, webhooks and mock responses.

Everything around an HTTP request that is not the request itself: building it, reading the token it carries, understanding the status code that came back, and documenting the endpoint afterwards.

The JWT tools are the ones worth knowing about — a token is only base64, so anyone holding one can read its claims. Decoding your own is the quickest way to see what your auth layer is actually asserting.

How these tools work

Every one of these 13 tools runs entirely in your browser. There is no account to create, no file to upload and no daily limit, because the work happens on your own device rather than on a server — which also means there is nothing for us to log, cache or leak. Most of them keep working with the network off once the page has loaded.

Not finding what you need? Press ⌘K to search all 223 tools, or browse the other categories.