IXON · Capability

IXON API — AgentRouterWanConfigCellularPush

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

Run with Naftiko IxonAgentRouterWanConfigCellularPush

What You Can Do

POST
Post — AgentRouterWanConfigCellularPush
/v1/agents/{agentid}/router-wan-config/cellular
DELETE
Delete — AgentRouterWanConfigCellularPush
/v1/agents/{agentid}/router-wan-config/cellular

MCP Tools

agentrouterwanconfigcellularpush

AgentRouterWanConfigCellularPush

agentrouterwanconfigcellularpush-2

AgentRouterWanConfigCellularPush

idempotent

Capability Spec

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