IXON · Capability

IXON API — AssetLibrary

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

Run with Naftiko IxonAssetLibrary

What You Can Do

POST
Post — AssetLibrary
/v1/assets/{publicid}/library
DELETE
Delete — AssetLibrary
/v1/assets/{publicid}/library

MCP Tools

assetlibrary

AssetLibrary

assetlibrary-2

AssetLibrary

idempotent

Capability Spec

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