Skip to main content

List Prebuilt Specs

GET 

/workstations/specs/prebuilt

List all Prebuilt Workstation Specs available for request:

Prebuilt SpecDescription
maxA Workstation with maximum hardware and software capabilities.
zoom-chromiumA Workstation for Zoom's web conferencing application over chromium.
meet-chromiumA Workstation for Meet's web conferencing application over chromium.
voipA Workstation for terminal-based VoIP applications.
voip-chromiumA Workstation for browser-based VoIP applications.
chromiumA Workstation for web tasks, browsing, and scraping.
pythonA Workstation for developing and running Python scripts and applications.
nodejsA Workstation for developing and running NodeJS scripts and applications.
golangA Workstation for developing and running golang applications.

Prebuilt Workstation Specs 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 Specs.

Schema

    object string

    Possible values: [list]

    data

    object[]

  • Array [

  • id WorkstationTypeID (string)

    The identification label for a Workstation Type.

    Possible values: [max, zoom-chromium, meet-chromium, voip, voip-chromium, chromium, python, nodejs, golang]

    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...