create_project
Create a new engineering goal and receive a project ID. Set constraints to define non-negotiable requirements for the agent team.
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 |