Quickstart
Get from zero to an invoked device function in a few curls.1. API key
Export your key and base URL:2. List devices
{ data: Device[], meta }. Results respect the API key’s optional customer / license / device filters.
3. List functions for a device
{ data: Function[], meta } (meta includes device_id and adapter).
4. Invoke (example: product search)
{ "data": { device_id, function_id, operation, result } } — result is the agent payload (rows / error).
All SICAR V4 functions
Full catalog with parameters and examples.
API reference
How to authenticate and call the Cloud API.

