For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
      • Schemas
        • Overview
        • Create collections
        • Add requests to collections
        • Manage and organize collections
        • Collaborate with collections
        • View collection activity and elements
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Create a new collection
  • Create a collection from a template
  • Create a multi-protocol collection
  • Configure a collection
Postman CollectionsCreate and manage collections

Create collections of API requests in Postman

||View as Markdown|
Was this page helpful?
Previous

Create and manage request collections in Postman

Next

Add API requests to Postman Collections

Built with

Create a Postman Collection to save and share your favorite requests, to group requests you use for testing an API, or to document your API. You can create a new collection from scratch, or jump-start your collection with a template.

Once created, you can customize your collection by adding a name and description. You can also specify authorization details and add scripts and variables.

Create a new collection

To create a collection, you must be signed in to your Postman account.

You can create a new collection in the following ways:

  • In the sidebar, click Add icon and select Collection.
  • In a new workspace, expand Collections in the sidebar and click Add icon Create.

Once you’ve created a new collection, you can add API requests to it. You can also name and configure your collection.

Create new collection

Create a collection from a template

Not sure how to get started with your collection? Instead of creating a collection from scratch, you can use a Postman template with predefined content. Postman has templates designed for integration testing, API documentation, flows, agents, and more. You can browse templates by role or use case, or search for a template that fits your needs. For more, see Postman’s collection templates.

Create a multi-protocol collection

If your API surface spans multiple protocols, you can organize requests that use different protocols into a single collection.

To add a request to a multi-protocol collection, do the following:

  1. In the sidebar, click Add icon.
  2. Choose the protocol you want to create a request with.
  3. Save the request to a new collection or add it to an existing collection with requests from one or multiple different protocols.

You can’t change the request protocol after you save it. If you need a different protocol, create a new request.

Configure a collection

To customize and configure your new collection, do any of the following:

  • Click the collection name in the workbench to rename your collection. You can also select a collection in the sidebar and press the Enter or Return key to rename it.
  • You can add a description for your collection in the Overview tab. The description also appears in the collection’s documentation.
  • Click Authorization to configure authorization details for all requests in the collection.
  • Select Scripts > Pre-request to add a pre-request script for your collection. The script will run before each request in the collection is sent.
  • Select Scripts > Post-response to add a post-response script for your collection. The script will run after each request in the collection is sent.
  • Click Variables to define collection variables. Collection variables are reusable values you can use across all requests and documentation in a collection.

Turn on autosave to automatically save your changes to requests. Learn more about autosave.

Edit collection details