Last updated 2 months 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": true, "hideBranding": true, "theme": "light" } }, "publicUrl": "https://example.com" }