Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.15 KB

AgentProxyRuntime.md

File metadata and controls

18 lines (13 loc) · 1.15 KB

AgentProxyRuntime

The agent proxy runtime is used to connect to data sources not accessible over the Internet. The agent acts as an inverting network proxy, forwarding network traffic originating in Foundry into the network where the agent is deployed, and relaying traffic back to Foundry. This allows capabilities in Foundry to work almost exactly the same as when using a direct connection but without requiring you to allow inbound network traffic to your systems originating from Foundry's IP addresses.

Properties

Name Type Required Description
agent_rids List[AgentRid] Yes The RIDs of the agents configured on the connection. These agents are used to provide network connectivity to the external systems or APIs configured on the connection.
type Literal["agentProxyRuntime"] Yes None

[Back to Model list] [Back to API list] [Back to README]