Class GatewayConfigModel
Full gateway config matching Gateway:Config section shape.
public sealed class GatewayConfigModel
- Inheritance
-
GatewayConfigModel
- Inherited Members
Properties
Agents
public IList<AgentDefinition> Agents { get; set; }
Property Value
Auth
public AuthConfigModel Auth { get; set; }
Property Value
Channels
public IList<ChannelConfigModel> Channels { get; set; }
Property Value
OpenClaw
public OpenClawConfigModel OpenClaw { get; set; }
Property Value
Providers
public IList<ProviderConfigModel> Providers { get; set; }
Property Value
RateLimit
public RateLimitConfigModel RateLimit { get; set; }
Property Value
Routing
public RoutingConfigModel Routing { get; set; }
Property Value
Server
public ServerConfigModel Server { get; set; }