Workstations
Workstations are API accessible virtual environments provisioned with the necessary software and hardware resources to run an agentic application. Workstations are operated by agentic applications programmatically to perform tasks and get realtime feedback.
Workstation endpoints provide access to request a Workstation environment, retrieve Workstations (required to perform Workstation Actions) and release Workstations when your agentic application no longer requires a virtual environment."
📄️ List Types
List all Workstation Types available for request:
📄️ Request
Creates and initializes a new Workstation instance based on the specified Workstation Type. The Workstation will be provisioned with hardware and software resources defined by the type. If no type is specified, the 'default' type will be used. Returns a Workstation object containing connection details and status information.
📄️ List Active
List all Workstations **currently active** on your personal account or organization. Results are paginated using timestamp-based cursors.
📄️ Retrieve
Retrieve a Workstation based on a currently active Workstation ID.
📄️ Release
Return a Workstation that is no longer in use to AgentStation.