Axway · Capability

Amplify Platform API v1.0.0 — entitlement

Amplify Platform API v1.0.0 — entitlement. 1 operations. Lead operation: Axway Get Entitlement Meta. Self-contained Naftiko capability covering one Axway business surface.

Run with Naftiko Axwayentitlement

What You Can Do

GET
Entitlementfind — Axway Get Entitlement Meta
/v1/entitlement

MCP Tools

axway-get-entitlement-meta

Axway Get Entitlement Meta

read-only idempotent

Capability Spec

amplify-platform-entitlement.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amplify Platform API v1.0.0 — entitlement
  description: 'Amplify Platform API v1.0.0 — entitlement. 1 operations. Lead operation: Axway Get Entitlement Meta. Self-contained
    Naftiko capability covering one Axway business surface.'
  tags:
  - Axway
  - entitlement
  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-entitlement
    baseUri: https://platform.axway.com/api/v1
    description: Amplify Platform API v1.0.0 — entitlement business capability. Self-contained, no shared references.
    resources:
    - name: entitlement
      path: /entitlement
      operations:
      - name: entitlementfind
        method: GET
        description: Axway Get Entitlement Meta
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-auth-token
          in: header
          type: string
    authentication:
      type: bearer
      token: '{{env.AXWAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: amplify-platform-entitlement-rest
    port: 8080
    description: REST adapter for Amplify Platform API v1.0.0 — entitlement. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/entitlement
      name: entitlement
      description: REST surface for entitlement.
      operations:
      - method: GET
        name: entitlementfind
        description: Axway Get Entitlement Meta
        call: amplify-platform-entitlement.entitlementfind
        with:
          x-auth-token: rest.x-auth-token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amplify-platform-entitlement-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amplify Platform API v1.0.0 — entitlement. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: axway-get-entitlement-meta
      description: Axway Get Entitlement Meta
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amplify-platform-entitlement.entitlementfind
      with:
        x-auth-token: tools.x-auth-token
      outputParameters:
      - type: object
        mapping: $.