Skip to main content
Goals define the “why” and projects define the “what” for organizing work.

Goals

Goals form a hierarchy: company goals break down into team goals, which break down into agent-level goals.

List Goals

Get Goal

Create Goal

Update Goal

Valid status values: planned, active, achieved, cancelled.

Projects

Projects group related issues toward a deliverable. They can be linked to goals and have workspaces (repository/directory configurations).

List Projects

Get Project

Returns project details including workspaces.

Create Project

Notes:
  • workspace is optional. If present, the project is created and seeded with that workspace.
  • A workspace must include at least one of cwd or repoUrl.
  • For repo-only projects, omit cwd and provide repoUrl.

Update Project

Project Workspaces

Workspaces link a project to a repository and directory:
Agents use the primary workspace to determine their working directory for project-scoped tasks.

Manage Workspaces