APIs.io Engineering Platform Postman API — Global Variables

APIs.io Engineering Platform Postman API — Global Variables. 2 operations. Lead operation: APIs.io Engineering Platform Get global variables. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformGlobal Variables

What You Can Do

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

MCP Tools

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

Capability Spec

postman-global-variables.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Global Variables
  description: 'APIs.io Engineering Platform Postman API — Global Variables. 2 operations. Lead operation: APIs.io Engineering
    Platform Get global variables. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Global Variables
  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-global-variables
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Global Variables business capability. Self-contained, no shared
      references.
    resources:
    - 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
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-global-variables-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Global Variables. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - 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-global-variables.getworkspaceglobalvariables
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateworkspaceglobalvariables
        description: APIs.io Engineering Platform Update global variables
        call: postman-global-variables.updateworkspaceglobalvariables
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-global-variables-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Global Variables. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-global
      description: APIs.io Engineering Platform Get global variables
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-global-variables.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-global-variables.updateworkspaceglobalvariables
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.