Losant · Capability

Edge Deployments

Edge Deployments 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

edge-deployments.yaml Raw ↑
name: Manage Edge and Embedded Deployments
description: Distribute workflow versions to Edge Compute gateways and Embedded Edge
  Agent (EEA) microcontroller fleets and track deployment state.
provider: losant
api: edge
operations:
- path: /applications/{applicationId}/edge-deployments
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /applications/{applicationId}/embedded-deployments
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
auth: BearerAuth (Losant JWT)
inputs:
- applicationId
- deviceId or flowId where applicable
outputs:
- Losant resource JSON per OpenAPI schemas