Adobe Experience Cloud · Capability

Adobe Experience Cloud Adobe Experience Platform API — Identities

Adobe Experience Cloud Adobe Experience Platform API — Identities. 2 operations. Lead operation: Adobe Experience Platform Adobe Experience Cloud List Identity Namespaces. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.

Run with Naftiko Adobe Experience CloudIdentities

What You Can Do

GET
Listidentitynamespaces — Adobe Experience Platform Adobe Experience Cloud List Identity Namespaces
/v1/data/foundation/identity/namespaces
POST
Createidentitynamespace — Adobe Experience Platform Adobe Experience Cloud Create an Identity Namespace
/v1/data/foundation/identity/namespaces

MCP Tools

adobe-experience-platform-adobe-experience

Adobe Experience Platform Adobe Experience Cloud List Identity Namespaces

read-only idempotent
adobe-experience-platform-adobe-experience-2

Adobe Experience Platform Adobe Experience Cloud Create an Identity Namespace

Capability Spec

adobe-experience-platform-identities.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Experience Cloud Adobe Experience Platform API — Identities
  description: 'Adobe Experience Cloud Adobe Experience Platform API — Identities. 2 operations. Lead operation: Adobe Experience
    Platform Adobe Experience Cloud List Identity Namespaces. Self-contained Naftiko capability covering one Adobe Experience
    Cloud business surface.'
  tags:
  - Adobe Experience Cloud
  - Identities
  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-identities
    baseUri: https://platform.adobe.io
    description: Adobe Experience Cloud Adobe Experience Platform API — Identities business capability. Self-contained, no
      shared references.
    resources:
    - name: data-foundation-identity-namespaces
      path: /data/foundation/identity/namespaces
      operations:
      - name: listidentitynamespaces
        method: GET
        description: Adobe Experience Platform Adobe Experience Cloud List Identity Namespaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createidentitynamespace
        method: POST
        description: Adobe Experience Platform Adobe Experience Cloud Create an Identity Namespace
        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_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-experience-platform-identities-rest
    port: 8080
    description: REST adapter for Adobe Experience Cloud Adobe Experience Platform API — Identities. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/data/foundation/identity/namespaces
      name: data-foundation-identity-namespaces
      description: REST surface for data-foundation-identity-namespaces.
      operations:
      - method: GET
        name: listidentitynamespaces
        description: Adobe Experience Platform Adobe Experience Cloud List Identity Namespaces
        call: adobe-experience-platform-identities.listidentitynamespaces
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createidentitynamespace
        description: Adobe Experience Platform Adobe Experience Cloud Create an Identity Namespace
        call: adobe-experience-platform-identities.createidentitynamespace
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-experience-platform-identities-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Experience Cloud Adobe Experience Platform API — Identities. 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 List Identity Namespaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-experience-platform-identities.listidentitynamespaces
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-experience-platform-adobe-experience-2
      description: Adobe Experience Platform Adobe Experience Cloud Create an Identity Namespace
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-experience-platform-identities.createidentitynamespace
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.