Skip to main content

Overview

Task Templates allow you to create reusable task configurations for common workflows like bug fixes, feature development, code reviews, and refactoring. Base URL: http://localhost:8887/api/task-templates

List Templates

Get all available task templates.

Query Parameters


Get Template

Get a specific template by ID.

Create Template

Create a new task template.
string
required
Template name
string
required
Template description
string
required
Template category (e.g., “bugfix”, “feature”, “refactor”, “review”)
array
required
Array of task definitions with title, description, and order

Update Template

Update an existing template.
string
Updated template name
string
Updated template description
string
Updated template category
array
Updated task definitions array

Delete Template

Delete a template.
Deleting a template is permanent and cannot be undone.

Built-in Templates

Forge includes several built-in templates:

Bug Fix

Feature Development

Code Review

Refactoring


SDK Examples


Next Steps

Tasks API

Create tasks from templates

Workflows

Template-based workflows