APIs.io Engineering Platform Cloudflare API — Vectorize Beta (Deprecated)

APIs.io Engineering Platform Cloudflare API — Vectorize Beta (Deprecated). 10 operations. Lead operation: APIs.io Engineering Platform List Vectorize Indexes (Deprecated). Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformVectorize Beta (Deprecated)

What You Can Do

GET
Vectorizedeprecatedlistvectorizeindexes — APIs.io Engineering Platform List Vectorize Indexes (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes
POST
Vectorizedeprecatedcreatevectorizeindex — APIs.io Engineering Platform Create Vectorize Index (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes
DELETE
Vectorizedeprecateddeletevectorizeindex — APIs.io Engineering Platform Delete Vectorize Index (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes/{index-name}
GET
Vectorizedeprecatedgetvectorizeindex — APIs.io Engineering Platform Get Vectorize Index (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes/{index-name}
PUT
Vectorizedeprecatedupdatevectorizeindex — APIs.io Engineering Platform Update Vectorize Index (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes/{index-name}
POST
Vectorizedeprecateddeletevectorsbyid — APIs.io Engineering Platform Delete Vectors By Identifier (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes/{index-name}/delete-by-ids
POST
Vectorizedeprecatedgetvectorsbyid — APIs.io Engineering Platform Get Vectors By Identifier (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes/{index-name}/get-by-ids
POST
Vectorizedeprecatedinsertvector — APIs.io Engineering Platform Insert Vectors (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes/{index-name}/insert
POST
Vectorizedeprecatedqueryvector — APIs.io Engineering Platform Query Vectors (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes/{index-name}/query
POST
Vectorizedeprecatedupsertvector — APIs.io Engineering Platform Upsert Vectors (Deprecated)
/v1/accounts/{account-id}/vectorize/indexes/{index-name}/upsert

MCP Tools

apis-io-engineering-platform-list-vectorize

APIs.io Engineering Platform List Vectorize Indexes (Deprecated)

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

APIs.io Engineering Platform Create Vectorize Index (Deprecated)

apis-io-engineering-platform-delete-vectorize

APIs.io Engineering Platform Delete Vectorize Index (Deprecated)

idempotent
apis-io-engineering-platform-get-vectorize

APIs.io Engineering Platform Get Vectorize Index (Deprecated)

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

APIs.io Engineering Platform Update Vectorize Index (Deprecated)

idempotent
apis-io-engineering-platform-delete-vectors

APIs.io Engineering Platform Delete Vectors By Identifier (Deprecated)

apis-io-engineering-platform-get-vectors

APIs.io Engineering Platform Get Vectors By Identifier (Deprecated)

read-only
apis-io-engineering-platform-insert-vectors

APIs.io Engineering Platform Insert Vectors (Deprecated)

apis-io-engineering-platform-query-vectors

APIs.io Engineering Platform Query Vectors (Deprecated)

read-only
apis-io-engineering-platform-upsert-vectors

APIs.io Engineering Platform Upsert Vectors (Deprecated)

Capability Spec

cloudflare-vectorize-beta-deprecated.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Vectorize Beta (Deprecated)
  description: 'APIs.io Engineering Platform Cloudflare API — Vectorize Beta (Deprecated). 10 operations. Lead operation:
    APIs.io Engineering Platform List Vectorize Indexes (Deprecated). Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Vectorize Beta (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-vectorize-beta-deprecated
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Vectorize Beta (Deprecated) business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-vectorize-indexes
      path: /accounts/{account_id}/vectorize/indexes
      operations:
      - name: vectorizedeprecatedlistvectorizeindexes
        method: GET
        description: APIs.io Engineering Platform List Vectorize Indexes (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: vectorizedeprecatedcreatevectorizeindex
        method: POST
        description: APIs.io Engineering Platform Create Vectorize Index (Deprecated)
        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
    - name: accounts-account_id-vectorize-indexes-index_name
      path: /accounts/{account_id}/vectorize/indexes/{index_name}
      operations:
      - name: vectorizedeprecateddeletevectorizeindex
        method: DELETE
        description: APIs.io Engineering Platform Delete Vectorize Index (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
      - name: vectorizedeprecatedgetvectorizeindex
        method: GET
        description: APIs.io Engineering Platform Get Vectorize Index (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
      - name: vectorizedeprecatedupdatevectorizeindex
        method: PUT
        description: APIs.io Engineering Platform Update Vectorize Index (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-indexes-index_name-delete-by-ids
      path: /accounts/{account_id}/vectorize/indexes/{index_name}/delete-by-ids
      operations:
      - name: vectorizedeprecateddeletevectorsbyid
        method: POST
        description: APIs.io Engineering Platform Delete Vectors By Identifier (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-indexes-index_name-get-by-ids
      path: /accounts/{account_id}/vectorize/indexes/{index_name}/get-by-ids
      operations:
      - name: vectorizedeprecatedgetvectorsbyid
        method: POST
        description: APIs.io Engineering Platform Get Vectors By Identifier (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-indexes-index_name-insert
      path: /accounts/{account_id}/vectorize/indexes/{index_name}/insert
      operations:
      - name: vectorizedeprecatedinsertvector
        method: POST
        description: APIs.io Engineering Platform Insert Vectors (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-indexes-index_name-query
      path: /accounts/{account_id}/vectorize/indexes/{index_name}/query
      operations:
      - name: vectorizedeprecatedqueryvector
        method: POST
        description: APIs.io Engineering Platform Query Vectors (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-indexes-index_name-upsert
      path: /accounts/{account_id}/vectorize/indexes/{index_name}/upsert
      operations:
      - name: vectorizedeprecatedupsertvector
        method: POST
        description: APIs.io Engineering Platform Upsert Vectors (Deprecated)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          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-vectorize-beta-deprecated-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Vectorize Beta (Deprecated). One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/vectorize/indexes
      name: accounts-account-id-vectorize-indexes
      description: REST surface for accounts-account_id-vectorize-indexes.
      operations:
      - method: GET
        name: vectorizedeprecatedlistvectorizeindexes
        description: APIs.io Engineering Platform List Vectorize Indexes (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedlistvectorizeindexes
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: vectorizedeprecatedcreatevectorizeindex
        description: APIs.io Engineering Platform Create Vectorize Index (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedcreatevectorizeindex
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/indexes/{index-name}
      name: accounts-account-id-vectorize-indexes-index-name
      description: REST surface for accounts-account_id-vectorize-indexes-index_name.
      operations:
      - method: DELETE
        name: vectorizedeprecateddeletevectorizeindex
        description: APIs.io Engineering Platform Delete Vectorize Index (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecateddeletevectorizeindex
        with:
          account_id: rest.account_id
          index_name: rest.index_name
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: vectorizedeprecatedgetvectorizeindex
        description: APIs.io Engineering Platform Get Vectorize Index (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedgetvectorizeindex
        with:
          account_id: rest.account_id
          index_name: rest.index_name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: vectorizedeprecatedupdatevectorizeindex
        description: APIs.io Engineering Platform Update Vectorize Index (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedupdatevectorizeindex
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/indexes/{index-name}/delete-by-ids
      name: accounts-account-id-vectorize-indexes-index-name-delete-by-ids
      description: REST surface for accounts-account_id-vectorize-indexes-index_name-delete-by-ids.
      operations:
      - method: POST
        name: vectorizedeprecateddeletevectorsbyid
        description: APIs.io Engineering Platform Delete Vectors By Identifier (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecateddeletevectorsbyid
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/indexes/{index-name}/get-by-ids
      name: accounts-account-id-vectorize-indexes-index-name-get-by-ids
      description: REST surface for accounts-account_id-vectorize-indexes-index_name-get-by-ids.
      operations:
      - method: POST
        name: vectorizedeprecatedgetvectorsbyid
        description: APIs.io Engineering Platform Get Vectors By Identifier (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedgetvectorsbyid
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/indexes/{index-name}/insert
      name: accounts-account-id-vectorize-indexes-index-name-insert
      description: REST surface for accounts-account_id-vectorize-indexes-index_name-insert.
      operations:
      - method: POST
        name: vectorizedeprecatedinsertvector
        description: APIs.io Engineering Platform Insert Vectors (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedinsertvector
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/indexes/{index-name}/query
      name: accounts-account-id-vectorize-indexes-index-name-query
      description: REST surface for accounts-account_id-vectorize-indexes-index_name-query.
      operations:
      - method: POST
        name: vectorizedeprecatedqueryvector
        description: APIs.io Engineering Platform Query Vectors (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedqueryvector
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/indexes/{index-name}/upsert
      name: accounts-account-id-vectorize-indexes-index-name-upsert
      description: REST surface for accounts-account_id-vectorize-indexes-index_name-upsert.
      operations:
      - method: POST
        name: vectorizedeprecatedupsertvector
        description: APIs.io Engineering Platform Upsert Vectors (Deprecated)
        call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedupsertvector
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-vectorize-beta-deprecated-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Vectorize Beta (Deprecated). One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-vectorize
      description: APIs.io Engineering Platform List Vectorize Indexes (Deprecated)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedlistvectorizeindexes
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-vectorize
      description: APIs.io Engineering Platform Create Vectorize Index (Deprecated)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedcreatevectorizeindex
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-vectorize
      description: APIs.io Engineering Platform Delete Vectorize Index (Deprecated)
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecateddeletevectorizeindex
      with:
        account_id: tools.account_id
        index_name: tools.index_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-vectorize
      description: APIs.io Engineering Platform Get Vectorize Index (Deprecated)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedgetvectorizeindex
      with:
        account_id: tools.account_id
        index_name: tools.index_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-vectorize
      description: APIs.io Engineering Platform Update Vectorize Index (Deprecated)
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedupdatevectorizeindex
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-vectors
      description: APIs.io Engineering Platform Delete Vectors By Identifier (Deprecated)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecateddeletevectorsbyid
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-vectors
      description: APIs.io Engineering Platform Get Vectors By Identifier (Deprecated)
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedgetvectorsbyid
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-insert-vectors
      description: APIs.io Engineering Platform Insert Vectors (Deprecated)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedinsertvector
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-query-vectors
      description: APIs.io Engineering Platform Query Vectors (Deprecated)
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedqueryvector
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upsert-vectors
      description: APIs.io Engineering Platform Upsert Vectors (Deprecated)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize-beta-deprecated.vectorizedeprecatedupsertvector
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.