{"info":{"_postman_id":"23bf5814-840d-48ee-891b-56c601ae5029","name":"HelpDash Multiagent Backend","description":"<html><head></head><body><p><strong>HelpDash MultiAgent-Backend</strong> is a robust FastAPI-based backend system that powers a multi-agent AI architecture. It features two core agents:</p>\n<ul>\n<li><p><strong>Support Agent</strong> – Handles client support queries using intelligent tools.</p>\n</li>\n<li><p><strong>Dashboard Agent</strong> – Processes internal data queries for analytics and insights.</p>\n</li>\n</ul>\n<p>The backend is modular, scalable, and production-ready — integrated with MongoDB, CrewAI agents, and secure REST endpoints with proper versioning (<code>/api/v1</code>). It also includes health checks and follows clean, maintainable code architecture.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28016254","collectionId":"23bf5814-840d-48ee-891b-56c601ae5029","publishedId":"2sB34co2ZD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-05T12:27:21.000Z"},"item":[{"name":"Dashboard Agent","id":"1f1202f1-1cae-4a60-9900-7484710f4395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prompt\": \"What are the upcoming classes this week?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://helpdash.info/api/v1/dashboard-agent/prompt","description":"<p>This endpoint allows you to interact with the Dashboard Agent by sending a prompt. It processes internal queries such as schedules, analytics, or dashboard-related data and returns a relevant response. Ideal for retrieving structured insights based on user input.</p>\n","urlObject":{"protocol":"https","path":["api","v1","dashboard-agent","prompt"],"host":["helpdash","info"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f1202f1-1cae-4a60-9900-7484710f4395"},{"name":"Suport Agent","id":"3dfcaf66-0b2f-4a24-a032-0fb093c68bf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"prompt\":\"List me all the enrolled services for client Priya Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"https://helpdash.info/api/v1/support-agent/prompt","description":"<p>This endpoint sends a prompt to the Support Agent, designed to handle client-related queries. It returns information such as enrolled services, support tickets, or client-specific details based on the input provided.</p>\n","urlObject":{"protocol":"https","path":["api","v1","support-agent","prompt"],"host":["helpdash","info"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dfcaf66-0b2f-4a24-a032-0fb093c68bf1"},{"name":"New Request","id":"bdd9623c-8420-4038-b0b7-91cc972bbeee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://helpdash.info/health","description":"<p>This is the typical health check router which returns the health status of the api</p>\n","urlObject":{"protocol":"https","path":["health"],"host":["helpdash","info"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdd9623c-8420-4038-b0b7-91cc972bbeee"}]}