API Reference
Projects
Manage projects of any kind — websites, clients, campaigns, internal work, and other initiatives
all core 32 API calls
Plugin ID: projects
API calls
Every tool Projects 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_projects
for the projects app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "projects", "toolName": "list_projects", "args": {} }'