Bruno Tutorial: The Official Getting-Started Guide
This is the official Bruno quickstart tutorial, current as of Bruno v4, and designed to take you from download to a tested, Git-versioned, CI-ready API collection in about 15-ish minutes.
Your home for API resources, updates, and community news.
This is the official Bruno quickstart tutorial, current as of Bruno v4, and designed to take you from download to a tested, Git-versioned, CI-ready API collection in about 15-ish minutes.
A Year Ago, We Raised $3M Hi, I'm Anoop. About a year ago, Bruno raised $3M, and we didn't announce it at the time. That wasn't an accident. Actions speak ...
APIs are excellent to interact with data. But at some point you need to consume those same APIs from inside real application code, and that means typed client ...
Bruno v4.0.0 is here. Most of what's in it comes straight from the papercuts Bruno users know well: string-typed variables you have to parse by hand, secrets ...
Secret managers solve one of the most common pain points in API development: keeping credentials out of collection files, rotating them without touching every ...
Here's a fact that catches almost everyone the first time: a GraphQL query can fail while the API still responds with 200 OK. The request didn't error out at ...
Bruno Wins API World 2026 Award for Best in API Developer Experience We’re excited to share that Bruno has been named the winner of the API World 2026 Award ...
Bruno v4 brings meaningful improvements to how secrets are stored, how environment variables behave, and what the collection schema supports. Most of the ...
Every API you call needs to know who you are and whether you are allowed to access the resource. That is API authentication. Bruno ships with seven ...
APIs rarely break in the most obvious way. The server is still running. The endpoint still returns a response. The deployment looks healthy. Your monitoring ...
Running your API collections straight from the command line is one of Bruno's most-loved capabilities, and teams lean on the bru CLI for everything from a ...
OAuth 1.0 is a protocol that lets applications make authenticated HTTP requests on behalf of a user — without ever exposing the user's credentials. Bruno ...