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
      • Debug with Insights
      • Customize Insights
      • Uninstall Insights Agent
      • FAQ
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
  • Redact your own data for Repro Mode
  • Show or hide your filtered endpoints
  • Edit path parameters
  • Add endpoints to a collection
Postman Insights

Customize your Postman Insights

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

Debug with Insights

Next

Diagnose and troubleshoot Insights errors

Built with

The Postman Insights Agent observes your API traffic to automatically populate your endpoints inside your Insights project. You can customize your project to pinpoint, monitor, and troubleshoot the endpoints you’re most interested in.

You can redact your data before you rerun requests to your endpoints. You can show or hide the endpoints filtered out by the Insights Agent. If the Postman Insights AI didn’t get your endpoints right, you can also give path hints to improve the inference. To monitor a set of endpoints of your choosing, you can select and save them to a Postman Collection.

Redact your own data for Repro Mode

When rerunning requests in Repro Mode, Postman Insights automatically redacts a set of sensitive values, including authentication tokens. See the full list. You can redact your own fields before you turn on Repro Mode or for the data you receive going forward.

To redact your own data, do the following:

  1. In the Settings tab, under Fields to redact, use either of the following options:

    • Match a field name, and redact anything that’s present in such a field.
    • Match the data using a regular expression, and redact anything that matches that regular expression.

    To redact more than one value, enter each expression on a separate line.

  2. Click Save to apply your options.

You can redact data at any time for both new and existing Insights projects. Edits don’t apply retroactively to the stored data. However, the displayed payloads take the new settings into account immediately, if they’re more restrictive.

When matching data is found, it will be replaced with the string *REDACTED*.

Show or hide your filtered endpoints

Insights observes all API traffic, including API calls you may not be interested in.

By default, Insights filters the following endpoints:

  • IP-host addresses — These are API calls that have an IP host where the postman.com part is usually found.

  • Health checks — These are API calls to /healthz and similar endpoints used for pinging the health of a service.

For example, you may want to view these endpoints in the following cases:

  • The Insights service is getting your traffic, but all API calls are filtered out.
  • You’re getting errors on IP host or health check endpoints.

To show IP host and health endpoints, go to the Settings tab, and toggle on IP hosts & health checks.

When this option isn’t turned on, Postman displays the number of hidden endpoints in the Errors, Endpoints, and Alerts tabs.

Hidden endpoints

Edit path parameters

As Postman Insights watches your API traffic, it’s automatically finding the dynamic parts of API paths and replacing them with path argument variables. However, the Insights AI doesn’t always get things right, and you may have to give some hints.

To edit a path parameter, do the following:

  1. In your Insights Project, select the Endpoints tab.

  2. Click Edit icon Edit path parameters next to the endpoint you want to edit.

  3. From the dropdown list, select the component to edit.

    Select component
  4. Give the component a name, which automatically displays as a variable in the endpoint.

  5. Specify the parameter values. You can select the types of characters the parameter can include or, for better precision, specify a string by entering regular expressions. Make sure to press Return or Enter after each expression. Values that will and won’t be included appear at the bottom.

    Edit parameter
  6. Click Next to review any exceptions you want to use to avoid merging specific values into the parameter, for example, if you want to watch a specific endpoint separately.

  7. Click Confirm to apply the change. The timeline is recomputed, and the API model applies the new rule to future traffic.

    Confirm edit

Add endpoints to a collection

Adding your endpoints to a collection enables you to keep track of a specific set of endpoints. Before you decide to save endpoints to a collection, take a look at the endpoint details to help you make a selection. To learn more, see Explore your endpoints.

To curate your endpoints, do the following:

  1. In your Insights Project, select the Endpoints tab.

  2. Find endpoints that you would like to monitor and add them to a curated collection. For example, select all endpoints by a specific host and click Save to Collection.

    Insights curation
  3. Add the selected endpoints to an existing curated collection or create a new collection. Click Add.

    Save endpoints to a collection
  4. Access your curated collection and check the Endpoints tab.

    Endpoints in an Insights collection

To explore and debug your endpoints, see Debug with Insights.