IXON · Capability

IXON API — AgentPullCode

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

Run with Naftiko IxonAgentPullCode

What You Can Do

GET
Get — AgentPullCode
/v1/agents/{agentid}/pull-code
POST
Post — AgentPullCode
/v1/agents/{agentid}/pull-code
DELETE
Delete — AgentPullCode
/v1/agents/{agentid}/pull-code

MCP Tools

agentpullcode

AgentPullCode

read-only idempotent
agentpullcode-2

AgentPullCode

agentpullcode-3

AgentPullCode

idempotent

Capability Spec

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