Postman APIs API
The Postman APIs API enables you to manage your API definitions in Postman's API Builder. You can create APIs, manage versions, add schemas (OpenAPI, GraphQL, etc.), and link collections, environments, mock servers, monitors, and documentation to your API definitions. ## Authentication All requests require an API key passed in the `x-api-key` header. ## Rate Limits Standard Postman API rate limits apply.
What You Can Do
MCP Tools
getallapis
Postman Get all APIs
createapi
Postman Create an API
getapi
Postman Get an API
updateapi
Postman Update an API
deleteapi
Postman Delete an API
getapiversions
Postman Get all API versions
createapiversion
Postman Create an API version
getapiversion
Postman Get an API version
updateapiversion
Postman Update an API version
deleteapiversion
Postman Delete an API version
getapischemas
Postman Get all API schemas
createapischema
Postman Create an API schema
getapischema
Postman Get an API schema
getapischemafiles
Postman Get API schema files
getapicomments
Postman Get API comments
createapicomment
Postman Create an API comment