Tasks
Create a task
Creates a new task. Required: title, teamId.
To create a subtask, set parentId to an existing task’s ID. The parent task must
belong to the same team.
POST
Create a task
Authorizations
API key obtained from the Slog dashboard or returned by the signup/invite-redeem
flows. Pass as the slog-api-key header.
Body
application/json
Example:
"Implement OAuth login"
ID or reference prefix of the team that will own the task.
Example:
"team_01jqteam0001"
Lifecycle status of a task.
Available options:
TODO, IN_PROGRESS, IN_REVIEW, BLOCKED, DONE, CANCELLED Priority level of a task.
Available options:
LOW, MEDIUM, HIGH, URGENT Markdown content.
Example:
"Support Google and GitHub as providers."
Example:
"2026-06-15"
Example:
"proj_01jqproj0001"
Make this a subtask of an existing task in the same team.
Example:
null
Example:
"user_01jquser0001"
Response
Task created.
Create a task