Retrieve all documents associated with a specific agent
GET/api/agent-documentsX-Authorization: Your API key (required)uid (string, required): Your user IDagentId (string, required): The ID of the agentPOST/api/agent-documentsX-Authorization: Your API key (required)Content-Type: multipart/form-datauid (string, required): Your user IDagentId (string, required): The ID of the agentfiles (File[], required): Array of files to upload (max 10 files, 10MB each)DELETE/api/agent-documentsX-Authorization: Your API key (required)uid (string, required): Your user IDagentId (string, required): The ID of the agentdocumentId (string, required): The ID of the document to delete400 Bad Request: Invalid request parameters, too many files, file too large, or unsupported file type401 Unauthorized: Invalid or missing API key, or insufficient permissions404 Not Found: Document not found (for DELETE operations)500 Internal Server Error: Server error