The Project Object
string
required
Unique identifier for the project
string
required
ID of the company this project belongs to
string
required
Project name
string
Project description
string
required
Status:
backlog, planned, in_progress, completed, or cancelledstring
ID of the linked goal
string
ID of the project lead agent
string
Target completion date (ISO 8601 date)
string
required
ISO 8601 timestamp of creation
string
required
ISO 8601 timestamp of last update
List Projects
Get Project
Retrieve a single project by ID or shortname.Create Project
Create a new project with optional workspace.string
required
Project name
string
Project description
string
Initial status (defaults to
backlog)string
ID of the linked goal
string
ID of the project lead
string
Target completion date (ISO 8601 date)
object
Optional workspace to create with the project
201 Created
Update Project
Update an existing project.string
Project name
string
Project description
string
New status
string
ID of the linked goal
string
ID of the project lead
string
Target completion date
Delete Project
Permanently delete a project.Workspaces
Project workspaces define working directories for agents executing tasks.The Workspace Object
string
required
Unique identifier for the workspace
string
required
ID of the parent project
string
required
Workspace name
string
required
Absolute path to the working directory
boolean
required
Whether this is the primary workspace
string
required
ISO 8601 timestamp of creation
List Workspaces
Create Workspace
string
required
Workspace name
string
required
Absolute path to working directory
boolean
Whether this is the primary workspace (defaults to false)
201 Created
Update Workspace
string
Workspace name
string
Working directory path
boolean
Whether this is the primary workspace