APIs.io Engineering Platform Cloudflare API — Access Bookmark Applications (Deprecated)

APIs.io Engineering Platform Cloudflare API — Access Bookmark Applications (Deprecated). 5 operations. Lead operation: APIs.io Engineering Platform List Bookmark applications. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccess Bookmark Applications (Deprecated)

What You Can Do

GET
Accessbookmarkapplicationsdeprecatedlistbookmarkapplications — APIs.io Engineering Platform List Bookmark applications
/v1/accounts/{account-id}/access/bookmarks
DELETE
Accessbookmarkapplicationsdeprecateddeleteabookmarkapplication — APIs.io Engineering Platform Delete a Bookmark application
/v1/accounts/{account-id}/access/bookmarks/{bookmark-id}
GET
Accessbookmarkapplicationsdeprecatedgetabookmarkapplication — APIs.io Engineering Platform Get a Bookmark application
/v1/accounts/{account-id}/access/bookmarks/{bookmark-id}
POST
Accessbookmarkapplicationsdeprecatedcreateabookmarkapplication — APIs.io Engineering Platform Create a Bookmark application
/v1/accounts/{account-id}/access/bookmarks/{bookmark-id}
PUT
Accessbookmarkapplicationsdeprecatedupdateabookmarkapplication — APIs.io Engineering Platform Update a Bookmark application
/v1/accounts/{account-id}/access/bookmarks/{bookmark-id}

MCP Tools

apis-io-engineering-platform-list-bookmark

APIs.io Engineering Platform List Bookmark applications

read-only idempotent
apis-io-engineering-platform-delete-bookmark

APIs.io Engineering Platform Delete a Bookmark application

idempotent
apis-io-engineering-platform-get-bookmark

APIs.io Engineering Platform Get a Bookmark application

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

APIs.io Engineering Platform Create a Bookmark application

apis-io-engineering-platform-update-bookmark

APIs.io Engineering Platform Update a Bookmark application

idempotent

Capability Spec

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