IXON · Capability

IXON API — AgentEdgeAppInstanceFile

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

Run with Naftiko IxonAgentEdgeAppInstanceFile

What You Can Do

DELETE
Delete — AgentEdgeAppInstanceFile
/v1/agents/edge-app-instances/files/{publicid}

MCP Tools

agentedgeappinstancefile

AgentEdgeAppInstanceFile

idempotent

Capability Spec

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