Dust · Capability

Dust Workspace API — Workspace

Dust Workspace API — Workspace. 2 operations. Lead operation: Export Workspace Analytics. Self-contained Naftiko capability covering one Dust business surface.

Dust Workspace API — Workspace is a Naftiko capability published by Dust, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 2 operations across the GET method rooted at /v1/api/v1/w/{…}.

The capability includes 2 read-only operations. Lead operation: Export Workspace Analytics. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dust and Workspace.

Run with Naftiko DustWorkspace

What You Can Do

GET
Get api v1 w analytics export — Export Workspace Analytics
/v1/api/v1/w/{wId}/analytics/export
GET
Get api v1 w workspace usage — Get Workspace Usage Data
/v1/api/v1/w/{wId}/workspace-usage

MCP Tools

dust-get-api-v1-w-analytics-export

Export Workspace Analytics

read-only idempotent
dust-get-api-v1-w-workspace-usage

Get Workspace Usage Data

read-only idempotent

Capability Spec

workspace-workspace.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dust Workspace API — Workspace
  description: 'Dust Workspace API — Workspace. 2 operations. Lead operation: Export Workspace Analytics. Self-contained Naftiko
    capability covering one Dust business surface.'
  tags:
  - Dust
  - Workspace
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
- namespace: env
  keys:
    DUST_API_KEY: DUST_API_KEY
    DUST_WORKSPACE_ID: DUST_WORKSPACE_ID
capability:
  consumes:
  - type: http
    namespace: workspace-workspace
    baseUri: https://dust.tt
    description: Dust Workspace API — Workspace business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-w-wid-analytics-export
      path: /api/v1/w/{wId}/analytics/export
      operations:
      - name: get-api-v1-w-analytics-export
        method: GET
        description: Export Workspace Analytics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
    - name: api-v1-w-wid-workspace-usage
      path: /api/v1/w/{wId}/workspace-usage
      operations:
      - name: get-api-v1-w-workspace-usage
        method: GET
        description: Get Workspace Usage Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
    authentication:
      type: bearer
      value: '{{env.DUST_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: workspace-workspace-rest
    port: 8080
    description: REST adapter for Dust Workspace API — Workspace. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/w/{wId}/analytics/export
      name: api-v1-w-wid-analytics-export
      description: REST surface for /api/v1/w/{wId}/analytics/export.
      operations:
      - method: GET
        name: get-api-v1-w-analytics-export
        description: Export Workspace Analytics
        call: workspace-workspace.get-api-v1-w-analytics-export
        with: {}
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/w/{wId}/workspace-usage
      name: api-v1-w-wid-workspace-usage
      description: REST surface for /api/v1/w/{wId}/workspace-usage.
      operations:
      - method: GET
        name: get-api-v1-w-workspace-usage
        description: Get Workspace Usage Data
        call: workspace-workspace.get-api-v1-w-workspace-usage
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: workspace-workspace-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dust Workspace API — Workspace. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: dust-get-api-v1-w-analytics-export
      description: Export Workspace Analytics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workspace-workspace.get-api-v1-w-analytics-export
      with: {}
      outputParameters:
      - type: object
        mapping: $.
    - name: dust-get-api-v1-w-workspace-usage
      description: Get Workspace Usage Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workspace-workspace.get-api-v1-w-workspace-usage
      with: {}
      outputParameters:
      - type: object
        mapping: $.