get_coding_standards
Read-only
Get the project’s coding standards, one markdown document per category.
Categories with status “generating” are being (re)generated in the
background - re-read shortly for their content. Requires an admin-level
user.
UUID
required
Project UUID.
UUID
required
Workspace UUID.
int
default:"0"
Character offset into the response for paging large payloads; use next_offset from the previous call.
update_coding_standard
Update one coding-standards category (other categories are untouched).
Read the current content with get_coding_standards first and edit from it -
this replaces the whole category document. The agent applies these standards
on every future task in the workspace. Requires an admin-level user.
UUID
required
Project UUID.
UUID
required
Workspace UUID.
string
required
Category to update - one of: CSS, GRAPHICAL_ASSETS, HOOK_EVENTS, API_REQUESTS, STRUCTURE_STYLING, THIRD_PARTY_LIBS, CONFIG_DECLARATIONS, APP_PROVIDERS, PROJECT_ARCHITECTURE, DESIGN, PRODUCT.
string
required
The category’s full standards markdown (replaces that category’s current content).
get_pr_template
Read-only
Get the project’s PR description template ({“template”: null} means the
default template applies - see get_default_pr_template). Requires an
admin-level user.
UUID
required
Project UUID.
UUID
required
Workspace UUID.
get_default_pr_template
Read-only
Get the built-in default PR template (the one used when the project has
no custom template saved).
UUID
required
Project UUID.
update_pr_template
Save the project’s PR description template (used for every Send to Devs
PR). Requires an admin-level user.
UUID
required
Project UUID.
UUID
required
Workspace UUID.
string
required
The full PR description template markdown.
update_project_info
Update project info: name, description, default branch, and/or base ref.
Only the fields you pass change; omitted fields keep their value. Requires
an admin-level user.
UUID
required
Project UUID.
string
New project display name.
string
New project description.
string
New default branch (e.g. ‘main’).
string
Branch to anchor new tasks at instead of the default branch. Pass an empty string to clear the anchor (falls back to default_branch).