Feishu
Delivery: Official add-on. Use Feishu when your team already works in Feishu or Lark and you want Fased to join those conversations through the platform’s bot APIs. Status: official optional add-on for Feishu and Lark workspaces. Install it from Agent > Channels, onboarding, or the CLI before entering credentials:Setup from Agent > Channels
Open Agents, select the Agent, then use Agent > Channels > Feishu. You need:- App ID
- App Secret
- domain:
feishuorlark - event subscription enabled in the platform console
- bot capability enabled and published/available to the workspace
Quick setup
- Create an enterprise app in Feishu Open Platform or Lark Developer Console.
- Copy App ID and App Secret.
- Enable bot capability.
- Configure event subscription for message events.
- Publish or make the app available to the workspace.
- Save credentials in Agent > Channels > Feishu.
- Start or restart the gateway and send a test message.
domain: "lark".
Permissions
Enable only the permissions your bot flow needs. Typical needs:- receive messages
- send messages
- bot menu or bot capability where required
- user/chat id lookup if you want allowlist resolution
Access model
Runtime behavior
- The channel keeps a long-lived event connection.
- Incoming messages route to the selected Agent/session.
- Task commands create Agent-owned Tasks.
- Delivery returns through the Feishu/Lark bot API.