Adobe Photoshop · Capability

Adobe Photoshop API — Actions

Adobe Photoshop API — Actions. 3 operations. Lead operation: Adobe Photoshop Execute Photoshop Actions via JSON Descriptors. Self-contained Naftiko capability covering one Adobe Photoshop business surface.

Run with Naftiko Adobe PhotoshopActions

What You Can Do

POST
Playactionjson — Adobe Photoshop Execute Photoshop Actions via JSON Descriptors
/v1/pie/psdservice/actionjson
POST
Createwithactionjson — Adobe Photoshop Create Documents Using Action JSON Descriptors
/v1/pie/psdservice/actionjsoncreate
POST
Playphotoshopactions — Adobe Photoshop Execute Photoshop Action Files
/v1/pie/psdservice/photoshopactions

MCP Tools

adobe-photoshop-execute-photoshop-actions

Adobe Photoshop Execute Photoshop Actions via JSON Descriptors

adobe-photoshop-create-documents-using

Adobe Photoshop Create Documents Using Action JSON Descriptors

adobe-photoshop-execute-photoshop-action

Adobe Photoshop Execute Photoshop Action Files

Capability Spec

adobe-photoshop-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Photoshop API — Actions
  description: 'Adobe Photoshop API — Actions. 3 operations. Lead operation: Adobe Photoshop Execute Photoshop Actions via
    JSON Descriptors. Self-contained Naftiko capability covering one Adobe Photoshop business surface.'
  tags:
  - Adobe Photoshop
  - Actions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_PHOTOSHOP_API_KEY: ADOBE_PHOTOSHOP_API_KEY
capability:
  consumes:
  - type: http
    namespace: adobe-photoshop-actions
    baseUri: https://image.adobe.io
    description: Adobe Photoshop API — Actions business capability. Self-contained, no shared references.
    resources:
    - name: pie-psdService-actionJSON
      path: /pie/psdService/actionJSON
      operations:
      - name: playactionjson
        method: POST
        description: Adobe Photoshop Execute Photoshop Actions via JSON Descriptors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: pie-psdService-actionJsonCreate
      path: /pie/psdService/actionJsonCreate
      operations:
      - name: createwithactionjson
        method: POST
        description: Adobe Photoshop Create Documents Using Action JSON Descriptors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: pie-psdService-photoshopActions
      path: /pie/psdService/photoshopActions
      operations:
      - name: playphotoshopactions
        method: POST
        description: Adobe Photoshop Execute Photoshop Action Files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_PHOTOSHOP_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-photoshop-actions-rest
    port: 8080
    description: REST adapter for Adobe Photoshop API — Actions. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/pie/psdservice/actionjson
      name: pie-psdservice-actionjson
      description: REST surface for pie-psdService-actionJSON.
      operations:
      - method: POST
        name: playactionjson
        description: Adobe Photoshop Execute Photoshop Actions via JSON Descriptors
        call: adobe-photoshop-actions.playactionjson
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/pie/psdservice/actionjsoncreate
      name: pie-psdservice-actionjsoncreate
      description: REST surface for pie-psdService-actionJsonCreate.
      operations:
      - method: POST
        name: createwithactionjson
        description: Adobe Photoshop Create Documents Using Action JSON Descriptors
        call: adobe-photoshop-actions.createwithactionjson
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/pie/psdservice/photoshopactions
      name: pie-psdservice-photoshopactions
      description: REST surface for pie-psdService-photoshopActions.
      operations:
      - method: POST
        name: playphotoshopactions
        description: Adobe Photoshop Execute Photoshop Action Files
        call: adobe-photoshop-actions.playphotoshopactions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-photoshop-actions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Photoshop API — Actions. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: adobe-photoshop-execute-photoshop-actions
      description: Adobe Photoshop Execute Photoshop Actions via JSON Descriptors
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-photoshop-actions.playactionjson
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-photoshop-create-documents-using
      description: Adobe Photoshop Create Documents Using Action JSON Descriptors
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-photoshop-actions.createwithactionjson
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-photoshop-execute-photoshop-action
      description: Adobe Photoshop Execute Photoshop Action Files
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-photoshop-actions.playphotoshopactions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.