> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-docs-timeline-scripts.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Request

Bruno supports multiple ways to create API requests. You can work with HTTP, GraphQL, gRPC, WebSocket, or convert cURL commands into reusable requests.

## Create a first request

1. Open **Bruno** (workspace **Home**).
2. Click the **`+`** button to create a request.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/create-req-home.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=a079a4fffcdda3654221319d1184eeaf" alt="Bruno home — start a new request from +" width="2604" height="1228" data-path="images/screenshots/get-started/bruno-basics/create_request/create-req-home.webp" />

3. Enter a URL (e.g. `https://api.github.com/users/userbruno`) and press **Enter**.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/after-req-create.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=fbe678e0c3e74ed5164c4b04c3047aa0" alt="Request tab after creating from home" width="2604" height="1106" data-path="images/screenshots/get-started/bruno-basics/create_request/after-req-create.webp" />

You can also create requests from a collection menu or without a collection. Read below sections to learn more.

**Three ways to create a request:**

1. **[Within a collection](#1-create-a-request-within-a-collection)** – Create a new request from the collection menu (saved to that collection).
2. **[Without a collection](#2-create-a-request-without-a-collection)** – Create an unsaved request from Workspace Home; save to a collection later (or discard).
3. **[Inline "+" button](#3-create-a-request-with-the-inline-button)** – Create a new request from the "+" icon next to the request tabs (within a collection context).

***

## 1. Create a request within a collection

Create a new request that belongs to a collection from the start:

1. Open your **Collection** and click the **`···`** button.
2. Select **New Request** in the dropdown menu.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/1-create-new-request.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=690375670d097de90a84d4f69d18f78a" alt="create request dialog" width="2480" height="1046" data-path="images/screenshots/get-started/bruno-basics/create_request/1-create-new-request.webp" />

3. In the dialog, set:
   * **Request Type** (HTTP, GraphQL, or from cURL)
   * **Request Name**
   * **HTTP Method** (GET, POST, PUT, etc.)
   * **URL**

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/2-create-request.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=3ff255addbc85ca43743452d0e609163" alt="create-new-request" width="2480" height="1046" data-path="images/screenshots/get-started/bruno-basics/create_request/2-create-request.webp" />

4. Click **Create**.

The request is created in your collection. You can add headers, query parameters, body, and other options as needed.

***

## 2. Create a request without a collection

<Info>
  Send a request without creating or opening a collection first—useful for ad-hoc checks (e.g. verifying an endpoint) or quick cURL-style calls.
</Info>

1. Open **Workspace Home** and click the **"+"** icon in the tabs area.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/6-output-req-without-coll.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=3c2382d60f909a239f1bff9a38ec5137" alt="create request without a collection" width="2608" height="1352" data-path="images/screenshots/get-started/bruno-basics/create_request/6-output-req-without-coll.webp" />

2. A new **unsaved request** opens in the editor (not tied to any collection).
3. **Configure and run** the request: URL, method, headers, auth, body, scripts, and tests are all supported.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/7-req-without-collection.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=777a2ef6423b387c11c671fb4b7b7982" alt="created request without a collection" width="2608" height="1352" data-path="images/screenshots/get-started/bruno-basics/create_request/7-req-without-collection.webp" />

4. **Save (optional):** Click **Save** to open a modal where you can:
   * Save to an **existing collection** from the list of open collections, or
   * **Create a new collection** and save the request there.
     If no collections are open, the flow defaults to creating a new collection. After saving, you're taken to the collection tab with the request open.
5. **Find unsaved requests** again via the **Home** icon or the workspace/collection dropdown.
6. **Closing the workspace** with unsaved requests open will prompt you that those requests will be lost unless you save them.

***

## 3. Create a request with the inline "+" button

<Info>
  **Quick request creation (v3.1.0+):** Create requests from the **"+"** icon next to the request tabs—no collection menu needed. The new request inherits the current collection's settings.
</Info>

### Create an HTTP request

* **Click the "+" icon** next to the request tabs to create a new HTTP request in a new tab.

### Create GraphQL, gRPC, or WebSocket requests

1. **Right-click the "+" icon** next to the request tabs.
2. Choose the request type: **HTTP**, **GraphQL**, **gRPC**, or **WebSocket**.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/5-inline-request.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=c8772617f8c723d3eca13716ff05d327" alt="Inline Request Creation" width="2606" height="990" data-path="images/screenshots/get-started/bruno-basics/create_request/5-inline-request.webp" />

3. The new request opens in a new tab.

### How it works

* A new **"Untitled"** request opens immediately; no file is created until you save.
* The request **inherits collection-level settings** (auth, headers, etc.) and any **presets** from collection settings.
* When you **Save**, Bruno prompts you to choose a location (collection root or folder) and confirm the name.

This workflow is useful for rapid prototyping: create and run requests, then save only when you're satisfied.

***

## Custom Request Filenames

You can use any characters in your request names, including special characters like `/`, `[`, `]`, `*`, etc. Bruno automatically handles filesystem compatibility by replacing unsupported characters with `-` in the filenames while preserving your original request name.

### To view or customize the filesystem name

1. Select **Show Filesystem Name.**

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/3-file-system-option.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=545d20f9137d911a1fb0e511f7a47467" alt="file-system-name" width="2480" height="1046" data-path="images/screenshots/get-started/bruno-basics/create_request/3-file-system-option.webp" />

2. You can now see how your request name is stored on the filesystem.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/4kjrH9cbt9zYKVqq/images/screenshots/get-started/bruno-basics/create_request/4-file-name-special-char.webp?fit=max&auto=format&n=4kjrH9cbt9zYKVqq&q=85&s=7144ef0c28e77cf412480468bd50c2ef" alt="file-system-name" width="2480" height="1046" data-path="images/screenshots/get-started/bruno-basics/create_request/4-file-name-special-char.webp" />

3. (Optional) Click the edit icon to customize the filename while keeping your display name intact.

This feature gives you complete freedom in naming your requests while ensuring filesystem compatibility.
