IXON · Capability

IXON API — AgentControlKey

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

Run with Naftiko IxonAgentControlKey

What You Can Do

GET
Get — AgentControlKey
/v1/agents/{agentid}/control-key
POST
Post — AgentControlKey
/v1/agents/{agentid}/control-key
DELETE
Delete — AgentControlKey
/v1/agents/{agentid}/control-key

MCP Tools

agentcontrolkey

AgentControlKey

read-only idempotent
agentcontrolkey-2

AgentControlKey

agentcontrolkey-3

AgentControlKey

idempotent

Capability Spec

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