Create project
create_projectRegister a project: links a GitHub repo the agent will maintain a persistent, synced local clone for, so future tasks can branch off an up-to-date base without re-cloning. Requires a BotKelp account key — projects are private to the account that registers them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| repoUrl | Yes | GitHub repo URL, e.g. https://github.com/owner/repo | |
| baseBranch | No | Defaults to "main". | |
| botKelpKey | Yes | BotKelp account key (starts with "bk_live_"). Required. |