APIs.io Engineering Platform Postman API — Workspaces

APIs.io Engineering Platform Postman API — Workspaces. 10 operations. Lead operation: APIs.io Engineering Platform Get all workspaces. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformWorkspaces

What You Can Do

GET
Getworkspaces — APIs.io Engineering Platform Get all workspaces
/v1/workspaces
POST
Createworkspace — APIs.io Engineering Platform Create a workspace
/v1/workspaces
GET
Getallworkspaceroles — APIs.io Engineering Platform Get all roles
/v1/workspaces-roles
GET
Getworkspace — APIs.io Engineering Platform Get a workspace
/v1/workspaces/{workspaceid}
PUT
Updateworkspace — APIs.io Engineering Platform Update a workspace
/v1/workspaces/{workspaceid}
DELETE
Deleteworkspace — APIs.io Engineering Platform Delete a workspace
/v1/workspaces/{workspaceid}
GET
Getworkspaceglobalvariables — APIs.io Engineering Platform Get global variables
/v1/workspaces/{workspaceid}/global-variables
PUT
Updateworkspaceglobalvariables — APIs.io Engineering Platform Update global variables
/v1/workspaces/{workspaceid}/global-variables
PATCH
Updateworkspaceroles — APIs.io Engineering Platform Update user or user group roles
/v1/workspaces/{workspaceid}/roles
GET
Getworkspaceroles — APIs.io Engineering Platform Get a workspace's roles
/v1/workspaces/{workspaceid}/roles

MCP Tools

apis-io-engineering-platform-get-all

APIs.io Engineering Platform Get all workspaces

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

APIs.io Engineering Platform Create a workspace

apis-io-engineering-platform-get-all-2

APIs.io Engineering Platform Get all roles

read-only idempotent
apis-io-engineering-platform-get-workspace

APIs.io Engineering Platform Get a workspace

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

APIs.io Engineering Platform Update a workspace

idempotent
apis-io-engineering-platform-delete-workspace

APIs.io Engineering Platform Delete a workspace

idempotent
apis-io-engineering-platform-get-global

APIs.io Engineering Platform Get global variables

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

APIs.io Engineering Platform Update global variables

idempotent
apis-io-engineering-platform-update-user

APIs.io Engineering Platform Update user or user group roles

idempotent
apis-io-engineering-platform-get-workspace-s

APIs.io Engineering Platform Get a workspace's roles

read-only idempotent

Capability Spec

postman-workspaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Workspaces
  description: 'APIs.io Engineering Platform Postman API — Workspaces. 10 operations. Lead operation: APIs.io Engineering
    Platform Get all workspaces. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Workspaces
  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-workspaces
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Workspaces business capability. Self-contained, no shared references.
    resources:
    - name: workspaces
      path: /workspaces
      operations:
      - name: getworkspaces
        method: GET
        description: APIs.io Engineering Platform Get all workspaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createworkspace
        method: POST
        description: APIs.io Engineering Platform Create a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: workspaces-roles
      path: /workspaces-roles
      operations:
      - name: getallworkspaceroles
        method: GET
        description: APIs.io Engineering Platform Get all roles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspaceId
      path: /workspaces/{workspaceId}
      operations:
      - name: getworkspace
        method: GET
        description: APIs.io Engineering Platform Get a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateworkspace
        method: PUT
        description: APIs.io Engineering Platform Update a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteworkspace
        method: DELETE
        description: APIs.io Engineering Platform Delete a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspaceId-global-variables
      path: /workspaces/{workspaceId}/global-variables
      operations:
      - name: getworkspaceglobalvariables
        method: GET
        description: APIs.io Engineering Platform Get global variables
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateworkspaceglobalvariables
        method: PUT
        description: APIs.io Engineering Platform Update global variables
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: workspaces-workspaceId-roles
      path: /workspaces/{workspaceId}/roles
      operations:
      - name: updateworkspaceroles
        method: PATCH
        description: APIs.io Engineering Platform Update user or user group roles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: getworkspaceroles
        method: GET
        description: APIs.io Engineering Platform Get a workspace's roles
        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-workspaces-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Workspaces. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/workspaces
      name: workspaces
      description: REST surface for workspaces.
      operations:
      - method: GET
        name: getworkspaces
        description: APIs.io Engineering Platform Get all workspaces
        call: postman-workspaces.getworkspaces
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createworkspace
        description: APIs.io Engineering Platform Create a workspace
        call: postman-workspaces.createworkspace
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces-roles
      name: workspaces-roles
      description: REST surface for workspaces-roles.
      operations:
      - method: GET
        name: getallworkspaceroles
        description: APIs.io Engineering Platform Get all roles
        call: postman-workspaces.getallworkspaceroles
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspaceid}
      name: workspaces-workspaceid
      description: REST surface for workspaces-workspaceId.
      operations:
      - method: GET
        name: getworkspace
        description: APIs.io Engineering Platform Get a workspace
        call: postman-workspaces.getworkspace
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateworkspace
        description: APIs.io Engineering Platform Update a workspace
        call: postman-workspaces.updateworkspace
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteworkspace
        description: APIs.io Engineering Platform Delete a workspace
        call: postman-workspaces.deleteworkspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspaceid}/global-variables
      name: workspaces-workspaceid-global-variables
      description: REST surface for workspaces-workspaceId-global-variables.
      operations:
      - method: GET
        name: getworkspaceglobalvariables
        description: APIs.io Engineering Platform Get global variables
        call: postman-workspaces.getworkspaceglobalvariables
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateworkspaceglobalvariables
        description: APIs.io Engineering Platform Update global variables
        call: postman-workspaces.updateworkspaceglobalvariables
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspaceid}/roles
      name: workspaces-workspaceid-roles
      description: REST surface for workspaces-workspaceId-roles.
      operations:
      - method: PATCH
        name: updateworkspaceroles
        description: APIs.io Engineering Platform Update user or user group roles
        call: postman-workspaces.updateworkspaceroles
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getworkspaceroles
        description: APIs.io Engineering Platform Get a workspace's roles
        call: postman-workspaces.getworkspaceroles
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-workspaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Workspaces. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-all
      description: APIs.io Engineering Platform Get all workspaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-workspaces.getworkspaces
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-workspace
      description: APIs.io Engineering Platform Create a workspace
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-workspaces.createworkspace
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-all-2
      description: APIs.io Engineering Platform Get all roles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-workspaces.getallworkspaceroles
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-workspace
      description: APIs.io Engineering Platform Get a workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-workspaces.getworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-workspace
      description: APIs.io Engineering Platform Update a workspace
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-workspaces.updateworkspace
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-workspace
      description: APIs.io Engineering Platform Delete a workspace
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-workspaces.deleteworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-global
      description: APIs.io Engineering Platform Get global variables
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-workspaces.getworkspaceglobalvariables
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-global
      description: APIs.io Engineering Platform Update global variables
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-workspaces.updateworkspaceglobalvariables
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-user
      description: APIs.io Engineering Platform Update user or user group roles
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-workspaces.updateworkspaceroles
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-workspace-s
      description: APIs.io Engineering Platform Get a workspace's roles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-workspaces.getworkspaceroles
      outputParameters:
      - type: object
        mapping: $.