Skip to main content

Types

GET 

/workstations/types

List all Workstation Types available for request:

Workstation TypeDescription
defaultA Workstation with maximum hardware and software capabilities.

Workstation Types are the different configurations of Workstations available for request. Each type has a unique set of hardware and software resources available to the agentic application connecting to the Workstation.

Responses

Successfully listed a set of all available Workstation Types.

Schema

    object string

    Possible values: [list]

    data

    object[]

  • Array [

  • id WorkstationTypeID (string)

    The identification label for a Workstation Type.

    Possible values: [default]

    description string

    A brief description of the Workstation, its capabilities, and intended use.

    hardware WorkstationHardwareTypes (string)[]

    List of virtual hardware capabilities available within the Workstation.

    Possible values: [keyboard, mouse, speaker, microphone, camera, display]

    software WorkstationSoftwareTypes (string)[]

    List of software applications available within the Workstation.

    Possible values: [ssh, terminal, vnc, desktop, chromium]

    models WorkstationModelTypes (string)[]

    List of AI models available within the Workstation.

    Possible values: [speech-to-text, text-to-speech, large-language-model]

  • ]

Loading...