LINE
This is a shipped standalone native-serve surface: direct sends are implemented, the signed webhook reply loop is implemented, and the runtime stays onchannels serve line instead of gateway run today.
At A Glance
Minimal Config
Smoke Test
Command Surface
Required Fields For Send
Required Fields For Serve
Gateway And Ownership
This surface ships a real built-in serve loop, but it remains a standalone native-serve lane today. Usechannels serve line directly; it does not join gateway run or the gateway-owned reply-loop contract yet.
Operator Notes
channels serve linerequires--bindbecause the local listener address stays an explicit operator decision.--pathis optional when the default webhook path already matches the LINE console setup.- Treat this as a native serve lane, not as an outbound-only sink.
Related Docs
- Continue to Channel Guides for the full shipped channel matrix.
- Continue to Channels for the conceptual surface model.
- Continue to Channel Setup for the shared public setup contract.