Application Research · Capability

Application Research Radius API — Gateways

Application Research Radius API — Gateways. 2 operations. Lead operation: Application Research Get gateway. Self-contained Naftiko capability covering one Application Research business surface.

Run with Naftiko Application ResearchGateways

What You Can Do

GET
Gatewaysget — Application Research Get gateway
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/gateways/{gatewayname}
PUT
Gatewayscreateorupdate — Application Research Create or update gateway
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/gateways/{gatewayname}

MCP Tools

application-research-get-gateway

Application Research Get gateway

read-only idempotent
application-research-create-update-gateway

Application Research Create or update gateway

idempotent

Capability Spec

radius-gateways.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Application Research Radius API — Gateways
  description: 'Application Research Radius API — Gateways. 2 operations. Lead operation: Application Research Get gateway.
    Self-contained Naftiko capability covering one Application Research business surface.'
  tags:
  - Application Research
  - Gateways
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPLICATION_RESEARCH_API_KEY: APPLICATION_RESEARCH_API_KEY
capability:
  consumes:
  - type: http
    namespace: radius-gateways
    baseUri: https://management.radapp.io
    description: Application Research Radius API — Gateways business capability. Self-contained, no shared references.
    resources:
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Core/gateways/{gatewayName}
      operations:
      - name: gatewaysget
        method: GET
        description: Application Research Get gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: gatewayscreateorupdate
        method: PUT
        description: Application Research Create or update gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: radius-gateways-rest
    port: 8080
    description: REST adapter for Application Research Radius API — Gateways. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/gateways/{gatewayname}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: gatewaysget
        description: Application Research Get gateway
        call: radius-gateways.gatewaysget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: gatewayscreateorupdate
        description: Application Research Create or update gateway
        call: radius-gateways.gatewayscreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: radius-gateways-mcp
    port: 9090
    transport: http
    description: MCP adapter for Application Research Radius API — Gateways. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: application-research-get-gateway
      description: Application Research Get gateway
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-gateways.gatewaysget
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-create-update-gateway
      description: Application Research Create or update gateway
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: radius-gateways.gatewayscreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.