Workday Studio · Capability

Workday Studio Integration API — Integration Templates

Workday Studio Integration API — Integration Templates. 2 operations. Lead operation: Workday Studio List Integration Templates. Self-contained Naftiko capability covering one Workday Studio business surface.

Run with Naftiko Workday StudioIntegration Templates

What You Can Do

GET
Listintegrationtemplates — Workday Studio List Integration Templates
/v1/integrationtemplates
GET
Getintegrationtemplate — Workday Studio Retrieve a Specific Integration Template
/v1/integrationtemplates/{id}

MCP Tools

workday-studio-list-integration-templates

Workday Studio List Integration Templates

read-only idempotent
workday-studio-retrieve-specific-integration

Workday Studio Retrieve a Specific Integration Template

read-only idempotent

Capability Spec

integration-integration-templates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Studio Integration API — Integration Templates
  description: 'Workday Studio Integration API — Integration Templates. 2 operations. Lead operation: Workday Studio List
    Integration Templates. Self-contained Naftiko capability covering one Workday Studio business surface.'
  tags:
  - Workday Studio
  - Integration Templates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_STUDIO_API_KEY: WORKDAY_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: integration-integration-templates
    baseUri: https://{baseUrl}/ccx/service/{tenant}
    description: Workday Studio Integration API — Integration Templates business capability. Self-contained, no shared references.
    resources:
    - name: integrationTemplates
      path: /integrationTemplates
      operations:
      - name: listintegrationtemplates
        method: GET
        description: Workday Studio List Integration Templates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: integrationTemplates-ID
      path: /integrationTemplates/{ID}
      operations:
      - name: getintegrationtemplate
        method: GET
        description: Workday Studio Retrieve a Specific Integration Template
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_STUDIO_API_KEY}}'
  exposes:
  - type: rest
    namespace: integration-integration-templates-rest
    port: 8080
    description: REST adapter for Workday Studio Integration API — Integration Templates. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/integrationtemplates
      name: integrationtemplates
      description: REST surface for integrationTemplates.
      operations:
      - method: GET
        name: listintegrationtemplates
        description: Workday Studio List Integration Templates
        call: integration-integration-templates.listintegrationtemplates
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/integrationtemplates/{id}
      name: integrationtemplates-id
      description: REST surface for integrationTemplates-ID.
      operations:
      - method: GET
        name: getintegrationtemplate
        description: Workday Studio Retrieve a Specific Integration Template
        call: integration-integration-templates.getintegrationtemplate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: integration-integration-templates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Studio Integration API — Integration Templates. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-studio-list-integration-templates
      description: Workday Studio List Integration Templates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: integration-integration-templates.listintegrationtemplates
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-studio-retrieve-specific-integration
      description: Workday Studio Retrieve a Specific Integration Template
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: integration-integration-templates.getintegrationtemplate
      outputParameters:
      - type: object
        mapping: $.