---
title: "Plans & Pricing | Postman API Platform"
description: "Compare Postman pricing plans for individuals, teams, and enterprises. Build, test, and automate APIs with built-in AI, collaboration, and advanced governance tools."
url: https://www.postman.com/pricing/
---

# Plans & Pricing | Postman API Platform

> Compare Postman pricing plans for individuals, teams, and enterprises. Build, test, and automate APIs with built-in AI, collaboration, and advanced governance tools.

## Pricing built for how you work

Clear plans for individuals, teams, and enterprises

[Learn more about Postman's plans and pricing](/pricing/)

- [Learn more about Postman's plans and pricing](/pricing/)

### Free

For individuals building and testing APIs

- 50 AI credits
- **API client & core tools** — Design, send, debug, and test APIs across HTTP, GraphQL, gRPC, WebSocket, and MQTT with collections, environments, and scripts.
- **Specs & mock servers** — Create and version API specifications, and run mock servers locally or in the cloud to simulate API behavior during development.
- **Native Git** — Version collections, specs, and tests directly in your local Git repository so API changes follow the same review and branching workflows as code.
- Collection Runner & Performance Testing runs
- **Manual Flows** — Build and run flows on demand, triggered by user actions. Ideal for interactive workflows, hands-on tasks, and testing API behavior manually.

[Get Started](https://identity.getpostman.com/signup)

### Solo

For individuals who want to move faster with AI and automation

**Billed annually:** $9 per month (billed annually) — [Get Started](https://www.postman.com/buy?plan=solo&interval=annually)
**Billed monthly:** $12 per month (billed monthly) — [Get Started](https://www.postman.com/buy?plan=solo&interval=monthly)

- 400 AI credits / month
- **Data-driven testing with exports** — Run data-driven tests using external CSV or JSON files, and export collection run results for analysis or reuse.
- **Unlimited private NPM packages & library** — Create and reuse private packages and libraries across your APIs without publishing them publicly.
- Custom-branded documentation
- Unlimited custom domains
- **Expanded API monitoring** — Automatically run scheduled API tests to monitor availability, correctness, and performance. Usage is metered per team per month.

[Get Started](https://www.postman.com/buy?plan=solo&interval=annually)

### Team

For teams building and shipping APIs together

**Billed annually:** $19 per user/month (billed annually) — [Get Started](https://www.postman.com/buy?plan=team&interval=annually)
**Billed monthly:** $23 per user/month (billed monthly) — [Get Started](https://www.postman.com/buy?plan=team&interval=monthly)

- 400 AI credits / user / month
- Team collaboration
- Unlimited workspace & collection viewers
- Basic role-based access control (RBAC)
- **SDK generation** — Generate client SDKs from your APIs based on your API definitions.
- **Simple Security (add-on)** — Add single sign-on to your Team plan to manage access through your identity provider.

[Get Started](https://www.postman.com/buy?plan=team&interval=annually)

### Enterprise

For organizations building, managing, and distributing APIs at scale

**Billed annually:** $49 per user/month (billed annually) — [Get Started](https://www.postman.com/buy?plan=enterprise&interval=annually)
**Billed monthly:** $59 per user/month (billed monthly) — [Get Started](https://www.postman.com/buy?plan=enterprise&interval=monthly)

- 800 AI credits / user / month (pooled)
- **API Catalog** — Centralize and track your organization's APIs with searchable metadata, ownership, and health signals.
- Unlimited private and Partner workspaces
- **Private API Network** — Share and discover private APIs securely with internal teams or trusted partners, with organization-level ownership and governance.
- **Advanced RBAC & organization controls** — Granular role-based permissions and organization-level access controls, including governance settings, audit logs, and reporting.
- **Governance, audit logs & reporting** — Visibility into workspace activity, access changes, and API usage, with audit trails and reporting to support organizational oversight.
- **Private test & Flows runners** — Run tests and Flows in private, dedicated environments for greater control, reliability, and security.
- **Insights** — Analyze API traffic to understand usage patterns, performance trends, and operational issues across your APIs.
- **Advanced Security Administration (add-on)** — Manage organization-wide security with centralized secret scanning, policies, alerts, and external vault integrations. Available as an add-on below.

[Get Started](https://www.postman.com/buy?plan=enterprise&interval=annually)

---

## Comparison Table

| Billing | Solo | Team | Enterprise |
| --- | --- | --- | --- |
| Billed annually | $9 per month (billed annually) | $19 per user/month (billed annually) | $49 per user/month (billed annually) |
| Billed monthly | $12 per month (billed monthly) | $23 per user/month (billed monthly) | $59 per user/month (billed monthly) |

### Postman AI

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Postman AI credits _(AI-powered assistance, via Agent Mode, to generate tests, review collections, debug failures, and improve API documentation directly in Postman.)_ | 50 / month | 400 / month | 400 / user / month | 800 / user / month (pooled) |
| Postman AI overages (Pay-as-you-go) _(Continue using AI features beyond your included monthly credits with pay-as-you-go pricing (if enabled by your Billing Admin).)_ | — | $0.05 / credit | $0.04 / credit | $0.035 / credit (volume pricing available) |

### Development

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Multi-protocol API client _(Run API workflows across multiple protocols in a single execution, making it easy to automate and repeat real-world API interactions beyond HTTP.)_ | ✓ | ✓ | ✓ | ✓ |
| MCP Client (Model Context Protocol) _(Connect to and test MCP servers. Send requests, inspect responses, and evaluate server behaviour directly in Postman.)_ | ✓ | ✓ | ✓ | ✓ |
| Collections and environments _(Group related requests together and manage variables like URLs, auth tokens, and headers across different environments (local, staging, production) so you can test and reuse APIs without duplication.)_ | ✓ | ✓ | ✓ | ✓ |
| Reusable requests _(Save API requests in collections and reuse them across tests, workflows, and environments instead of recreating them each time. Enterprise includes override support.)_ | ✓ | ✓ | ✓ | ✓ |
| Collection generation & sync _(Automatically generate collections from your API specifications and update them as the spec evolves.)_ | ✓ | ✓ | ✓ | ✓ |
| Specs _(Create and edit API specs with outline-based editing, live preview, and built-in validation to keep them accurate and implementation-ready.)_ | ✓ | ✓ | ✓ | ✓ |
| API versioning _(Create and manage versions of your APIs over time.)_ | ✓ | ✓ | ✓ | ✓ |
| Native Git _(Version collections, specs, and tests directly in your local Git repository so API changes follow the same review and branching workflows as code.)_ | ✓ | ✓ | ✓ | ✓ |
| Test data storage _(Store and reuse dynamic data generated during test scripts, making it easier to chain requests, validate responses, and build more reliable API workflows)_ | ✓ | ✓ | ✓ | ✓ |
| IDE extension (VS Code) _(Use the Postman VS Code extension to send requests, run tests, and work with collections directly inside your editor.)_ | ✓ | ✓ | ✓ | ✓ |
| Unlimited cloud & local mock servers _(Run mock servers locally or in the cloud to simulate API responses while building and testing.)_ | ✓ | ✓ | ✓ | ✓ |
| Unlimited manual Flows _(Run Flows on demand with full control over each step. Flows can be created or modified using Agent Mode, or edited locally and in the Postman interface.)_ | ✓ | ✓ | ✓ | ✓ |
| Postman CLI _(Run collections, tests, and mocks from the command line or integrate them into CI/CD pipelines.)_ | ✓ | ✓ | ✓ | ✓ |
| Commenting & annotations _(Add comments and annotations to collections, APIs, and requests to provide feedback and context.)_ | ✓ | ✓ | ✓ | ✓ |
| Public NPM packages _(Publish reusable NPM packages publicly for use across APIs and workflows.)_ | ✓ | ✓ | ✓ | ✓ |
| Private NPM packages _(Create and use private NPM packages within your workspace or organization without publishing them publicly.)_ | — | ✓ | ✓ | ✓ |

### Testing

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Automated API testing (Unlimited, Collection Runner) _(Run automated collection tests repeatedly using the Collection Runner for regression and validation workflows.)_ | ✓ | ✓ | ✓ | ✓ |
| Multi-protocol Runner _(Run API workflows across multiple protocols in a single execution, making it easy to automate and repeat real-world API interactions beyond HTTP.)_ | — | ✓ | ✓ | ✓ |
| Data file support in Collection Runner _(Upload CSV or JSON files to run a collection multiple times with different input data for bulk and parameterized testing.)_ | — | ✓ | ✓ | ✓ |
| Performance testing (unlimited runs) _(Run API performance tests with configurable virtual users and load profiles to measure response times and reliability.)_ | ✓ | ✓ | ✓ | ✓ |
| Test result exports _(Run data-driven tests using external CSV or JSON files, and export collection run results for analysis or reuse.)_ | — | ✓ | ✓ | ✓ |
| Automation Flows _(Build automated workflows triggered by schedules or webhooks for recurring tasks and integrations.)_ | 25 credits / month | 50 credits / month | 100 credits / team / month | 500 credits / team / month |

### Production

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| API monitoring (per team, per month) _(Automatically run scheduled API tests to monitor availability, correctness, and response times. Usage is metered per team per month. Additional requests can be purchased on paid plans)_ | 1,000 requests | 10,000 requests | 10,000 requests | 10,000 requests |
| Insights (production visibility) _(Analyze API traffic to understand usage patterns, performance trends, and operational issues across your APIs.)_ | — | — | — | ✓ |
| API Catalog (system of record) _(Centralize and track your organization's APIs with searchable metadata, ownership, and health signals.)_ | — | — | — | ✓ |
| Private runners (tests & Flows) _(Run tests, Flows, and monitors inside your own network using private runners, with centralized control and visibility.)_ | — | — | — | ✓ |

### Distribution

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Public workspaces _(Set a workspace to public so its contents (APIs, collections) can be viewed without restrictions. Works independently of API Network publication.)_ | ✓ | ✓ | ✓ | ✓ |
| Public API Network _(Explore the largest network of APIs, public workspaces, collections, and Flows by developers.)_ | ✓ | ✓ | ✓ | ✓ |
| API documentation (public & private) _(Publish API documentation with live examples privately within your organization or publicly to external users.)_ | Postman branded | Custom branded | Custom branded | Custom branded |
| Custom domains (unlimited) _(You can create custom domains for your API documentation. Each custom domain can be a full domain or a subdomain (e.g: example.com or api.example.com).)_ | — | ✓ | ✓ | ✓ |
| Postman Shared Vault _(Create shared vaults within a workspace to securely store and reuse secrets across team members without embedding them in collections.)_ | coming soon | coming soon | coming soon | coming soon |
| Shared package library _(Create and reuse shared packages across your APIs and workflows.)_ | — | ✓ | ✓ | ✓ |
| SDK generation _(Generate client SDKs from your APIs based on your API definitions.)_ | — | — | ✓ | ✓ |
| Workspace & collection viewers _(Grant view-only access to workspaces or collections without edit permissions.)_ | — | — | Unlimited | Unlimited |
| Private API Network _(Share and discover private APIs securely with internal teams or trusted partners, with organization-level ownership and governance.)_ | — | — | — | ✓ |

### API Management

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Total users included _(The total number of users included in the plan.)_ | 1 user | 1 user | Unlimited | Unlimited |
| Integrations _(Connect Postman with tools like Slack, Jira, Microsoft Teams, and Fern.)_ | Up to 5 | Up to 10 | Up to 50 | Up to 100 |
| Calls to Postman API (monthly) _(Make programmatic calls to the Postman API to manage workspaces, collections, and other assets. Usage is metered monthly.)_ | 10,000 | 100,000 | 1 million | 10 million |
| Collection recovery _(Restore recently deleted collections within a defined recovery window.)_ | 1 day | 30 days | 90 days | 90 days |
| Postman Local Vault _(Store and manage secrets locally on your machine or in your workspace, with protection and Git-friendly workflows.)_ | ✓ | ✓ | ✓ | ✓ |
| Secret Scanner - Local Secret Protection _(Detect secrets in collections and variables and prevent them from being shared or synced. Enterprise admin controls coming soon.)_ | coming soon | coming soon | coming soon | coming soon |
| Secret Scanner - Cloud Secret Detection _(Scans public workspaces for exposed secrets and flags potential issues. For internal and partner workspaces, Advanced Security Administration (ASA) add-on is required.)_ | ✓ | ✓ | ✓ | ✓ |
| Role-based access control (RBAC) _(Assign roles to control access to workspaces, collections, and organizational settings.)_ | — | — | Basic | Advanced |
| Simple Security - SSO / SAML _(Authenticate users via SSO/SAML through your identity provider for centralized access management.)_ | — | — | Simple Security add-on | ✓ |
| User provisioning (SCIM) _(Automatically provision and deprovision users through SCIM integration with your identity provider.)_ | — | — | — | ✓ |
| User groups _(With Postman user groups, you can organize your team members into functional groups that mimic your organizational structure.)_ | — | — | — | ✓ |
| Organizations _(Group multiple Postman teams under a single organization with centralized control over identity, access, and resources.)_ | — | — | — | ✓ |
| Internal workspaces _(Free and Solo support single-user internal workspaces. Team and Enterprise support multi-user collaboration.)_ | ✓ | ✓ | ✓ | ✓ |
| Private workspaces (invite only) _(Enterprise-only workspaces with restricted, invite-based access for specific members of your organization.)_ | — | — | — | ✓ |
| External workspaces (Partner & multi-Partner) _(Invite external partners or multiple partner organizations into a dedicated workspace with controlled access.)_ | — | — | — | ✓ |
| Workspace archival _(Archive inactive workspaces to preserve data and prevent further changes.)_ | — | — | — | ✓ |
| Audit logs & compliance reporting _(Track user activity and administrative changes with downloadable audit logs for compliance reporting.)_ | — | — | — | ✓ |
| Deployment control _(Control how the Postman Enterprise app is deployed and updated across your organization's devices.)_ | — | — | — | ✓ |
| API & package library governance | — | — | — | ✓ |
| AI input guardrails _(Enforce baseline input guardrails in Agent Mode to redact secrets and sensitive data before AI processing. Advanced and customizable guardrails are available with the Advanced Security add-on.)_ | — | — | — | ✓ |
| Data residency (EU-only) _(Store Postman cloud data in EU data centers to meet regional compliance requirements.)_ | — | — | — | ✓ |
| Domain Verification _(Verify your organization's domain to gain visibility into Postman accounts using your company email addresses, and unlock advanced account management features.)_ | — | — | — | ✓ |
| Domain Capture _(Automatically migrate unmanaged Postman accounts on your verified domain into your Enterprise organization for centralized control.)_ | — | — | — | Advanced Security add-on |
| Postman Vault integrations _(Store sensitive data in your local instance of Postman for secure reuse in collections, environments, and requests.)_ | — | — | — | Advanced Security add-on |
| Advanced secret security controls _(Admin-enforced policies for secret storage, scanning, and handling across teams and workspaces, including the ability to keep secrets out of LLMs, with centralized visibility and reporting via Advanced Security Administration (ASA). View add-on details)_ | — | — | — | Advanced Security add-on |
| Account Discovery _(Detects Postman usage within a company's network regardless of email address used to authenticate.)_ | — | — | — | Advanced Security add-on |
| Account Control _(Restricts users on your company network to only approved domains or teams - preventing access from non-corporate email providers (e.g. gmail.com) or directing users onto a specific managed team, including in conjunction with Domain Capture.)_ | — | — | — | Advanced Security add-on |

### Team-level roles

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Admin, billing, developer _(Manages team members and team settings. Can also view monitor metadata and run, pause, and resume monitors.)_ | ✓ | ✓ | ✓ | ✓ |
| Community Manager _(Manages the public visibility of workspaces and team profile.)_ | — | — | ✓ | ✓ |
| Partner (External) _(All partners are automatically granted the Partner role at the team level. Partners can only access the Partner Workspaces they've been invited to.)_ | — | — | — | ✓ |
| Partner Manager _(Manages all Partner Workspaces within an organization. Controls Partner Workspace settings and visibility, and can send invites to partners.)_ | — | — | — | ✓ |
| API Governance Manager _(Manages API governance within a team, including governance rules, functions, and workspace groups.)_ | — | — | — | ✓ |
| API Network Manager _(Manages a team's Private API Network.)_ | — | — | — | ✓ |
| Super Admin Role _(Manages everything within a team, including team settings, members, roles, and resources.)_ | — | — | — | ✓ |

### Workspace-level roles

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Workspace Admin _(Can manage workspace resources and settings.)_ | ✓ | ✓ | ✓ | ✓ |
| Workspace Editor / Viewer _(Can create and edit workspace resources.)_ | — | — | ✓ | ✓ |
| Partner Viewer _(Can view, fork, and export partner workspace resources.)_ | — | — | — | ✓ |

### Element-level roles

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Guest Access (collection viewer) _(Allow users to view and send requests in shared collections with view-only permissions via the Guest role.)_ | — | — | ✓ | ✓ |
| Collection Editor _(Grant users permission to edit, manage, and publish shared collections, including role management and forks.)_ | ✓ | ✓ | ✓ | ✓ |
| API Admin, Editor, Viewer _(Can publish, move, and delete APIs.)_ | — | — | — | ✓ |
| Environment Editor _(Can edit and manage environments.)_ | ✓ | ✓ | ✓ | ✓ |
| Environment Viewer _(Can view and use environments.)_ | — | — | ✓ | ✓ |
| Mock server Editor _(Can edit and manage mock servers.)_ | ✓ | ✓ | ✓ | ✓ |
| Mock server Viewer _(Can view mock servers and associated metadata.)_ | — | — | ✓ | ✓ |
| Monitor Editor _(Can view monitor metadata, metrics, jobs, and runs. Can run, update, delete, pause, and resume the monitor.)_ | ✓ | ✓ | ✓ | ✓ |
| Monitor Viewer _(Can view monitor metadata, metrics, jobs, and runs.)_ | — | — | ✓ | ✓ |
| API Network Folder Manager _(Manages specific folders and the elements in them in a team's Private API Network. Team members with this role can perform all actions that API Network Manager role can perform but only in folders they have permission to manage.)_ | — | — | — | ✓ |

### Support and Legal

| Feature | Free | Solo | Team | Enterprise |
| --- | --- | --- | --- | --- |
| Support | Community &amp; Email | Community &amp; Email | Community &amp; Email | 24x5 support (24h SLA) |
| Premium Support _(Get priority access to Postman support with faster response times and dedicated assistance. Add-on below.)_ | — | — | — | Premium Support add-on |
| Custom terms of service _(Master Service Agreement (MSA) & Security review.)_ | — | — | — | ✓ |

---

## Extend Postman with add-ons

---

Add advanced security and support capabilities as your team scales.

---

### Simple Security

Simplify authentication with SSO integration for your team.

*TEAM PLAN ADD-ON*

#### Simple Security

Add single sign-on (SSO) to your Team plan to centralize authentication for your Postman team. Authenticate users through your identity provider and automatically provision access when they sign in.

What's included:

- SSO with Google Workspace, Microsoft Entra ID (Azure AD), Okta, OneLogin, Ping, Duo, AD FS, or custom SAML
- Enforced SSO login or optional multiple sign-in methods
- Just-in-Time (JIT) provisioning (always enabled)

[$6 per user/month](https://www.postman.com/buy?quantity=5&plan=team&interval=annual&tab=0&simple_security=1)

> Organization-level add-on. Must be enabled for all licensed users. Included with Enterprise plans. Not available on Free or Solo. SCIM provisioning not included.

---

### Advanced Security Administration

Strengthen data protection with compliance-ready security controls.

*ENTERPRISE PLAN ONLY*

#### Advanced Security Administration

Add organization-wide security and governance controls to protect your corporate IP across private and internal Postman elements.

What's included:

- Enable domain capture to automatically route corporate email logins into your managed Enterprise organization.
- Detect Postman usage across your company network regardless of the email address used to authenticate (Account Discovery).
- Apply policies to report or block unmanaged users and enforce company-managed Postman experiences (Account Control).
- Detect exposed secrets across internal, private, and partner workspaces with Cloud Secret Detection, including an analytics dashboard and alerts.
- Securely reuse sensitive data with Azure Key Vault, HashiCorp Vault, AWS Secrets Manager, and 1Password.
- Configure and apply custom patterns across all secret scanning capabilities, including local secret protection, cloud secret detection, and Agent Mode guardrails.
- Bring Your Own Key (BYOK) encryption to protect sensitive data in compliance with industry standards.

[$29 per user/month](/company/contact-sales/?ref=advanced_security_administration)

> Organization-level add-on. Must be purchased for all licensed users. Enterprise plan only.

---

### Premium Support

Enterprise-grade support for mission-critical API infrastructure.

*ENTERPRISE PLAN ONLY*

#### Premium Support

Premium Support delivers contractual SLAs, 24/7 global coverage, and priority channels designed for enterprise scale.

Designed for: Regulated industries, global enterprises, and platform teams running customer-facing or revenue-generating APIs.

What's included:

- Contractual SLAs – 1-hour response for critical issues, 4-hour for major degradation.
- 24/7 global coverage across Americas, EMEA, and APAC.
- Priority queue and premium channels (phone, screen sharing, chat).
- Quarterly business reviews and post-incident analysis.

[Contact Sales](/company/contact-sales/?ref=premium-support-add-on)

> Organization-level add-on. Must be purchased for all licensed users. Enterprise plan only.

---

## Usage-Based Services

---

Extend your API development and testing with pay-as-you-go capabilities on paid plans only. Usage-based pricing lets you start small and scale intentionally.

---

### AI Credits

#### AI Credits

Each paid plan includes a monthly allotment of AI credits to power AI-driven actions across Postman including generating requests, writing tests, updating documentation, and executing workflow steps.

If you exceed your included credits, you can continue using Postman AI with pay-as-you-go pricing when enabled by your Billing Admin. Enterprise customers can contact Sales to discuss volume pricing options.

AI credits can be used to:

- Generate and update collections, tests, and Flows using Agent Mode
- Analyze responses and troubleshoot API behavior
- Automate documentation and workflow steps across your API lifecycle

[Contact Sales](/company/contact-sales?ref=ai-credits-add-on)

[Learn more](https://learning.postman.com/docs/billing/agent-mode-usage/)

---

### Monitoring

#### Monitoring

Automatically run API tests at scheduled intervals to validate availability, correctness, and performance.

- Monitor individual endpoints or entire APIs
- Track HTTP response codes and failures
- Measure latency over time
- Get alerted when tests fail

[Contact Sales](/company/contact-sales?ref=monitoring-usage)

[Learn more](https://learning.postman.com/docs/monitoring-your-api/monitor-usage/)

---

### Insights

#### Insights

Analyze API traffic to understand usage patterns, performance trends, and operational issues across your APIs.

- Track request volume and trends over time
- Identify slow or error-prone endpoints
- Understand consumer behavior and API usage patterns
- Support data-driven decisions for API reliability and scale

[Contact Sales](/company/contact-sales?ref=insights-for-enterprise-plan)

[Learn more](https://learning.postman.com/docs/insights/overview/)

---

### Flows Credits

#### Flows Credits

Each plan includes a monthly allotment of Flows credits. If you exceed your included credits, usage can continue with pay-as-you-go pricing when enabled by your Billing Admin. Enterprise customers can contact sales to discuss volume pricing.

- Track request volume and trends over time
- Flows credits power API orchestration and automation steps within Postman Flows.
- Use Flows to design and run API-driven workflows across systems using a visual builder. Credits are consumed as flows execute and perform usage-based operations.

[Contact Sales](/company/contact-sales?ref=flows-credit-add-on)

[Learn more](https://learning.postman.com/docs/billing/flows-usage/)

---

## Frequently asked questions

### How is Postman priced?

Postman is priced per user, per month, with discounts for annual billing. Plans are designed around how you work:- **Free** and **Solo** are single-player plans.
- **Team** is for collaboration
- **Enterprise** is for organization-wide scale, governance, and control
Some capabilities are usage-based, and a small number of security features are available as add-ons.

### What's the difference between Free and Solo?

Free supports core solo API development and testing for individual developers.

Solo builds on that foundation with higher limits, expanded AI usage, and automation for developers who want to move faster on their own.

**In short:**
Free is for basic solo API work
Solo is for power users who need speed and automation

### When should I upgrade to a Team or Enterprise plan?

You should consider a Team plan when API work becomes shared:

- Multiple people need to edit or review APIs
- You want shared workspaces and viewers
- APIs are being shipped and consumed by other teams or services

You should consider an Enterprise plan when collaboration needs to scale with control:
- You need centralized visibility across teams and APIs
- You want admin-level security, access, and policy controls
- APIs are part of critical or regulated production workflows

In short, Team unlocks collaboration, while Enterprise adds organization-wide control, security, and governance.

### What happens to the Basic and Professional plans?

Basic and Professional plans are no longer available for new customers.

Existing Basic customers will move to the Team plan over time, which is designed for collaborative API work. Certain custom plans will continue to be available for eligible customers for a limited period, including their current pricing and features.

Professional customers will continue to be supported on their current plan and pricing, and are not required to change plans.

You can read more about these changes in [this blog](https://blog.postman.com/new-capabilities-march-2026).

### What does "automation" mean in the Solo plan?

Automation in Solo means reducing repetitive manual work for an individual developer.

This includes:

- Higher AI usage
- Data-driven test runs with exports
- Reusable workflows and packages
- Secure secret management for repeatable execution

### How does AI usage work across plans?

All plans include access to Postman AI, with usage limits that vary by plan.

- Free includes limited AI usage
- Solo and Team include higher per-user limits
- Enterprise includes pooled usage and additional controls
Additional AI usage is available on a pay-as-you-go basis for paid plans. Learn more about [Postman AI here.](/product/agent-mode/)

### What does "usage-based" pricing mean?

Some services scale with activity rather than team size.

These include:

- API monitoring
- Insights (Enterprise only)
- AI and Flows usage
Usage-based pricing, available on any paid plan, helps keep entry costs predictable while fairly supporting higher-scale use cases. You can see consumption costs above this FAQ section.

### What happens if I exceed my included usage?

We'll notify you as you approach usage limits.

Depending on the service:

- Additional usage may be billed on eligible paid plans where pay-as-you-go is enabled.
- Or the specific usage-based feature may pause until the next billing cycle.
You can find details for each service in the Usage-based services section above, or in our [documentation](https://learning.postman.com/docs/billing/resource-usage).

### Is Postman secure by default?

Yes. Postman includes baseline security features across all plans, including secret scanning and secure handling of sensitive data.

Enterprise plans add centralized visibility, advanced controls, and compliance-focused capabilities.

### Can I try Enterprise features before buying?

Yes. Teams can trial Enterprise features to evaluate advanced collaboration, security, and governance before upgrading.

### Will Postman V11 continue to be supported?

Yes. Postman V11 will continue to be supported, and customers can remain on their current version through their contract term.

Migration paths will be provided for customers who choose to move to V12.

### Can I change plans later?

Yes, you can upgrade or adjust your plan from the available options as your needs change.

Moving between plans is expected as work evolves from individual → team → organization.

---

## The world's APIs are built and shipped on Postman.

[Sign up for Free](https://identity.getpostman.com/signup)
