{
    "protocolVersion": "0.2.2",
    "name": "Zenbaia AI Agent Platform",
    "description": "No-code AI agent platform exposing 200+ business agents across Strategy, Marketing, Sales, HR, Finance and Productivity. Agents are individually addressable via their skill ID.",
    "url": "https://app.zenbaia.com/a2a",
    "version": "1.0",
    "documentationUrl": "https://zenbaia.com",
    "provider": {
        "organization": "Zenbaia Inc.",
        "url": "https://zenbaia.com"
    },
    "capabilities": {
        "streaming": true,
        "pushNotifications": true,
        "stateTransitionHistory": true
    },
    "authentication": {
        "schemes": [
            "bearer"
        ]
    },
    "defaultInputModes": [
        "text"
    ],
    "defaultOutputModes": [
        "text",
        "application/json"
    ],
    "skills": [
        {
            "id": "run_agent",
            "name": "Run a Zenbaia agent by name",
            "description": "Executes any of the 455 available Zenbaia agents. Provide app_name, optional intro text, and optional tab_id to target a specific step.",
            "tags": [
                "agent",
                "orchestration",
                "no-code"
            ],
            "inputModes": [
                "text",
                "application/json"
            ],
            "outputModes": [
                "text",
                "application/json",
                "application/pdf",
                "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
            ],
            "examples": [
                "Run the market analysis agent on the AI agent market",
                "Execute the supplier negotiation agent for Danone contract review"
            ]
        },
        {
            "id": "rag_query",
            "name": "Query a RAG knowledge base",
            "description": "Performs semantic search over a Zenbaia knowledge base. Returns ranked document chunks with similarity scores.",
            "tags": [
                "rag",
                "knowledge",
                "search"
            ],
            "inputModes": [
                "text"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "batch_run",
            "name": "Batch process a dataset with an agent",
            "description": "Runs a Zenbaia agent over a list of inputs in parallel. Returns a task ID for async result retrieval.",
            "tags": [
                "batch",
                "async",
                "bulk"
            ],
            "inputModes": [
                "application/json"
            ],
            "outputModes": [
                "application/json"
            ]
        }
    ]
}