Adobe Experience Cloud · Capability

Adobe Experience Cloud Adobe Experience Platform API — Batches

Adobe Experience Cloud Adobe Experience Platform API — Batches. 2 operations. Lead operation: Adobe Experience Platform Adobe Experience Cloud Create a Batch. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.

Run with Naftiko Adobe Experience CloudBatches

What You Can Do

POST
Createbatch — Adobe Experience Platform Adobe Experience Cloud Create a Batch
/v1/data/foundation/import/batches
GET
Getbatch — Adobe Experience Platform Adobe Experience Cloud Get Batch Status
/v1/data/foundation/import/batches/{batchid}

MCP Tools

adobe-experience-platform-adobe-experience

Adobe Experience Platform Adobe Experience Cloud Create a Batch

adobe-experience-platform-adobe-experience-2

Adobe Experience Platform Adobe Experience Cloud Get Batch Status

read-only idempotent

Capability Spec

adobe-experience-platform-batches.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Experience Cloud Adobe Experience Platform API — Batches
  description: 'Adobe Experience Cloud Adobe Experience Platform API — Batches. 2 operations. Lead operation: Adobe Experience
    Platform Adobe Experience Cloud Create a Batch. Self-contained Naftiko capability covering one Adobe Experience Cloud
    business surface.'
  tags:
  - Adobe Experience Cloud
  - Batches
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_EXPERIENCE_CLOUD_API_KEY: ADOBE_EXPERIENCE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: adobe-experience-platform-batches
    baseUri: https://platform.adobe.io
    description: Adobe Experience Cloud Adobe Experience Platform API — Batches business capability. Self-contained, no shared
      references.
    resources:
    - name: data-foundation-import-batches
      path: /data/foundation/import/batches
      operations:
      - name: createbatch
        method: POST
        description: Adobe Experience Platform Adobe Experience Cloud Create a Batch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: data-foundation-import-batches-batchId
      path: /data/foundation/import/batches/{batchId}
      operations:
      - name: getbatch
        method: GET
        description: Adobe Experience Platform Adobe Experience Cloud Get Batch Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: batchId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-experience-platform-batches-rest
    port: 8080
    description: REST adapter for Adobe Experience Cloud Adobe Experience Platform API — Batches. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/data/foundation/import/batches
      name: data-foundation-import-batches
      description: REST surface for data-foundation-import-batches.
      operations:
      - method: POST
        name: createbatch
        description: Adobe Experience Platform Adobe Experience Cloud Create a Batch
        call: adobe-experience-platform-batches.createbatch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data/foundation/import/batches/{batchid}
      name: data-foundation-import-batches-batchid
      description: REST surface for data-foundation-import-batches-batchId.
      operations:
      - method: GET
        name: getbatch
        description: Adobe Experience Platform Adobe Experience Cloud Get Batch Status
        call: adobe-experience-platform-batches.getbatch
        with:
          batchId: rest.batchId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-experience-platform-batches-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Experience Cloud Adobe Experience Platform API — Batches. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: adobe-experience-platform-adobe-experience
      description: Adobe Experience Platform Adobe Experience Cloud Create a Batch
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-experience-platform-batches.createbatch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-experience-platform-adobe-experience-2
      description: Adobe Experience Platform Adobe Experience Cloud Get Batch Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-experience-platform-batches.getbatch
      with:
        batchId: tools.batchId
      outputParameters:
      - type: object
        mapping: $.