IXON · Capability

IXON API — AgentTemplateList

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

Run with Naftiko IxonAgentTemplateList

What You Can Do

GET
Get — AgentTemplateList
/v1/agent-templates
POST
Post — AgentTemplateList
/v1/agent-templates
PATCH
Patch — AgentTemplateList
/v1/agent-templates
DELETE
Delete — AgentTemplateList
/v1/agent-templates

MCP Tools

agenttemplatelist

AgentTemplateList

read-only idempotent
agenttemplatelist-2

AgentTemplateList

agenttemplatelist-3

AgentTemplateList

idempotent
agenttemplatelist-4

AgentTemplateList

idempotent

Capability Spec

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