网页版智能体事实边界
网页版智能体来自 C 端 `/c/[shortCode]` 入口:短码解析 active channel + published app,再进入聊天。
真实入口
- C 端页面:
/c/[shortCode]。 - 短码解析:
/api/v4/public/channels/resolve/:shortCode。 - 只有 active channel + published app 才能作为消费者入口。
权限分层
- 游客:可进入公开入口,受试用次数限制,不能使用完整历史/上传/工具/分享能力。
- 登录用户:可保存 conversation、查看侧栏历史。
- 已绑定联系方式:可使用分享等更高信任能力。
- 管理员:配置 app、channel、knowledge、memory 和工具。
本页主题
网页版智能体来自 C 端 /c/[shortCode] 入口:短码解析 active channel + published app,再进入聊天。