APIs.io Engineering Platform Cloudflare API — Radar AI Inference

APIs.io Engineering Platform Cloudflare API — Radar AI Inference. 4 operations. Lead operation: APIs.io Engineering Platform Get Models Summary. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformRadar AI Inference

What You Can Do

GET
Radargetaiinferencesummarybymodel — APIs.io Engineering Platform Get Models Summary
/v1/radar/ai/inference/summary/model
GET
Radargetaiinferencesummarybytask — APIs.io Engineering Platform Get Tasks Summary
/v1/radar/ai/inference/summary/task
GET
Radargetaiinferencetimeseriesgroupbymodel — APIs.io Engineering Platform Get Models Time Series
/v1/radar/ai/inference/timeseries-groups/model
GET
Radargetaiinferencetimeseriesgroupbytask — APIs.io Engineering Platform Get Tasks Time Series
/v1/radar/ai/inference/timeseries-groups/task

MCP Tools

apis-io-engineering-platform-get-models

APIs.io Engineering Platform Get Models Summary

read-only idempotent
apis-io-engineering-platform-get-tasks

APIs.io Engineering Platform Get Tasks Summary

read-only idempotent
apis-io-engineering-platform-get-models-2

APIs.io Engineering Platform Get Models Time Series

read-only idempotent
apis-io-engineering-platform-get-tasks-2

APIs.io Engineering Platform Get Tasks Time Series

read-only idempotent

Capability Spec

cloudflare-radar-ai-inference.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Radar AI Inference
  description: 'APIs.io Engineering Platform Cloudflare API — Radar AI Inference. 4 operations. Lead operation: APIs.io Engineering
    Platform Get Models Summary. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Radar AI Inference
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-radar-ai-inference
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Radar AI Inference business capability. Self-contained, no
      shared references.
    resources:
    - name: radar-ai-inference-summary-model
      path: /radar/ai/inference/summary/model
      operations:
      - name: radargetaiinferencesummarybymodel
        method: GET
        description: APIs.io Engineering Platform Get Models Summary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: array
          description: Array of names that will be used to name the series in responses.
        - name: dateRange
          in: query
          type: array
          description: For example, use `7d` and `7dControl` to compare this week with the previous week. Use this parameter
            or set specific start and end dates (`dateStart` and `date
        - name: dateStart
          in: query
          type: array
          description: Array of datetimes to filter the start of a series.
        - name: dateEnd
          in: query
          type: array
          description: End of the date range (inclusive).
        - name: format
          in: query
          type: string
          description: Format results are returned in.
    - name: radar-ai-inference-summary-task
      path: /radar/ai/inference/summary/task
      operations:
      - name: radargetaiinferencesummarybytask
        method: GET
        description: APIs.io Engineering Platform Get Tasks Summary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: array
          description: Array of names that will be used to name the series in responses.
        - name: dateRange
          in: query
          type: array
          description: For example, use `7d` and `7dControl` to compare this week with the previous week. Use this parameter
            or set specific start and end dates (`dateStart` and `date
        - name: dateStart
          in: query
          type: array
          description: Array of datetimes to filter the start of a series.
        - name: dateEnd
          in: query
          type: array
          description: End of the date range (inclusive).
        - name: format
          in: query
          type: string
          description: Format results are returned in.
    - name: radar-ai-inference-timeseries_groups-model
      path: /radar/ai/inference/timeseries_groups/model
      operations:
      - name: radargetaiinferencetimeseriesgroupbymodel
        method: GET
        description: APIs.io Engineering Platform Get Models Time Series
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: aggInterval
          in: query
          type: string
          description: Aggregation interval results should be returned in (for example, in 15 minutes or 1 hour intervals).
            Refer to [Aggregation intervals](https://developers.cloudfl
        - name: name
          in: query
          type: array
          description: Array of names that will be used to name the series in responses.
        - name: dateRange
          in: query
          type: array
          description: For example, use `7d` and `7dControl` to compare this week with the previous week. Use this parameter
            or set specific start and end dates (`dateStart` and `date
        - name: dateStart
          in: query
          type: array
          description: Array of datetimes to filter the start of a series.
        - name: dateEnd
          in: query
          type: array
          description: End of the date range (inclusive).
        - name: limitPerGroup
          in: query
          type: integer
          description: Limit the number of objects (eg browsers, verticals, etc) to the top items over the time range.
        - name: format
          in: query
          type: string
          description: Format results are returned in.
    - name: radar-ai-inference-timeseries_groups-task
      path: /radar/ai/inference/timeseries_groups/task
      operations:
      - name: radargetaiinferencetimeseriesgroupbytask
        method: GET
        description: APIs.io Engineering Platform Get Tasks Time Series
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: aggInterval
          in: query
          type: string
          description: Aggregation interval results should be returned in (for example, in 15 minutes or 1 hour intervals).
            Refer to [Aggregation intervals](https://developers.cloudfl
        - name: name
          in: query
          type: array
          description: Array of names that will be used to name the series in responses.
        - name: dateRange
          in: query
          type: array
          description: For example, use `7d` and `7dControl` to compare this week with the previous week. Use this parameter
            or set specific start and end dates (`dateStart` and `date
        - name: dateStart
          in: query
          type: array
          description: Array of datetimes to filter the start of a series.
        - name: dateEnd
          in: query
          type: array
          description: End of the date range (inclusive).
        - name: limitPerGroup
          in: query
          type: integer
          description: Limit the number of objects (eg browsers, verticals, etc) to the top items over the time range.
        - name: format
          in: query
          type: string
          description: Format results are returned in.
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-radar-ai-inference-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Radar AI Inference. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/radar/ai/inference/summary/model
      name: radar-ai-inference-summary-model
      description: REST surface for radar-ai-inference-summary-model.
      operations:
      - method: GET
        name: radargetaiinferencesummarybymodel
        description: APIs.io Engineering Platform Get Models Summary
        call: cloudflare-radar-ai-inference.radargetaiinferencesummarybymodel
        with:
          name: rest.name
          dateRange: rest.dateRange
          dateStart: rest.dateStart
          dateEnd: rest.dateEnd
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/radar/ai/inference/summary/task
      name: radar-ai-inference-summary-task
      description: REST surface for radar-ai-inference-summary-task.
      operations:
      - method: GET
        name: radargetaiinferencesummarybytask
        description: APIs.io Engineering Platform Get Tasks Summary
        call: cloudflare-radar-ai-inference.radargetaiinferencesummarybytask
        with:
          name: rest.name
          dateRange: rest.dateRange
          dateStart: rest.dateStart
          dateEnd: rest.dateEnd
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/radar/ai/inference/timeseries-groups/model
      name: radar-ai-inference-timeseries-groups-model
      description: REST surface for radar-ai-inference-timeseries_groups-model.
      operations:
      - method: GET
        name: radargetaiinferencetimeseriesgroupbymodel
        description: APIs.io Engineering Platform Get Models Time Series
        call: cloudflare-radar-ai-inference.radargetaiinferencetimeseriesgroupbymodel
        with:
          aggInterval: rest.aggInterval
          name: rest.name
          dateRange: rest.dateRange
          dateStart: rest.dateStart
          dateEnd: rest.dateEnd
          limitPerGroup: rest.limitPerGroup
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/radar/ai/inference/timeseries-groups/task
      name: radar-ai-inference-timeseries-groups-task
      description: REST surface for radar-ai-inference-timeseries_groups-task.
      operations:
      - method: GET
        name: radargetaiinferencetimeseriesgroupbytask
        description: APIs.io Engineering Platform Get Tasks Time Series
        call: cloudflare-radar-ai-inference.radargetaiinferencetimeseriesgroupbytask
        with:
          aggInterval: rest.aggInterval
          name: rest.name
          dateRange: rest.dateRange
          dateStart: rest.dateStart
          dateEnd: rest.dateEnd
          limitPerGroup: rest.limitPerGroup
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-radar-ai-inference-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Radar AI Inference. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-models
      description: APIs.io Engineering Platform Get Models Summary
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-radar-ai-inference.radargetaiinferencesummarybymodel
      with:
        name: tools.name
        dateRange: tools.dateRange
        dateStart: tools.dateStart
        dateEnd: tools.dateEnd
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-tasks
      description: APIs.io Engineering Platform Get Tasks Summary
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-radar-ai-inference.radargetaiinferencesummarybytask
      with:
        name: tools.name
        dateRange: tools.dateRange
        dateStart: tools.dateStart
        dateEnd: tools.dateEnd
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-models-2
      description: APIs.io Engineering Platform Get Models Time Series
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-radar-ai-inference.radargetaiinferencetimeseriesgroupbymodel
      with:
        aggInterval: tools.aggInterval
        name: tools.name
        dateRange: tools.dateRange
        dateStart: tools.dateStart
        dateEnd: tools.dateEnd
        limitPerGroup: tools.limitPerGroup
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-tasks-2
      description: APIs.io Engineering Platform Get Tasks Time Series
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-radar-ai-inference.radargetaiinferencetimeseriesgroupbytask
      with:
        aggInterval: tools.aggInterval
        name: tools.name
        dateRange: tools.dateRange
        dateStart: tools.dateStart
        dateEnd: tools.dateEnd
        limitPerGroup: tools.limitPerGroup
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.