Endpoint
Request Body
Display name of the board
URL-friendly identifier for the board
Detailed description of the board’s purpose. Cannot be empty or whitespace-only.
Gateway ID to associate with this board. The gateway must exist and have a main agent configured.
Board group ID to add this board to. Must be a valid group in the organization.
Type of board. Typically “goal” for goal-oriented boards.
Primary objective for the board. Required if
goal_confirmed is true.Key-value pairs defining success criteria. Required if
goal_confirmed is true.Example:Target completion date in ISO 8601 format
Whether the goal has been confirmed. If true,
objective and success_metrics are required.Source or origin of the goal (e.g., “Product roadmap Q1”)
Whether tasks require approval before marking as done
Whether tasks require review before completion
Whether status changes are blocked when approval is pending
Whether only the board lead can change task status
Maximum number of agents allowed on this board. Must be >= 0.
Response
Returns the created board object.Unique identifier for the created board
Organization that owns this board
Display name of the board
URL-friendly identifier
Board description
Associated gateway ID
Board group ID, if assigned
Type of board
Primary objective
Success criteria key-value pairs
Target completion date
Whether goal is confirmed
Source of the goal
Approval requirement setting
Review requirement setting
Status change blocking setting
Lead-only status change setting
Maximum agents allowed
Creation timestamp
Last update timestamp
Example Request
Example Response
Error Responses
422 Unprocessable Entity
gateway_id is invalid: Gateway does not exist or does not belong to the organizationgateway must have a gateway main agent before boards can be created or updated: Gateway needs a main agent configured firstboard_group_id is invalid: Board group does not exist or does not belong to the organizationgateway_id is required: No gateway_id provideddescription is required: Description is empty or whitespace-onlyConfirmed goal boards require objective and success_metrics: Whengoal_confirmedis true, both fields must be provided