APIs.io Engineering Platform Cloudflare API — User

APIs.io Engineering Platform Cloudflare API — User. 2 operations. Lead operation: APIs.io Engineering Platform User Details. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformUser

What You Can Do

GET
Useruserdetails — APIs.io Engineering Platform User Details
/v1/user
PATCH
Useredituser — APIs.io Engineering Platform Edit User
/v1/user

MCP Tools

apis-io-engineering-platform-user-details

APIs.io Engineering Platform User Details

read-only idempotent
apis-io-engineering-platform-edit-user

APIs.io Engineering Platform Edit User

idempotent

Capability Spec

cloudflare-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — User
  description: 'APIs.io Engineering Platform Cloudflare API — User. 2 operations. Lead operation: APIs.io Engineering Platform
    User Details. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - User
  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-user
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — User business capability. Self-contained, no shared references.
    resources:
    - name: user
      path: /user
      operations:
      - name: useruserdetails
        method: GET
        description: APIs.io Engineering Platform User Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: useredituser
        method: PATCH
        description: APIs.io Engineering Platform Edit User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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-user-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — User. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/user
      name: user
      description: REST surface for user.
      operations:
      - method: GET
        name: useruserdetails
        description: APIs.io Engineering Platform User Details
        call: cloudflare-user.useruserdetails
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: useredituser
        description: APIs.io Engineering Platform Edit User
        call: cloudflare-user.useredituser
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — User. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-user-details
      description: APIs.io Engineering Platform User Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-user.useruserdetails
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-edit-user
      description: APIs.io Engineering Platform Edit User
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-user.useredituser
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.