Last updated 2 months ago
Create a knowledge project
/agents/{agentId}/knowledge/project
curl -L \ --request POST \ --url 'https://www.taskade.com/api/v1/agents/{agentId}/knowledge/project' \ --header 'Content-Type: application/json' \ --data '{"projectId":"text"}'
{ "item": { "id": "text", "name": "text", "space_id": "text", "data": { "description": "text", "knowledgeEnabled": true, "language": "text", "tone": "authoritative", "commands": [ { "name": "text", "prompt": "text", "id": "text", "mode": "default" } ], "avatar": { "type": "emoji", "data": { "value": "text" } } } }, "ok": true }