> ## Documentation Index
> Fetch the complete documentation index at: https://getkontext.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Bruno collection

> Download a Bruno collection pre-wired to every Kontext API endpoint.

# Bruno collection

Download a [Bruno](https://www.usebruno.com) collection with every Kontext API endpoint pre-wired — useful for exploring the API interactively, running ad-hoc requests, or sharing working examples with your team.

<Card title="Download Bruno collection" icon="download" href="https://app.getkontext.io/bruno-collection.zip">
  Generated from the latest OpenAPI spec. Unzip and open the folder in Bruno.
</Card>

## Setup

1. Download and unzip the collection.
2. Open the unzipped folder in Bruno (**File → Open Collection**).
3. Switch to the **Production** or **Development** environment from the top-right dropdown.
4. Open the environment and paste your API key into the `apiKey` variable.
5. Run any request — collection-level bearer auth uses your key automatically.

## Generating an API key

See [Authentication](/docs/api-reference/authentication) for how to create an API key from the Kontext app.

## What's in the collection

* **Collection-level bearer auth** using a `{{apiKey}}` environment variable — set it once, every request picks it up.
* **Production** and **Development** environments with the matching `baseUrl`.
* One folder per API tag, one `.bru` request per endpoint, pre-filled with path/query params and JSON body examples taken from the OpenAPI schema.
