Last updated 2 days ago
Update public agent
Public Agent
const response = await fetch('https://www.taskade.com/api/v1/agents/{agentId}/public-agent', { method: 'PATCH', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "preferences": {} }), }); const data = await response.json();
{ "ok": true, "item": { "id": "text", "space_agent_id": "text", "preferences": { "mode": "template", "canCopyKnowledge": false, "hideBranding": false, "theme": "light" } } }