Enable public access in the agent
Last updated 11 months ago
Public access successfully enabled
const response = await fetch('https://www.taskade.com/api/v1/agents/{agentId}/publicAccess', { method: 'PUT', headers: {}, }); const data = await response.json();
{ "ok": true, "publicUrl": "https://example.com" }