Retrieve all websites associated with a specific agent’s knowledge base
GET/api/agent-websitesX-Authorization: Your API key (required)uid (string, required): Your user IDagentId (string, required): The ID of the agentPOST/api/agent-websitesX-Authorization: Your API key (required)Content-Type: application/jsonDELETE/api/agent-websitesX-Authorization: Your API key (required)uid (string, required): Your user IDagentId (string, required): The ID of the agentwebsiteId (string, required): The ID of the website to delete400 Bad Request: Invalid request parameters or invalid URL401 Unauthorized: Invalid or missing API key, or insufficient permissions404 Not Found: Website not found (for DELETE operations)500 Internal Server Error: Server error