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
      • Sync collections and specifications reference
      • Migrate from API Builder to Spec Hub
      • Develop APIs with the API Builder
      • Simulate real-world conditions
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
  • Supported API Builder definitions
  • Migrate from API Builder to Spec Hub
  • Migrate from Git-linked API Builder to Spec Hub
Design and build APIs

Migrate your API specifications from the API Builder to Spec Hub

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

Sync collections and specifications reference

Next

Develop APIs with the API Builder in Postman

Built with

The API Builder is deprecated and no longer supported.

You can migrate your existing API Builder objects to Postman’s Spec Hub and collections. Spec Hub supports API-first development with features like reusable components, live documentation preview, and structured outline navigation. It also offers native autocompletion and syntax checking to help reduce errors as you work.

Spec Hub can generate collections from your specifications (and specifications from collections), enabling you to create mock servers and monitor your API. As you update your API, you can manually keep them in sync. You can also import a specification from your computer or a repository to continue building it out in Spec Hub.

Spec Hub supports OpenAPI, AsyncAPI, protobuf, and GraphQL specifications.

Spec Hub only migrates the latest cloud state of your API Builder API, and published API versions aren’t migrated. For help, contact Postman support.

Supported API Builder definitions

You can migrate OpenAPI, AsyncAPI, protobuf, and GraphQL specifications from the API Builder to Spec Hub.

Migration doesn’t support OpenAPI 1.0, RAML, or WASDL formats.

Your API Builder API will continue to exist in Postman version 12 and later, but you can’t access. To access it, you must use the Postman v11 app.

Migrate from API Builder to Spec Hub

To migrate your API Builder definitions and collections to Spec Hub, do the following:

  1. In the sidebar, click Items icon Items and expand APIs, then select the definition that you want to migrate.

  2. Click Options icon View more actions > Migrate to Spec Hub. Or click Migrate to Spec Hub in the upgrade notice located in the workbench. The Select Workspace to Move API window will appear.

  3. In the Select Workspace to Move API window, choose whether to create a new workspace or migrate your definition into an existing workspace:

    • In the Create a new Workspace text box, enter a name for the new workspace.
    • Click select an existing workspace to select an existing workspace. Then, select a workspace from the dropdown list.
  4. Click Migrate to Spec Hub to finish.

After the migration completes, you’ll receive an in-app notification. Click Check Workspace or Go to Workspace to navigate to your migrated Spec Hub specification.

If the migrated API was associated with a collection in the API Builder, the collection is also migrated to the same workspace.

Migrate from Git-linked API Builder to Spec Hub

Git-linked API Builder definitions are definitions connected to a remote repository. They use Git-based version control for developing and managing changes to your definition. The remote repository can be hosted in the cloud or on-premises.

To migrate a Git-linked API from API Builder to Spec Hub, do the following:

  1. In the sidebar, click Items icon Items and expand APIs, then select the Git-linked API that you want to migrate.

  2. Click Options icon View more actions > Migrate to Spec Hub. Or click Migrate to Spec Hub in the upgrade notice located in the workbench. The Select Workspace to Move API window will appear.

  3. In the Select Workspace to Move API window, enter the new workspace’s name in the Create a new Workspace text box.

    Only one Git-linked API can be linked to a workspace.

  4. (Optional) In the Directory path text box, enter the directory path with the API specification and collection in the repository. This is recommended for repositories with multiple APIs connected to the same repository.

  5. Click Migrate to Spec Hub. This clones the Git repository locally so that you can access the specification and its related resources in the created workspace.

  6. After the migration completes, you’ll receive an in-app notification. Click Check Workspace or Go to Workspace to navigate to your migrated Spec Hub specification.

  7. Click Files in the bottom of the sidebar. You can then choose to:

    • Click Clone repo to clone the repository.
    • Click Open local folder to access your local files.

API Builder definitions aren’t automatically deleted after migration. Always verify all of your changes before you delete your definitions.

If the migrated API was associated with a collection in the API Builder, the collection is also migrated to the same workspace.