How to Configure CA and Client Certificates in Bruno
When an API uses HTTPS, certificates help establish trust before any request data is exchanged. A CA certificate helps Bruno verify that the server is genuine. ...
Your home for API resources, updates, and community news.
When an API uses HTTPS, certificates help establish trust before any request data is exchanged. A CA certificate helps Bruno verify that the server is genuine. ...
Bruno v4 has a built-in AI assistant but no Bruno-hosted model. It runs on your OpenAI or Anthropic key, or an OpenAI-compatible endpoint. It writes tests for ...
Variables are how Bruno keeps your API collections flexible. Instead of hard-coding a base URL, a token, or a timeout in every request, you define a variable ...
OAuth 2.0 can feel abstract until you actually run it. Keycloak is a production-grade open-source identity provider that handles the auth server side, and ...
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 ...