Skip to main content

Quickstart

Get from zero to an invoked device function in a few curls.
Create an API key in the dashboard under API keys, then come back here with $ORQUESTR_API_KEY.

1. API key

Export your key and base URL:
Send it on every request:

2. List devices

Response: { data: Device[], meta }. Results respect the API key’s optional customer / license / device filters.

3. List functions for a device

Response: { data: Function[], meta } (meta includes device_id and adapter).
The device must be enrolled and online via the Gateway. Response is { "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.