Skip to content
Lobby
Esc
navigateopen⌘Jpreview

Link A Task

Associate the current cloud-agent conversation with its primary task.

MCP link_task

Parameters

Name Type Description
taskId UUID Task in the inherited project.
revision integer conversationTask.revision, or 0 with no link.

Conversation and project identity are inherited. Linking does not change task status.

Request

lobby tasks link --task-id TASK_ID --revision 0

Response

{"conversationTask":{"taskId":"TASK_ID","revision":1}}