> ## Documentation Index
> Fetch the complete documentation index at: https://requestly-mintlify-changelog-requestly-past-week-38456.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# API Collections

> Organise and manage APIs with Requestly’s API Collections. Learn to create, rename, delete collections, use folders, and explore collection variables.

***

API Collections help developers and QA teams organize and group APIs for better management. They also offer additional features such as detailed API information and collection-specific variables. Let's explore how to create, manage, and utilize API Collections and their features.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/m8wdY3oSGRc" />

## Create API Collection

**Step 1:** Click **+ New** and select **Collection**.

<img src="https://mintcdn.com/requestly-mintlify-changelog-requestly-past-week-38456/eWdpxCOj2KKO_CLd/images/api-collections/dd563ae7-3b5e-4cc3-bc1b-cab7f320e655.png?fit=max&auto=format&n=eWdpxCOj2KKO_CLd&q=85&s=2b7fd8c49a19ea43b09725a8a11320f6" align="center" fullwidth="false" width="2400" height="1400" data-path="images/api-collections/dd563ae7-3b5e-4cc3-bc1b-cab7f320e655.png" />

**Step 2:** Provide a descriptive name (e.g., “User Management APIs”) and hit **Enter**.

<img src="https://mintcdn.com/requestly-mintlify-changelog-requestly-past-week-38456/eWdpxCOj2KKO_CLd/images/api-collections/b70f2bcc-babf-4cc7-88ae-041b34ee52c4.png?fit=max&auto=format&n=eWdpxCOj2KKO_CLd&q=85&s=c3ddca260c8c440116bab94abd31cb4b" align="center" fullwidth="false" width="2400" height="1400" data-path="images/api-collections/b70f2bcc-babf-4cc7-88ae-041b34ee52c4.png" />

Once a collection is created, you can add requests and sub-collections.

## Rename API Collection

**Step 1:** Click the **More** icon next to the collection name you want to rename, then select Rename.

<img src="https://mintcdn.com/requestly-mintlify-changelog-requestly-past-week-38456/eWdpxCOj2KKO_CLd/images/api-collections/20d1b453-9b81-41d6-9ccb-b1d88565bbb4.png?fit=max&auto=format&n=eWdpxCOj2KKO_CLd&q=85&s=b4afb6196f0a78dda505c9ad9482e65c" align="center" fullwidth="false" width="2400" height="1400" data-path="images/api-collections/20d1b453-9b81-41d6-9ccb-b1d88565bbb4.png" />

**Step 2:** An inline input field will appear with the current name. Update the name and press **Enter** to save the changes.

<img src="https://mintcdn.com/requestly-mintlify-changelog-requestly-past-week-38456/eWdpxCOj2KKO_CLd/images/api-collections/4de28886-60d0-43ef-bdc2-6276b620ba67.png?fit=max&auto=format&n=eWdpxCOj2KKO_CLd&q=85&s=9b5e0eefaedb3fb404b2d596d95c6f39" align="center" fullwidth="false" width="2400" height="1400" data-path="images/api-collections/4de28886-60d0-43ef-bdc2-6276b620ba67.png" />

## Delete API Collection

**Step 1:** Click the **More** icon next to the collection name and select `Delete`.

**Step 2:** Confirm the action in the Delete Collection prompt.

<img src="https://mintcdn.com/requestly-mintlify-changelog-requestly-past-week-38456/eWdpxCOj2KKO_CLd/images/api-collections/d2a40907-a43b-49fb-a0a7-993ac656194a.png?fit=max&auto=format&n=eWdpxCOj2KKO_CLd&q=85&s=68fa10fa920be7daaeb8da58e4789ce5" alt="Confirm Delete Collection prompt with buttons labeled Cancel and Delete Collection" align="center" fullwidth="true" width="3024" height="1798" data-path="images/api-collections/d2a40907-a43b-49fb-a0a7-993ac656194a.png" />

<Warning>
  Make sure you are deleting the correct collection. Deleted collections are permanently removed and cannot be recovered.
</Warning>

## Create Folders

Folders allow you to create sub-groups within a collection. They can have their own collection variables and share all the features of a collection. Folders(Sub-Collections) inherit all the collection variables from its parent. However, You can override parent-collection variables by defining a collection variable inside the sub-collection.

**Step 1:** Click on the Add Folder icon next to the collection name.

<img src="https://mintcdn.com/requestly-mintlify-changelog-requestly-past-week-38456/eWdpxCOj2KKO_CLd/images/api-collections/5c310619-cd51-4d23-bbd5-100c88839522.png?fit=max&auto=format&n=eWdpxCOj2KKO_CLd&q=85&s=5fc9be695a96b3ff8bb56bc3fa17c9f5" align="center" fullwidth="false" width="2400" height="1400" data-path="images/api-collections/5c310619-cd51-4d23-bbd5-100c88839522.png" />

**Step 2:** Provide a descriptive name (e.g., “Login APIs”) and press **Enter**.

<img src="https://mintcdn.com/requestly-mintlify-changelog-requestly-past-week-38456/eWdpxCOj2KKO_CLd/images/api-collections/d1cd375d-dbd3-4c1c-a8b3-f623428a8fec.png?fit=max&auto=format&n=eWdpxCOj2KKO_CLd&q=85&s=b893fa6b5ea18c9240fb62c8bafb2fe0" align="center" fullwidth="false" width="2400" height="1400" data-path="images/api-collections/d1cd375d-dbd3-4c1c-a8b3-f623428a8fec.png" />

## Collection Variables

Collections include a **collection variables** feature that allows you to define and manage reusable values specific to the collection. Collection Variables are defined as key-value pairs that work as the base set of variables for collections. They can be used in API definitions with double curly braces `{{collection_variable}}`

Learn more about this feature on the [Variables](/general/api-client/environments-and-variables) page.
