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
      • Onboarding checklist
      • Roles and permissions
      • System service accounts
      • Free and Solo experience
      • Team migration
        • Overview
        • Enterprise plans
        • Enterprise onboarding
        • Enterprise deployment
        • Account discovery and control
        • Organizations
        • Migrate to organizations
        • Postman EU Data Residency
          • Overview
            • Overview
            • OpenAPI 3 rules
            • OpenAPI 2 rules
      • Admin FAQs
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
  • Check rule violations in Spec Hub
  • Track governance rule violations in CI/CD
  • Next steps
Administer PostmanPostman EnterpriseAPI GovernanceAPI rules

Track governance violations in the API specification

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

API Governance in Postman

Next

OpenAPI 3 security and formatting warnings

Built with

Postman supports API governance rules for API specifications in OpenAPI 3.1, OpenAPI 3.0, and OpenAPI 2.0 formats in Spec Hub.

Rule customization. Enterprise teams can also customize the rules that Postman applies to API specifications. For more information, see Configure API governance rules.

Check rule violations in Spec Hub

To check the governance rule violations in an API specification in Spec Hub, do the following:

  1. Expand Specs in the sidebar and select an API specification you want to review.
  2. Below the specification editor, click the Issues tab to view a list of governance rule violations.

To learn more, see View rule violations in your specification.

Track governance rule violations in CI/CD

This feature is available with Postman Enterprise plans.

You can configure your CI/CD pipeline to enforce the API Governance rules configured for your team every time the pipeline runs. To do this, generate a Postman CLI configuration. Then add the generated configuration to the CI/CD pipeline you’re using.

To generate a Postman CLI configuration, do the following:

  1. In the collection runner’s Functional tab, click Run icon Run.
  2. In the Functional section of the collection runner configuration, select Automate runs via CLI.
  3. Under Run on CI/CD, click Configure command to open the Generate Postman CLI Configuration tab.
  4. From the dropdown menus, select your desired options.
  5. If you haven’t already saved a Postman API key as a secret environment variable, click Generate API Key and save the key.
  6. Click Copy Postman CLI Command. This generates and copies the command you’ll need in the next step.
  7. Paste the generated command into your CI/CD build configuration file.
  8. When your CI/CD pipeline runs, it will run the command and check for governance rule violations.

Next steps

For the list of all the rule violations that Postman might show at the API specification phase of development, see OpenAPI 3 rules and OpenAPI 2 rules.