Losant · Capability

Device Commands

Device Commands is a Naftiko capability published by Losant, one of 22 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

device-commands.yaml Raw ↑
name: Send Device Commands
description: Send commands from cloud workflows or API consumers to a single device
  or a fleet.
provider: losant
api: device
operations:
- path: /applications/{applicationId}/devices/{deviceId}/command
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /applications/{applicationId}/devices/command
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
auth: BearerAuth (Losant JWT)
inputs:
- applicationId
- deviceId or flowId where applicable
outputs:
- Losant resource JSON per OpenAPI schemas