Label Studio · Capability

API Reference — subpackage_exportStorage.subpackage_exportStorage/azureSpi

API Reference — subpackage_exportStorage.subpackage_exportStorage/azureSpi. 7 operations. Lead operation: ✨ Get all Azure SPI export storage. Self-contained Naftiko capability covering one Label Studio business surface.

Run with Naftiko Label Studiosubpackage_exportStorage.subpackage_exportStorage/azureSpi

What You Can Do

GET
List — ✨ Get all Azure SPI export storage
/v1/api/storages/export/azure-spi
POST
Create — ✨ Create Azure export storage with SPI authentication
/v1/api/storages/export/azure-spi
POST
Validate — ✨ Validate Azure SPI export storage
/v1/api/storages/export/azure-spi/validate
GET
Get — ✨ Get Azure SPI export storage
/v1/api/storages/export/azure-spi/{id}
DELETE
Delete — ✨ Delete Azure SPI export storage
/v1/api/storages/export/azure-spi/{id}
PATCH
Update — ✨ Update Azure SPI export storage
/v1/api/storages/export/azure-spi/{id}
POST
Sync — ✨ Sync Azure SPI export storage
/v1/api/storages/export/azure-spi/{id}/sync

MCP Tools

get-all-azure-spi-export

✨ Get all Azure SPI export storage

read-only idempotent
create-azure-export-storage-spi

✨ Create Azure export storage with SPI authentication

validate-azure-spi-export-storage

✨ Validate Azure SPI export storage

read-only
get-azure-spi-export-storage

✨ Get Azure SPI export storage

read-only idempotent
delete-azure-spi-export-storage

✨ Delete Azure SPI export storage

idempotent
update-azure-spi-export-storage

✨ Update Azure SPI export storage

idempotent
sync-azure-spi-export-storage

✨ Sync Azure SPI export storage

Capability Spec

label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — subpackage_exportStorage.subpackage_exportStorage/azureSpi
  description: 'API Reference — subpackage_exportStorage.subpackage_exportStorage/azureSpi. 7 operations. Lead operation:
    ✨ Get all Azure SPI export storage. Self-contained Naftiko capability covering one Label Studio business surface.'
  tags:
  - Label Studio
  - subpackage_exportStorage.subpackage_exportStorage/azureSpi
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LABEL_STUDIO_API_KEY: LABEL_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi
    baseUri: http://localhost:8000
    description: API Reference — subpackage_exportStorage.subpackage_exportStorage/azureSpi business capability. Self-contained,
      no shared references.
    resources:
    - name: api-storages-export-azure_spi
      path: /api/storages/export/azure_spi
      operations:
      - name: list
        method: GET
        description: ✨ Get all Azure SPI export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ordering
          in: query
          type: string
          description: Which field to use when ordering the results.
        - name: project
          in: query
          type: integer
          description: Project ID
          required: true
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
      - name: create
        method: POST
        description: ✨ Create Azure export storage with SPI authentication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-storages-export-azure_spi-validate
      path: /api/storages/export/azure_spi/validate
      operations:
      - name: validate
        method: POST
        description: ✨ Validate Azure SPI export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-storages-export-azure_spi-id
      path: /api/storages/export/azure_spi/{id}
      operations:
      - name: get
        method: GET
        description: ✨ Get Azure SPI export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
      - name: delete
        method: DELETE
        description: ✨ Delete Azure SPI export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
      - name: update
        method: PATCH
        description: ✨ Update Azure SPI export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-storages-export-azure_spi-id-sync
      path: /api/storages/export/azure_spi/{id}/sync
      operations:
      - name: sync
        method: POST
        description: ✨ Sync Azure SPI export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.LABEL_STUDIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi-rest
    port: 8080
    description: REST adapter for API Reference — subpackage_exportStorage.subpackage_exportStorage/azureSpi. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/storages/export/azure-spi
      name: api-storages-export-azure-spi
      description: REST surface for api-storages-export-azure_spi.
      operations:
      - method: GET
        name: list
        description: ✨ Get all Azure SPI export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.list
        with:
          ordering: rest.ordering
          project: rest.project
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: create
        description: ✨ Create Azure export storage with SPI authentication
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.create
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/storages/export/azure-spi/validate
      name: api-storages-export-azure-spi-validate
      description: REST surface for api-storages-export-azure_spi-validate.
      operations:
      - method: POST
        name: validate
        description: ✨ Validate Azure SPI export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.validate
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/storages/export/azure-spi/{id}
      name: api-storages-export-azure-spi-id
      description: REST surface for api-storages-export-azure_spi-id.
      operations:
      - method: GET
        name: get
        description: ✨ Get Azure SPI export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.get
        with:
          id: rest.id
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: ✨ Delete Azure SPI export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.delete
        with:
          id: rest.id
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: update
        description: ✨ Update Azure SPI export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.update
        with:
          id: rest.id
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/storages/export/azure-spi/{id}/sync
      name: api-storages-export-azure-spi-id-sync
      description: REST surface for api-storages-export-azure_spi-id-sync.
      operations:
      - method: POST
        name: sync
        description: ✨ Sync Azure SPI export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.sync
        with:
          id: rest.id
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — subpackage_exportStorage.subpackage_exportStorage/azureSpi. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-all-azure-spi-export
      description: ✨ Get all Azure SPI export storage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.list
      with:
        ordering: tools.ordering
        project: tools.project
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: create-azure-export-storage-spi
      description: ✨ Create Azure export storage with SPI authentication
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.create
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: validate-azure-spi-export-storage
      description: ✨ Validate Azure SPI export storage
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.validate
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-azure-spi-export-storage
      description: ✨ Get Azure SPI export storage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.get
      with:
        id: tools.id
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-azure-spi-export-storage
      description: ✨ Delete Azure SPI export storage
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.delete
      with:
        id: tools.id
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: update-azure-spi-export-storage
      description: ✨ Update Azure SPI export storage
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.update
      with:
        id: tools.id
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sync-azure-spi-export-storage
      description: ✨ Sync Azure SPI export storage
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-azurespi.sync
      with:
        id: tools.id
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.