APIs.io Engineering Platform Postman API — Schema

APIs.io Engineering Platform Postman API — Schema. 6 operations. Lead operation: APIs.io Engineering Platform Create a schema. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformSchema

What You Can Do

POST
Createapischema — APIs.io Engineering Platform Create a schema
/v1/apis/{apiid}/schemas
GET
Getapischema — APIs.io Engineering Platform Get a schema
/v1/apis/{apiid}/schemas/{schemaid}
GET
Getapischemafiles — APIs.io Engineering Platform Get schema files
/v1/apis/{apiid}/schemas/{schemaid}/files
GET
Getapischemafilecontents — APIs.io Engineering Platform Get schema file contents
/v1/apis/{apiid}/schemas/{schemaid}/files/{file-path}
PUT
Createupdateapischemafile — APIs.io Engineering Platform Create or update a schema file
/v1/apis/{apiid}/schemas/{schemaid}/files/{file-path}
DELETE
Deleteapischemafile — APIs.io Engineering Platform Delete a schema file
/v1/apis/{apiid}/schemas/{schemaid}/files/{file-path}

MCP Tools

apis-io-engineering-platform-create-schema

APIs.io Engineering Platform Create a schema

apis-io-engineering-platform-get-schema

APIs.io Engineering Platform Get a schema

read-only idempotent
apis-io-engineering-platform-get-schema-2

APIs.io Engineering Platform Get schema files

read-only idempotent
apis-io-engineering-platform-get-schema-3

APIs.io Engineering Platform Get schema file contents

read-only idempotent
apis-io-engineering-platform-create-update

APIs.io Engineering Platform Create or update a schema file

idempotent
apis-io-engineering-platform-delete-schema

APIs.io Engineering Platform Delete a schema file

idempotent

Capability Spec

postman-schema.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Schema
  description: 'APIs.io Engineering Platform Postman API — Schema. 6 operations. Lead operation: APIs.io Engineering Platform
    Create a schema. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Schema
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: postman-schema
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Schema business capability. Self-contained, no shared references.
    resources:
    - name: apis-apiId-schemas
      path: /apis/{apiId}/schemas
      operations:
      - name: createapischema
        method: POST
        description: APIs.io Engineering Platform Create a schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: apis-apiId-schemas-schemaId
      path: /apis/{apiId}/schemas/{schemaId}
      operations:
      - name: getapischema
        method: GET
        description: APIs.io Engineering Platform Get a schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: apis-apiId-schemas-schemaId-files
      path: /apis/{apiId}/schemas/{schemaId}/files
      operations:
      - name: getapischemafiles
        method: GET
        description: APIs.io Engineering Platform Get schema files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: apis-apiId-schemas-schemaId-files-file-path
      path: /apis/{apiId}/schemas/{schemaId}/files/{file-path}
      operations:
      - name: getapischemafilecontents
        method: GET
        description: APIs.io Engineering Platform Get schema file contents
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createupdateapischemafile
        method: PUT
        description: APIs.io Engineering Platform Create or update a schema file
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteapischemafile
        method: DELETE
        description: APIs.io Engineering Platform Delete a schema file
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-schema-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Schema. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/apis/{apiid}/schemas
      name: apis-apiid-schemas
      description: REST surface for apis-apiId-schemas.
      operations:
      - method: POST
        name: createapischema
        description: APIs.io Engineering Platform Create a schema
        call: postman-schema.createapischema
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/{apiid}/schemas/{schemaid}
      name: apis-apiid-schemas-schemaid
      description: REST surface for apis-apiId-schemas-schemaId.
      operations:
      - method: GET
        name: getapischema
        description: APIs.io Engineering Platform Get a schema
        call: postman-schema.getapischema
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/{apiid}/schemas/{schemaid}/files
      name: apis-apiid-schemas-schemaid-files
      description: REST surface for apis-apiId-schemas-schemaId-files.
      operations:
      - method: GET
        name: getapischemafiles
        description: APIs.io Engineering Platform Get schema files
        call: postman-schema.getapischemafiles
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/{apiid}/schemas/{schemaid}/files/{file-path}
      name: apis-apiid-schemas-schemaid-files-file-path
      description: REST surface for apis-apiId-schemas-schemaId-files-file-path.
      operations:
      - method: GET
        name: getapischemafilecontents
        description: APIs.io Engineering Platform Get schema file contents
        call: postman-schema.getapischemafilecontents
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: createupdateapischemafile
        description: APIs.io Engineering Platform Create or update a schema file
        call: postman-schema.createupdateapischemafile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapischemafile
        description: APIs.io Engineering Platform Delete a schema file
        call: postman-schema.deleteapischemafile
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-schema-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Schema. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-create-schema
      description: APIs.io Engineering Platform Create a schema
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-schema.createapischema
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-schema
      description: APIs.io Engineering Platform Get a schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-schema.getapischema
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-schema-2
      description: APIs.io Engineering Platform Get schema files
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-schema.getapischemafiles
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-schema-3
      description: APIs.io Engineering Platform Get schema file contents
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-schema.getapischemafilecontents
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-update
      description: APIs.io Engineering Platform Create or update a schema file
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-schema.createupdateapischemafile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-schema
      description: APIs.io Engineering Platform Delete a schema file
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-schema.deleteapischemafile
      outputParameters:
      - type: object
        mapping: $.