create_project
Register an engineering goal to receive a project ID. Set constraints like stack or deadline to guide agent behavior, then decompose the goal with submit_plan.
Instructions
Register a new engineering goal and get a project id.
Call this once per goal, then decompose it with submit_plan.
constraints holds non-negotiables (stack, deadline, style rules)
that every agent should respect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| constraints | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| goal | Yes | ||
| constraints | No | ||
| status | No | active | |
| created_at | Yes |