PeopleSoft · Capability

PeopleSoft Cloud Manager API — Environments

PeopleSoft Cloud Manager API — Environments. 2 operations. Lead operation: PeopleSoft List Environments. Self-contained Naftiko capability covering one Peoplesoft business surface.

Run with Naftiko PeoplesoftEnvironments

What You Can Do

GET
Listenvironments — PeopleSoft List Environments
/v1/environments
POST
Provisionenvironment — PeopleSoft Provision Environment
/v1/environments

MCP Tools

peoplesoft-list-environments

PeopleSoft List Environments

read-only idempotent
peoplesoft-provision-environment

PeopleSoft Provision Environment

Capability Spec

cloud-manager-environments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PeopleSoft Cloud Manager API — Environments
  description: 'PeopleSoft Cloud Manager API — Environments. 2 operations. Lead operation: PeopleSoft List Environments. Self-contained
    Naftiko capability covering one Peoplesoft business surface.'
  tags:
  - Peoplesoft
  - Environments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PEOPLESOFT_API_KEY: PEOPLESOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-manager-environments
    baseUri: https://{hostname}:{port}/psft/api/cloudmgr/v1
    description: PeopleSoft Cloud Manager API — Environments business capability. Self-contained, no shared references.
    resources:
    - name: environments
      path: /environments
      operations:
      - name: listenvironments
        method: GET
        description: PeopleSoft List Environments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: provisionenvironment
        method: POST
        description: PeopleSoft Provision Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.PEOPLESOFT_USER}}'
      password: '{{env.PEOPLESOFT_PASS}}'
  exposes:
  - type: rest
    namespace: cloud-manager-environments-rest
    port: 8080
    description: REST adapter for PeopleSoft Cloud Manager API — Environments. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/environments
      name: environments
      description: REST surface for environments.
      operations:
      - method: GET
        name: listenvironments
        description: PeopleSoft List Environments
        call: cloud-manager-environments.listenvironments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: provisionenvironment
        description: PeopleSoft Provision Environment
        call: cloud-manager-environments.provisionenvironment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-manager-environments-mcp
    port: 9090
    transport: http
    description: MCP adapter for PeopleSoft Cloud Manager API — Environments. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: peoplesoft-list-environments
      description: PeopleSoft List Environments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-manager-environments.listenvironments
      outputParameters:
      - type: object
        mapping: $.
    - name: peoplesoft-provision-environment
      description: PeopleSoft Provision Environment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-manager-environments.provisionenvironment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.