Pure Storage · Capability

FlashArray REST API — API Clients

FlashArray REST API — API Clients. 4 operations. Lead operation: Pure Storage List API Clients. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageAPI Clients

What You Can Do

GET
Get — Pure Storage List API Clients
/v1/api/2-52/api-clients
POST
Post — Pure Storage Create an API Client
/v1/api/2-52/api-clients
DELETE
Delete — Pure Storage Delete an API Client
/v1/api/2-52/api-clients
PATCH
Patch — Pure Storage Manage an API Client
/v1/api/2-52/api-clients

MCP Tools

pure-storage-list-api-clients

Pure Storage List API Clients

read-only idempotent
pure-storage-create-api-client

Pure Storage Create an API Client

pure-storage-delete-api-client

Pure Storage Delete an API Client

idempotent
pure-storage-manage-api-client

Pure Storage Manage an API Client

idempotent

Capability Spec

flasharray-rest-api-clients.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — API Clients
  description: 'FlashArray REST API — API Clients. 4 operations. Lead operation: Pure Storage List API Clients. Self-contained
    Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - API Clients
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PURE_STORAGE_API_KEY: PURE_STORAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: flasharray-rest-api-clients
    baseUri: ''
    description: FlashArray REST API — API Clients business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-api-clients
      path: /api/2.52/api-clients
      operations:
      - name: get
        method: GET
        description: Pure Storage List API Clients
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create an API Client
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: delete
        method: DELETE
        description: Pure Storage Delete an API Client
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Manage an API Client
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: flasharray-rest-api-clients-rest
    port: 8080
    description: REST adapter for FlashArray REST API — API Clients. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-52/api-clients
      name: api-2-52-api-clients
      description: REST surface for api-2.52-api-clients.
      operations:
      - method: GET
        name: get
        description: Pure Storage List API Clients
        call: flasharray-rest-api-clients.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create an API Client
        call: flasharray-rest-api-clients.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete an API Client
        call: flasharray-rest-api-clients.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Manage an API Client
        call: flasharray-rest-api-clients.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-api-clients-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — API Clients. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pure-storage-list-api-clients
      description: Pure Storage List API Clients
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-api-clients.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-api-client
      description: Pure Storage Create an API Client
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-api-clients.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-api-client
      description: Pure Storage Delete an API Client
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-api-clients.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-manage-api-client
      description: Pure Storage Manage an API Client
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-api-clients.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.