IXON · Capability

IXON API — AgentLicenceBundles

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

Run with Naftiko IxonAgentLicenceBundles

What You Can Do

DELETE
Delete — AgentLicenceBundles
/v1/agents/{agentid}/licence-bundles/activate

MCP Tools

agentlicencebundles

AgentLicenceBundles

idempotent

Capability Spec

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