IXON · Capability

IXON API — AppInstall

IXON API — AppInstall. 2 operations. Lead operation: AppInstall. Self-contained Naftiko capability covering one Ixon business surface.

Run with Naftiko IxonAppInstall

What You Can Do

GET
Get — AppInstall
/v1/apps/install/{publicid}
POST
Post — AppInstall
/v1/apps/install/{publicid}

MCP Tools

appinstall

AppInstall

read-only idempotent
appinstall-2

AppInstall

Capability Spec

ixon-appinstall.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IXON API — AppInstall
  description: 'IXON API — AppInstall. 2 operations. Lead operation: AppInstall. Self-contained Naftiko capability covering
    one Ixon business surface.'
  tags:
  - Ixon
  - AppInstall
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IXON_API_KEY: IXON_API_KEY
capability:
  consumes:
  - type: http
    namespace: ixon-appinstall
    baseUri: https://portal.ixon.cloud:443/api
    description: IXON API — AppInstall business capability. Self-contained, no shared references.
    resources:
    - name: apps-install-publicId
      path: /apps/install/{publicId}
      operations:
      - name: get
        method: GET
        description: AppInstall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: publicId
          in: path
          type: string
          required: true
      - name: post
        method: POST
        description: AppInstall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: publicId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.IXON_API_KEY}}'
  exposes:
  - type: rest
    namespace: ixon-appinstall-rest
    port: 8080
    description: REST adapter for IXON API — AppInstall. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/apps/install/{publicid}
      name: apps-install-publicid
      description: REST surface for apps-install-publicId.
      operations:
      - method: GET
        name: get
        description: AppInstall
        call: ixon-appinstall.get
        with:
          publicId: rest.publicId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: AppInstall
        call: ixon-appinstall.post
        with:
          publicId: rest.publicId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ixon-appinstall-mcp
    port: 9090
    transport: http
    description: MCP adapter for IXON API — AppInstall. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: appinstall
      description: AppInstall
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ixon-appinstall.get
      with:
        publicId: tools.publicId
      outputParameters:
      - type: object
        mapping: $.
    - name: appinstall-2
      description: AppInstall
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ixon-appinstall.post
      with:
        publicId: tools.publicId
      outputParameters:
      - type: object
        mapping: $.