Workspace
初始化 Workspace
为 Workspace 创建 IM 会话,并可选地创建关联的 Agent。 返回用户和 Agent 的 JWT Token,用于后续通信。
post/workspace/init
Request body
Response
初始化成功
Example response
{
"ok": true,
"data": {
"agent": {
"expiresIn": "7d"
}
}
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.