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
  • Why Insights if I already use New Relic and Sentry?
  • Will the Agent slow down my application?
  • How much memory does the agent use?
  • Are there risks of running the Agent to uptime for my production service?
  • What happens in Repro Mode to access tokens and other request values?
  • What happens to the data when Repro Mode is off?
  • How do I prevent everybody from viewing the Repro Mode payloads?
Postman Insights

Frequently asked questions about Postman Insights

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

completion command reference

Next

Explore and Publish to the Postman API Network

Built with

The following are some frequently asked questions you might have about Postman Insights.

Why Insights if I already use New Relic and Sentry?

Just like Sentry makes it easier to debug certain errors even if you have New Relic, we’re aiming to make it easier to debug API errors even if you have other tools installed.

Will the Agent slow down my application?

The short answer is no. The Insights Agent is not a proxy and doesn’t sit in the path of traffic. Instead, the agent passively watches traffic using the Berkeley Packet Filter (BFP). For more information, see Footprint of the Postman Insights Agent.

How much memory does the agent use?

The Postman Insights Agent takes up about 500 MB of memory. The actual amount of memory depends on the volume of API calls the agent is watching. If you have concerns, please email the Postman Insights team to help you decide if you should increase your memory limits. Coming soon: memory limits on the agent.

Are there risks of running the Agent to uptime for my production service?

For Kubernetes, to the best of our knowledge we’re completely isolated, so we shouldn’t affect your service’s performance or uptime.

For Elastic Beanstalk, the agent shares the same memory pool as the rest of the application, so there’s a chance of running out of memory.

  • Current mitigation: increasing memory.
  • Coming soon: memory limits on the agent.

What happens in Repro Mode to access tokens and other request values?

Insights scrubs a set of default fields. For more information, see Repro mode data redactions.

If there are additional values you’d like to scrub, you may specify additional fields, values, and regular expressions to redact in Settings.

What happens to the data when Repro Mode is off?

If Repro Mode is off, all payloads are obfuscated. For more information, see Repro mode data redactions.

How do I prevent everybody from viewing the Repro Mode payloads?

Create a dedicated workspace for your Insights project and make it visible only to the users who are allowed to view the payloads. To learn more about internal workspaces, see Create a workspace in Postman and Manage team resources in Postman.