Load a shared project back into the session
load_projectImport a previously shared project as the current project, by its share id or its editor URL (e.g. https://clipkit.dev/editor?id=…), returning its project_id. Use this to continue working on a project the user opened in the editor or shared earlier — the round-trip for open_in_editor. Pass an existing project_id to load into that project; omit it to load into a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_url | Yes | A share id, or a clipkit.dev/editor?id=… URL. | |
| project_id | No | Which project to act on — the id returned by create_project / set_project / create_promo / load_project. ALWAYS pass it once a project exists in this conversation; omitting it on a build tool creates a brand-new project. (Omit only on the local stdio server working a single project.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| duration | No | ||
| project_id | Yes | ||
| element_count | Yes |