APIs.io Engineering Platform Cloudflare API — Account Request Tracer

APIs.io Engineering Platform Cloudflare API — Account Request Tracer. 1 operations. Lead operation: APIs.io Engineering Platform Request Trace. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccount Request Tracer

What You Can Do

POST
Accountrequesttracerrequesttrace — APIs.io Engineering Platform Request Trace
/v1/accounts/{account-id}/request-tracer/trace

MCP Tools

apis-io-engineering-platform-request-trace

APIs.io Engineering Platform Request Trace

Capability Spec

cloudflare-account-request-tracer.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Account Request Tracer
  description: 'APIs.io Engineering Platform Cloudflare API — Account Request Tracer. 1 operations. Lead operation: APIs.io
    Engineering Platform Request Trace. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Account Request Tracer
  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-account-request-tracer
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Account Request Tracer business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-request-tracer-trace
      path: /accounts/{account_id}/request-tracer/trace
      operations:
      - name: accountrequesttracerrequesttrace
        method: POST
        description: APIs.io Engineering Platform Request Trace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-account-request-tracer-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Account Request Tracer. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/request-tracer/trace
      name: accounts-account-id-request-tracer-trace
      description: REST surface for accounts-account_id-request-tracer-trace.
      operations:
      - method: POST
        name: accountrequesttracerrequesttrace
        description: APIs.io Engineering Platform Request Trace
        call: cloudflare-account-request-tracer.accountrequesttracerrequesttrace
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-account-request-tracer-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Account Request Tracer. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-request-trace
      description: APIs.io Engineering Platform Request Trace
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-account-request-tracer.accountrequesttracerrequesttrace
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.