Last updated 21 days ago
Get public agent
Public Agent
const response = await fetch('https://www.taskade.com/api/v1/agents/{agentId}/public-agent', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": true, "item": { "id": "text", "space_agent_id": "text", "preferences": { "mode": "template", "canCopyKnowledge": false, "hideBranding": false, "theme": "light" } }, "publicUrl": "https://example.com" }