Axway · Capability

Amplify Platform API v1.0.0 — domain

Amplify Platform API v1.0.0 — domain. 10 operations. Lead operation: Axway Confirm Domain IdP Association. Self-contained Naftiko capability covering one Axway business surface.

Run with Naftiko Axwaydomain

What You Can Do

PUT
Orgdomainassociateconfirm — Axway Confirm Domain IdP Association
/v1/org/{org-id}/domain
POST
Orgdomaincreate — Axway Start Domain Ownership Process
/v1/org/{org-id}/domain
GET
Orgdomainfind — Axway Get All Domains
/v1/org/{org-id}/domain
POST
Orgdomainconfirm — Axway Confirm Domain Ownership
/v1/org/{org-id}/domain/confirm
POST
Orgdomainconsolidate — Axway Consolidate Domain Users
/v1/org/{org-id}/domain/consolidate
POST
Orgdomaindissociate — Axway Remove Domain Association
/v1/org/{org-id}/domain/dissociate
POST
Orgdomainenable — Axway Enable IdP for a Domain
/v1/org/{org-id}/domain/enable
POST
Orgdomainassociatesubdomain — Axway Associate Subdomain to Parent Domain IdP
/v1/org/{org-id}/domain/subdomain
POST
Orgdomainassociate — Axway Trigger Domain Association Flow
/v1/org/{org-id}/domain/verify
DELETE
Orgdomainremove — Axway Remove Domain Association
/v1/org/{org-id}/domain/{domain}

MCP Tools

axway-confirm-domain-idp-association

Axway Confirm Domain IdP Association

idempotent
axway-start-domain-ownership-process

Axway Start Domain Ownership Process

axway-get-all-domains

Axway Get All Domains

read-only idempotent
axway-confirm-domain-ownership

Axway Confirm Domain Ownership

axway-consolidate-domain-users

Axway Consolidate Domain Users

axway-remove-domain-association

Axway Remove Domain Association

axway-enable-idp-domain

Axway Enable IdP for a Domain

axway-associate-subdomain-parent-domain

Axway Associate Subdomain to Parent Domain IdP

axway-trigger-domain-association-flow

Axway Trigger Domain Association Flow

axway-remove-domain-association-2

Axway Remove Domain Association

idempotent

Capability Spec

amplify-platform-domain.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amplify Platform API v1.0.0 — domain
  description: 'Amplify Platform API v1.0.0 — domain. 10 operations. Lead operation: Axway Confirm Domain IdP Association.
    Self-contained Naftiko capability covering one Axway business surface.'
  tags:
  - Axway
  - domain
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AXWAY_API_KEY: AXWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: amplify-platform-domain
    baseUri: https://platform.axway.com/api/v1
    description: Amplify Platform API v1.0.0 — domain business capability. Self-contained, no shared references.
    resources:
    - name: org-org_id-domain
      path: /org/{org_id}/domain
      operations:
      - name: orgdomainassociateconfirm
        method: PUT
        description: Axway Confirm Domain IdP Association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: orgdomaincreate
        method: POST
        description: Axway Start Domain Ownership Process
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: orgdomainfind
        method: GET
        description: Axway Get All Domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
    - name: org-org_id-domain-confirm
      path: /org/{org_id}/domain/confirm
      operations:
      - name: orgdomainconfirm
        method: POST
        description: Axway Confirm Domain Ownership
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: org-org_id-domain-consolidate
      path: /org/{org_id}/domain/consolidate
      operations:
      - name: orgdomainconsolidate
        method: POST
        description: Axway Consolidate Domain Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: org-org_id-domain-dissociate
      path: /org/{org_id}/domain/dissociate
      operations:
      - name: orgdomaindissociate
        method: POST
        description: Axway Remove Domain Association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: org-org_id-domain-enable
      path: /org/{org_id}/domain/enable
      operations:
      - name: orgdomainenable
        method: POST
        description: Axway Enable IdP for a Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: org-org_id-domain-subdomain
      path: /org/{org_id}/domain/subdomain
      operations:
      - name: orgdomainassociatesubdomain
        method: POST
        description: Axway Associate Subdomain to Parent Domain IdP
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: org-org_id-domain-verify
      path: /org/{org_id}/domain/verify
      operations:
      - name: orgdomainassociate
        method: POST
        description: Axway Trigger Domain Association Flow
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: org-org_id-domain-domain
      path: /org/{org_id}/domain/{domain}
      operations:
      - name: orgdomainremove
        method: DELETE
        description: Axway Remove Domain Association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domain
          in: path
          type: string
          required: true
        - name: org_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.AXWAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: amplify-platform-domain-rest
    port: 8080
    description: REST adapter for Amplify Platform API v1.0.0 — domain. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/org/{org-id}/domain
      name: org-org-id-domain
      description: REST surface for org-org_id-domain.
      operations:
      - method: PUT
        name: orgdomainassociateconfirm
        description: Axway Confirm Domain IdP Association
        call: amplify-platform-domain.orgdomainassociateconfirm
        with:
          org_id: rest.org_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: orgdomaincreate
        description: Axway Start Domain Ownership Process
        call: amplify-platform-domain.orgdomaincreate
        with:
          org_id: rest.org_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: orgdomainfind
        description: Axway Get All Domains
        call: amplify-platform-domain.orgdomainfind
        with:
          org_id: rest.org_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/org/{org-id}/domain/confirm
      name: org-org-id-domain-confirm
      description: REST surface for org-org_id-domain-confirm.
      operations:
      - method: POST
        name: orgdomainconfirm
        description: Axway Confirm Domain Ownership
        call: amplify-platform-domain.orgdomainconfirm
        with:
          org_id: rest.org_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/org/{org-id}/domain/consolidate
      name: org-org-id-domain-consolidate
      description: REST surface for org-org_id-domain-consolidate.
      operations:
      - method: POST
        name: orgdomainconsolidate
        description: Axway Consolidate Domain Users
        call: amplify-platform-domain.orgdomainconsolidate
        with:
          org_id: rest.org_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/org/{org-id}/domain/dissociate
      name: org-org-id-domain-dissociate
      description: REST surface for org-org_id-domain-dissociate.
      operations:
      - method: POST
        name: orgdomaindissociate
        description: Axway Remove Domain Association
        call: amplify-platform-domain.orgdomaindissociate
        with:
          org_id: rest.org_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/org/{org-id}/domain/enable
      name: org-org-id-domain-enable
      description: REST surface for org-org_id-domain-enable.
      operations:
      - method: POST
        name: orgdomainenable
        description: Axway Enable IdP for a Domain
        call: amplify-platform-domain.orgdomainenable
        with:
          org_id: rest.org_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/org/{org-id}/domain/subdomain
      name: org-org-id-domain-subdomain
      description: REST surface for org-org_id-domain-subdomain.
      operations:
      - method: POST
        name: orgdomainassociatesubdomain
        description: Axway Associate Subdomain to Parent Domain IdP
        call: amplify-platform-domain.orgdomainassociatesubdomain
        with:
          org_id: rest.org_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/org/{org-id}/domain/verify
      name: org-org-id-domain-verify
      description: REST surface for org-org_id-domain-verify.
      operations:
      - method: POST
        name: orgdomainassociate
        description: Axway Trigger Domain Association Flow
        call: amplify-platform-domain.orgdomainassociate
        with:
          org_id: rest.org_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/org/{org-id}/domain/{domain}
      name: org-org-id-domain-domain
      description: REST surface for org-org_id-domain-domain.
      operations:
      - method: DELETE
        name: orgdomainremove
        description: Axway Remove Domain Association
        call: amplify-platform-domain.orgdomainremove
        with:
          domain: rest.domain
          org_id: rest.org_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amplify-platform-domain-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amplify Platform API v1.0.0 — domain. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: axway-confirm-domain-idp-association
      description: Axway Confirm Domain IdP Association
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: amplify-platform-domain.orgdomainassociateconfirm
      with:
        org_id: tools.org_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-start-domain-ownership-process
      description: Axway Start Domain Ownership Process
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amplify-platform-domain.orgdomaincreate
      with:
        org_id: tools.org_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-get-all-domains
      description: Axway Get All Domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amplify-platform-domain.orgdomainfind
      with:
        org_id: tools.org_id
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-confirm-domain-ownership
      description: Axway Confirm Domain Ownership
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amplify-platform-domain.orgdomainconfirm
      with:
        org_id: tools.org_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-consolidate-domain-users
      description: Axway Consolidate Domain Users
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amplify-platform-domain.orgdomainconsolidate
      with:
        org_id: tools.org_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-remove-domain-association
      description: Axway Remove Domain Association
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amplify-platform-domain.orgdomaindissociate
      with:
        org_id: tools.org_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-enable-idp-domain
      description: Axway Enable IdP for a Domain
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amplify-platform-domain.orgdomainenable
      with:
        org_id: tools.org_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-associate-subdomain-parent-domain
      description: Axway Associate Subdomain to Parent Domain IdP
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amplify-platform-domain.orgdomainassociatesubdomain
      with:
        org_id: tools.org_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-trigger-domain-association-flow
      description: Axway Trigger Domain Association Flow
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amplify-platform-domain.orgdomainassociate
      with:
        org_id: tools.org_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: axway-remove-domain-association-2
      description: Axway Remove Domain Association
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: amplify-platform-domain.orgdomainremove
      with:
        domain: tools.domain
        org_id: tools.org_id
      outputParameters:
      - type: object
        mapping: $.