APIs.io Engineering Platform Cloudflare API — Access Tags

APIs.io Engineering Platform Cloudflare API — Access Tags. 5 operations. Lead operation: APIs.io Engineering Platform List tags. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccess Tags

What You Can Do

GET
Accesstagslisttags — APIs.io Engineering Platform List tags
/v1/accounts/{account-id}/access/tags
POST
Accesstagscreatetag — APIs.io Engineering Platform Create a tag
/v1/accounts/{account-id}/access/tags
DELETE
Accesstagsdeleteatag — APIs.io Engineering Platform Delete a tag
/v1/accounts/{account-id}/access/tags/{tag-name}
GET
Accesstagsgetatag — APIs.io Engineering Platform Get a tag
/v1/accounts/{account-id}/access/tags/{tag-name}
PUT
Accesstagsupdateatag — APIs.io Engineering Platform Update a tag
/v1/accounts/{account-id}/access/tags/{tag-name}

MCP Tools

apis-io-engineering-platform-list-tags

APIs.io Engineering Platform List tags

read-only idempotent
apis-io-engineering-platform-create-tag

APIs.io Engineering Platform Create a tag

apis-io-engineering-platform-delete-tag

APIs.io Engineering Platform Delete a tag

idempotent
apis-io-engineering-platform-get-tag

APIs.io Engineering Platform Get a tag

read-only idempotent
apis-io-engineering-platform-update-tag

APIs.io Engineering Platform Update a tag

idempotent

Capability Spec

cloudflare-access-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Access Tags
  description: 'APIs.io Engineering Platform Cloudflare API — Access Tags. 5 operations. Lead operation: APIs.io Engineering
    Platform List tags. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Access Tags
  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-access-tags
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Access Tags business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-access-tags
      path: /accounts/{account_id}/access/tags
      operations:
      - name: accesstagslisttags
        method: GET
        description: APIs.io Engineering Platform List tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: accesstagscreatetag
        method: POST
        description: APIs.io Engineering Platform Create a tag
        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: false
    - name: accounts-account_id-access-tags-tag_name
      path: /accounts/{account_id}/access/tags/{tag_name}
      operations:
      - name: accesstagsdeleteatag
        method: DELETE
        description: APIs.io Engineering Platform Delete a tag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: tag_name
          in: path
          type: string
          required: true
      - name: accesstagsgetatag
        method: GET
        description: APIs.io Engineering Platform Get a tag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: tag_name
          in: path
          type: string
          required: true
      - name: accesstagsupdateatag
        method: PUT
        description: APIs.io Engineering Platform Update a tag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: tag_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-access-tags-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Access Tags. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/access/tags
      name: accounts-account-id-access-tags
      description: REST surface for accounts-account_id-access-tags.
      operations:
      - method: GET
        name: accesstagslisttags
        description: APIs.io Engineering Platform List tags
        call: cloudflare-access-tags.accesstagslisttags
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accesstagscreatetag
        description: APIs.io Engineering Platform Create a tag
        call: cloudflare-access-tags.accesstagscreatetag
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/tags/{tag-name}
      name: accounts-account-id-access-tags-tag-name
      description: REST surface for accounts-account_id-access-tags-tag_name.
      operations:
      - method: DELETE
        name: accesstagsdeleteatag
        description: APIs.io Engineering Platform Delete a tag
        call: cloudflare-access-tags.accesstagsdeleteatag
        with:
          account_id: rest.account_id
          tag_name: rest.tag_name
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accesstagsgetatag
        description: APIs.io Engineering Platform Get a tag
        call: cloudflare-access-tags.accesstagsgetatag
        with:
          account_id: rest.account_id
          tag_name: rest.tag_name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accesstagsupdateatag
        description: APIs.io Engineering Platform Update a tag
        call: cloudflare-access-tags.accesstagsupdateatag
        with:
          account_id: rest.account_id
          tag_name: rest.tag_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-access-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Access Tags. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-tags
      description: APIs.io Engineering Platform List tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-tags.accesstagslisttags
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-tag
      description: APIs.io Engineering Platform Create a tag
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-access-tags.accesstagscreatetag
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-tag
      description: APIs.io Engineering Platform Delete a tag
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-access-tags.accesstagsdeleteatag
      with:
        account_id: tools.account_id
        tag_name: tools.tag_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-tag
      description: APIs.io Engineering Platform Get a tag
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-tags.accesstagsgetatag
      with:
        account_id: tools.account_id
        tag_name: tools.tag_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-tag
      description: APIs.io Engineering Platform Update a tag
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-access-tags.accesstagsupdateatag
      with:
        account_id: tools.account_id
        tag_name: tools.tag_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.