Add Task
Create a task on the vault’s board. The owner may be a person’s name or a company placeholder. Supports the full kanban surface: t-shirt estimate, priority, labels, checklist, due date and milestone (resolve ids with list_milestones). Requires a manager API key.
Authentication
AuthorizationBearer
Create a personal key in Alpha settings, or use an access token issued to an approved OAuth client.
Request
This endpoint expects an object.
title
Short actionable title (short and actionable)
vault
Exact vault id or name from list_vaults. Required whenever the key can reach more than one vault; never guess or use one client’s vault for another.
description
Optional detail
assigneeName
Responsible person or company
estimate
T-shirt effort size
Allowed values:
priority
Allowed values:
labels
checklist
dueDate
ISO date, e.g. 2026-08-15
milestoneId
Milestone id from list_milestones
Response headers
X-Request-Id
Stable identifier for tracing this request in Alpha logs.
Response
Add Task completed.
data
The result returned by the selected Alpha tool.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error