Adobe Creative Suite · Capability

Adobe Creative Suite Adobe Photoshop API — Cutout

Adobe Creative Suite Adobe Photoshop API — Cutout. 3 operations. Lead operation: Adobe Creative Suite Remove Background. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.

Run with Naftiko Adobe Creative SuiteCutout

What You Can Do

POST
Removebackground — Adobe Creative Suite Remove Background
/v1/sensei/cutout
POST
Productcrop — Adobe Creative Suite Product Crop
/v1/sensei/product-crop
POST
Straightenimage — Adobe Creative Suite Straighten Image
/v1/sensei/straighten

MCP Tools

adobe-creative-suite-remove-background

Adobe Creative Suite Remove Background

adobe-creative-suite-product-crop

Adobe Creative Suite Product Crop

adobe-creative-suite-straighten-image

Adobe Creative Suite Straighten Image

Capability Spec

photoshop-cutout.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Creative Suite Adobe Photoshop API — Cutout
  description: 'Adobe Creative Suite Adobe Photoshop API — Cutout. 3 operations. Lead operation: Adobe Creative Suite Remove
    Background. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.'
  tags:
  - Adobe Creative Suite
  - Cutout
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_CREATIVE_SUITE_API_KEY: ADOBE_CREATIVE_SUITE_API_KEY
capability:
  consumes:
  - type: http
    namespace: photoshop-cutout
    baseUri: https://image.adobe.io
    description: Adobe Creative Suite Adobe Photoshop API — Cutout business capability. Self-contained, no shared references.
    resources:
    - name: sensei-cutout
      path: /sensei/cutout
      operations:
      - name: removebackground
        method: POST
        description: Adobe Creative Suite Remove Background
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sensei-product_crop
      path: /sensei/product_crop
      operations:
      - name: productcrop
        method: POST
        description: Adobe Creative Suite Product Crop
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sensei-straighten
      path: /sensei/straighten
      operations:
      - name: straightenimage
        method: POST
        description: Adobe Creative Suite Straighten Image
        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_CREATIVE_SUITE_API_KEY}}'
  exposes:
  - type: rest
    namespace: photoshop-cutout-rest
    port: 8080
    description: REST adapter for Adobe Creative Suite Adobe Photoshop API — Cutout. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/sensei/cutout
      name: sensei-cutout
      description: REST surface for sensei-cutout.
      operations:
      - method: POST
        name: removebackground
        description: Adobe Creative Suite Remove Background
        call: photoshop-cutout.removebackground
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sensei/product-crop
      name: sensei-product-crop
      description: REST surface for sensei-product_crop.
      operations:
      - method: POST
        name: productcrop
        description: Adobe Creative Suite Product Crop
        call: photoshop-cutout.productcrop
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sensei/straighten
      name: sensei-straighten
      description: REST surface for sensei-straighten.
      operations:
      - method: POST
        name: straightenimage
        description: Adobe Creative Suite Straighten Image
        call: photoshop-cutout.straightenimage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: photoshop-cutout-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Creative Suite Adobe Photoshop API — Cutout. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adobe-creative-suite-remove-background
      description: Adobe Creative Suite Remove Background
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: photoshop-cutout.removebackground
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-suite-product-crop
      description: Adobe Creative Suite Product Crop
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: photoshop-cutout.productcrop
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-suite-straighten-image
      description: Adobe Creative Suite Straighten Image
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: photoshop-cutout.straightenimage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.