Class OpenClawGatewayConfig
OpenClaw-specific gateway configuration.
public sealed class OpenClawGatewayConfig
- Inheritance
-
OpenClawGatewayConfig
- Inherited Members
Properties
AutoConnect
public bool AutoConnect { get; set; }
Property Value
Channels
public IDictionary<string, OpenClawChannelConfig> Channels { get; set; }
Property Value
DefaultMode
public string DefaultMode { get; set; }
Property Value
Enabled
public bool Enabled { get; set; }
Property Value
RegisterAgents
JD.AI agents to register with OpenClaw so they appear in its dashboard.
public IList<OpenClawAgentRegistration> RegisterAgents { get; set; }
Property Value
WebSocketUrl
public string WebSocketUrl { get; set; }