v1

latestOpenAPI 3.0.3MIT2026-07-17321126.8 KB
Projects

Create a new project

post/api/projects

Request body

namestring required
git_repo_pathstring required
use_existing_repoboolean
setup_scriptstring nullable
dev_scriptstring nullable
cleanup_scriptstring nullable
copy_filesstring nullable

Example request

{
  "name": "My Project",
  "git_repo_path": "~/projects/my-project",
  "copy_files": ".env, .mcp.json"
}

Response

Project created

successboolean required
error_dataobject nullable
messagestring nullable