Packet Broker Roaming

Packet Broker Roaming is a Naftiko capability published by The Things Network / The Things Stack, one of 5 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

packet-broker-roaming.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: packet-broker-roaming
  provider: the-things-network
  description: Configure LoRaWAN passive and peering roaming via the Packet Broker Agent — list networks, set forwarder/home-network routing policies, and inspect gateway visibility.
  tags:
    - LoRaWAN
    - Packet Broker
    - Roaming
spec:
  inputs:
    network_id:
      type: string
  steps:
    - id: get-info
      operation: PacketBrokerAgent.Pba.GetInfo
      path: /pba/info
    - id: list-networks
      operation: PacketBrokerAgent.Pba.ListNetworks
      path: /pba/networks
    - id: set-home-policy
      operation: PacketBrokerAgent.Pba.SetHomeNetworkDefaultRoutingPolicy
      path: /pba/home-networks/policies/default
    - id: list-policies
      operation: PacketBrokerAgent.Pba.ListHomeNetworkRoutingPolicies
      path: /pba/home-networks/policies
  outputs:
    forwarder_enabled:
      type: boolean
    home_network_enabled:
      type: boolean