IEC 62443 is the international standard for securing industrial automation and control systems. Emerson's own TankMaster Mobile is built to IEC 62443-3-3. Project Beyond's zero trust security architecture references it explicitly.
Most of the standard's requirements come down to a few core principles at the connectivity level.
Zones and conduits. Systems are grouped into security zones based on risk. Communication between zones happens through controlled conduits. Every integration point between your OT zone and an IT system, a cloud platform, or a remote device is a conduit. It needs to be defined, controlled, and monitored.
Outbound-only connections. The standard strongly discourages inbound connections from outside the OT network boundary. An on-premises system should initiate connections outward, not accept them from external sources. This removes the need to open inbound firewall ports, which is one of the most common ways OT systems get exposed.
Least privilege access. Users and systems get only the permissions required for their specific task. At the API level, this means scoped tokens with defined expiry - not shared credentials or permanent API keys.
These aren't aspirational principles. They're design requirements. And they're decisions that get made when the integration is built, not after it's running.