curl --request GET \
--url http://localhost:3333/v1/device-agent/windows \
--header 'X-API-Key: <api-key>'"Binary ZIP file content"Downloads a ZIP package containing the Comp AI Device Agent installer for Windows, along with setup scripts and instructions. The package includes an MSI installer, setup batch script customized for the organization and user, and a README with installation instructions. Supports both API key authentication (X-API-Key header) and session authentication (Bearer token or cookies).
curl --request GET \
--url http://localhost:3333/v1/device-agent/windows \
--header 'X-API-Key: <api-key>'"Binary ZIP file content"API key for authentication
Windows agent ZIP file download containing MSI installer and setup scripts
The response is of type file.
Was this page helpful?