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