Downcity
ServicesChat Service

Feishu

Integrate Downcity with Feishu/Lark chat

Feishu Integration

Required config

{
  "services": {
    "chat": {
      "channels": {
        "feishu": {
          "enabled": true,
          "channelAccountId": "feishu-main"
        }
      }
    }
  }
}

Credential source:

  1. Create feishu-main in Console UI Global / Channel Accounts.
  2. Fill appId, appSecret, and optional domain (for example Lark: https://open.larksuite.com).

Start runtime

city agent start

Verify channel status

city service status chat

Group behavior

  • Group messages are accepted directly (no @mention required).

Table of Contents