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
        • Overview
        • Install and sign in
        • Send requests
        • Add and manage certificates
        • Create and manage collections
        • Create and manage environments
        • Share your work and manage access
        • Document APIs
        • Manage Postman with AI agents
        • Feedback
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
  • Write documentation
  • View documentation
ReferencePostman VS Code extension

Document your APIs from the Postman VS Code extension

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

Share your work from the Postman VS Code extension

Next

Test APIs using the Postman VS Code extension

Built with

When you create a collection, Postman automatically generates basic documentation that includes details about requests and sample code in various client languages. Using the built-in editor, you can add a description, include links, and add images and videos. By including documentation in your collections, it provides more context and detail, making it more useful to users.

Write documentation

Teammates with the Editor role can add descriptions to collections, folders, and requests. You can write your descriptions using the visual editor or you can enter Markdown syntax.

To add a description to a collection or folder, do the following:

  1. Click Collection icon Collections, then select a collection or folder.
  2. Enter a description in the Overview tab.
  3. Click outside the editor to save your description.

To add a description to a request, do the following:

  1. Click Collection icon Collections, then select a request.
  2. Click Docs icon View Documentation in the upper right.
  3. Enter a description.
  4. Click outside the editor to save your description.

To learn more about writing documentation, see Write documentation in Postman.

View documentation

You can view a collection’s complete documentation that includes each request’s description. Documentation also includes details such as the request’s method and URL, authorization, and any headers or parameters. For each request, you can view sample code in various client languages, and example response bodies and headers.

To view the complete documentation for a collection, do the following:

  1. Click Collection icon Collections, then select a collection.
  2. In the Overview tab, click View complete documentation. The Postman VS Code extension opens the complete documentation in a new tab.

You can also customize the language used in the collection’s sample code. In the complete documentation view, click the Language tab, then select a language from the list. The documentation updates each request with the selected language.