Adobe Experience Cloud · Capability

Adobe Experience Cloud Adobe Target API — Delivery

Adobe Experience Cloud Adobe Target API — Delivery. 1 operations. Lead operation: Adobe Target Adobe Experience Cloud Deliver Personalized Experiences. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.

Run with Naftiko Adobe Experience CloudDelivery

What You Can Do

POST
Deliverexperiences — Adobe Target Adobe Experience Cloud Deliver Personalized Experiences
/v1/v1/delivery

MCP Tools

adobe-target-adobe-experience-cloud

Adobe Target Adobe Experience Cloud Deliver Personalized Experiences

read-only

Capability Spec

adobe-target-delivery.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Experience Cloud Adobe Target API — Delivery
  description: 'Adobe Experience Cloud Adobe Target API — Delivery. 1 operations. Lead operation: Adobe Target Adobe Experience
    Cloud Deliver Personalized Experiences. Self-contained Naftiko capability covering one Adobe Experience Cloud business
    surface.'
  tags:
  - Adobe Experience Cloud
  - Delivery
  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-target-delivery
    baseUri: https://mc.adobe.io/{tenant}
    description: Adobe Experience Cloud Adobe Target API — Delivery business capability. Self-contained, no shared references.
    resources:
    - name: rest-v1-delivery
      path: /rest/v1/delivery
      operations:
      - name: deliverexperiences
        method: POST
        description: Adobe Target Adobe Experience Cloud Deliver Personalized Experiences
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: client
          in: query
          type: string
          description: Adobe Target client code.
          required: true
        - name: sessionId
          in: query
          type: string
          description: Visitor session ID.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-target-delivery-rest
    port: 8080
    description: REST adapter for Adobe Experience Cloud Adobe Target API — Delivery. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/delivery
      name: rest-v1-delivery
      description: REST surface for rest-v1-delivery.
      operations:
      - method: POST
        name: deliverexperiences
        description: Adobe Target Adobe Experience Cloud Deliver Personalized Experiences
        call: adobe-target-delivery.deliverexperiences
        with:
          client: rest.client
          sessionId: rest.sessionId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-target-delivery-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Experience Cloud Adobe Target API — Delivery. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adobe-target-adobe-experience-cloud
      description: Adobe Target Adobe Experience Cloud Deliver Personalized Experiences
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: adobe-target-delivery.deliverexperiences
      with:
        client: tools.client
        sessionId: tools.sessionId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.