curl --request GET \
--url http://localhost:3333/v1/device-agent/mac \
--header 'X-API-Key: <api-key>'"Binary DMG file content"Downloads the Comp AI Device Agent installer for macOS as a DMG file. The agent helps monitor device compliance and security policies. 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/mac \
--header 'X-API-Key: <api-key>'"Binary DMG file content"API key for authentication
macOS agent DMG file download
The response is of type file.
Was this page helpful?