Losant Connector brings authorized IoT operations into Imperal Cloud. Connect your own least-privilege Losant API token to inspect applications and device fleets, retrieve bounded telemetry, send explicit device commands, work with approved application resources and Data Tables, and run operational reports for stale devices and application health. Losant remains the authority for scopes and permissions; Imperal never exposes saved API tokens or turns the connector into an arbitrary HTTP proxy.
connect_losantwriteConnect a Losant account by saving a least-privilege API token after a harmless applications check.
list_connectionsreadList Losant connections without exposing API tokens.
disconnect_losantreadDisconnect a Losant account. This deletes only Imperal's saved token; nothing is changed in Losant.
list_applicationsreadList Losant applications accessible to the connected token.
list_devicesreadList a bounded page of devices in one Losant application, optionally using a provider-native query object.
get_devicereadRead one Losant device, including its provider-returned configuration and current state.
create_devicewriteCreate one Losant device with explicit configuration fields.
update_devicewriteUpdate explicitly supplied fields on one Losant device.
delete_devicedestructivePermanently delete one Losant device. This cannot be undone.
get_device_datareadRead a bounded range of historical telemetry/state data for one explicit Losant device.
send_device_statewriteReport explicit state attributes for one Losant device. This writes telemetry/state.
send_device_commandwriteSend one explicitly named command to one explicit Losant device.
bulk_send_device_commandswriteSend up to 100 explicit Losant device commands. Continues after individual failures and returns each result.
list_losant_resourcereadList a bounded page from an approved Losant application resource: workflows, data tables, dashboards, events, webhooks, integrations or Experience resources.
get_losant_resourcereadRead one approved Losant application resource by explicit resource ID.
create_losant_resourcewriteCreate one explicitly supplied approved Losant resource. Only data tables, events, webhooks and integrations are write-enabled.
update_losant_resourcewriteUpdate explicitly supplied fields on an approved write-enabled Losant resource.
delete_losant_resourcedestructivePermanently delete one approved Losant resource by explicit ID. This cannot be undone.
list_data_table_rowsreadList a bounded page of rows from one Losant Data Table.
create_data_table_rowwriteCreate one row in a Losant Data Table using data that matches its table schema.
update_data_table_rowwriteUpdate explicitly supplied data fields on one Losant Data Table row.
delete_data_table_rowdestructivePermanently delete one Losant Data Table row. This cannot be undone.
get_stale_devices_reportreadFind returned Losant devices whose provider-reported activity timestamp is older than a selected threshold. Devices without an activity timestamp are reported separately as unknown, not stale.
audit_losant_applicationreadBuild a bounded, read-only operational snapshot for one Losant application: device sample, workflows and data tables. Findings only describe returned data.
Install Losant and let Webbee use it across your workflow.
Open in panel