API Reference

Task Manager

AI-powered task management — create, schedule, track time, and get intelligent prioritization

← All docs
all core 13 API calls

Plugin ID: task-manager

API calls

Every tool Task Manager exposes. Click a call to see its full parameter schema.

Invoking from code

Authenticate with a bearer token, then call any tool above. This example runs list_tasks for the task-manager app.

curl -X POST https://api.kiap.ai/api/plugin/call \
  -H "Authorization: Bearer cbk_..." \
  -H "Content-Type: application/json" \
  -d '{ "pluginId": "task-manager", "toolName": "list_tasks", "args": {} }'