{"name":"BhogarAI Platform Agent","description":"Enterprise Agentic AI Platform providing multi-model LLM orchestration, knowledge base RAG search, workflow execution, guardrail enforcement, and tool invocation capabilities via the A2A protocol.","url":"https://bhogar.ai/api/v1/a2a","version":"26.9.21.14","provider":{"organization":"BhogarAI","url":"https://bhogar.ai"},"capabilities":{"streaming":true,"pushNotifications":false,"stateTransitionHistory":true},"authentication":{"schemes":["bearer"],"credentials":"https://bhogar.ai/api/v1/auth/token"},"defaultInputModes":["text"],"defaultOutputModes":["text"],"skills":[{"id":"chat","name":"Multi-Model Chat","description":"Send messages to any configured LLM provider (OpenAI, Anthropic, Google, AWS Bedrock, etc.) with automatic fallback and load balancing.","tags":["llm","chat","streaming"],"examples":["Summarize this document","Generate a Python script"],"inputModes":["text"],"outputModes":["text"]},{"id":"rag_search","name":"Knowledge Base Search","description":"Search enterprise knowledge bases using semantic vector search with reranking.","tags":["rag","search","knowledge"],"examples":["Find all documents about GDPR compliance","Search for API rate limiting docs"],"inputModes":["text"],"outputModes":["text"]},{"id":"workflow_execute","name":"Workflow Execution","description":"Execute multi-step agentic workflows with conditional branching, loops, and human-in-the-loop approvals.","tags":["workflow","automation","orchestration"],"examples":["Run the customer onboarding workflow","Execute data pipeline"],"inputModes":["text"],"outputModes":["text"]},{"id":"tool_invoke","name":"Tool Invocation","description":"Invoke registered tools including MCP servers, API endpoints, database queries, and code execution.","tags":["tools","mcp","function-calling"],"examples":["Query the sales database","Call the weather API"],"inputModes":["text"],"outputModes":["text"]},{"id":"guardrail_check","name":"Guardrail Enforcement","description":"Check content against configured guardrails for PII detection, prompt injection, content safety, and policy compliance.","tags":["safety","guardrails","compliance"],"examples":["Check this text for PII","Validate prompt safety"],"inputModes":["text"],"outputModes":["text"]},{"id":"image_generate","name":"Image Generation","description":"Generate images using DALL-E, Stable Diffusion, and other configured image models.","tags":["image","generation","media"],"examples":["Generate a logo for a tech company","Create a product mockup"],"inputModes":["text"],"outputModes":["image/png","text"]}]}