{
  "protocolVersion": "1.0.0",
  "name": "RFP-Analysis-Agent",
  "description": "Assists in RFP analysis, company-specific suggestions, and competitive pricing for RFP proposals.",
  "version": "1.0.0",
  "model": "gemini-3-flash-preview",
  "endpoint": "https://rfp-agent-b.agentai.nu/a2a/rfp-agent/",
  "url": "https://rfp-agent-b.agentai.nu/a2a/rfp-agent/",
  "provider": {
    "organization": "Devoteam",
    "url": "https://devoteam.com"
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extensions": [
      {
        "uri": "https://cloud.google.com/marketplace/docs/partners/ai-agents/setup-dcr",
        "params": {
          "target_url": "https://marketplace-handler-x47q26by6a-ew.a.run.app/dcr"
        }
      }
    ]
  },
  "skills": [
    {
      "id": "rfp_analysis",
      "name": "RFP Analysis",
      "description": "Perform full strategic analysis of RFP documents",
      "tags": ["rfp", "analysis", "proposal", "strategy"],
      "security": [
        {
          "oauth2": ["openid", "profile", "email", "offline_access"]
        }
      ]
    }
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://rfp-b-agent.eu.auth0.com/authorize?audience=https://rfp-agent-b.agentai.nu/",
          "tokenUrl": "https://rfp-b-agent.eu.auth0.com/oauth/token",
          "refreshUrl": "https://rfp-b-agent.eu.auth0.com/oauth/token",
          "scopes": {
            "openid": "OpenID",
            "email": "Email",
            "profile": "Profile",
            "offline_access": "Offline Access (Refresh Token)"
          }
        }
      }
    }
  },
  "security": [
    {
      "oauth2": [
        "openid",
        "email",
        "profile",
        "offline_access"
      ]
    }
  ],
  "metadata": {
    "publisher": "Devoteam",
    "category": "Business"
  }
}
