Introduces OpenClaw Gateway features and management, including start, stop, configuration, and integration with external services.
Gateway is OpenClaw's gateway service, receiving external requests and routing them to Agents.
openclaw gateway start
openclaw gateway stop
openclaw gateway status
gateway:
port: 3000
host: localhost
cors:
enabled: true
openclaw gateway restart
Gateway is OpenClaw's gateway service, responsible for receiving external requests and routing them to Agents.
Use the command `openclaw gateway start` to start, and `openclaw gateway stop` to stop.
Run the command `openclaw gateway status` to check the status.
Set the `gateway` field in the configuration file, including `port`, `host`, and `cors` options.
Use the command `openclaw gateway restart` to restart.
人类专家验证
官方机器人验证