Skip to content
Lobby
Esc
navigateopen⌘Jpreview

Save Project

Replace the current project's durable Markdown brief.

MCP save_project

Updates an existing project; it does not create one. Project and author identity are inherited from the writable cloud agent.

Parameters

Name Type Description
revision integer Latest non-negative revision from Get Project.
brief string Replacement Markdown, at most 20,000 characters.

Put durable decisions in the brief and progress in task comments.

Request

lobby project save --revision 4 --brief '# Project brief'

Response

{"project":{"id":"PROJECT_ID","revision":5,"brief":"# Project brief"}}