Last updated 4 months ago
Create a knowledge project
Project knowledge created
POST /api/v1/agents/{agentId}/knowledge/project HTTP/1.1 Host: www.taskade.com Content-Type: application/json Accept: */* Content-Length: 20 { "projectId": "text" }
{ "ok": true, "item": { "id": "text", "name": "text", "space_id": "text", "data": { "commands": [ { "name": "text", "prompt": "text", "id": "text", "mode": "default" } ], "description": "text", "tone": "authoritative", "avatar": { "type": "emoji", "data": { "value": "text" } }, "knowledgeEnabled": true, "language": "text" } } }