openapi: 3.0.3
info:
  title: Web Search API
  version: "1.0"
  description: Search the web for relevant sources.
  x-bionic-slug: websearch
servers:
  - url: http://eval-mocks:3100
  - url: http://localhost:3100
paths:
  /web/search:
    get:
      operationId: searchWeb
      summary: Search the web
      description: Returns relevant web search results for a query.
      parameters:
        - name: query
          in: query
          required: true
          schema:
            type: string
          description: Search query text.
      responses:
        "200":
          description: Search results
          content:
            application/json:
              schema:
                type: object
                properties:
                  query:
                    type: string
                  results:
                    type: array
                    items:
                      $ref: "#/components/schemas/SearchResult"
                example:
                  query: sovereign generative AI European banks
                  results:
                    - title: AI and the euro area economy
                      url: https://www.ecb.europa.eu/press/key/date/2026/html/ecb.sp260323_1~1e06784a89.en.html
                      source: European Central Bank
                      published_at: "2026-03-23"
                      summary: ECB speech covering AI adoption by euro area banks, investment levels, use cases, risks, and controlled AI environments.
                      why_relevant: Provides supervisory and macro context for how euro area banks are using AI and managing dependencies.
                    - title: Technology is neutral, governance is not
                      url: https://www.bankingsupervision.europa.eu/press/speeches/date/2026/html/ssm.sp260224~6c5b64a77a.pt.html
                      source: ECB Banking Supervision
                      published_at: "2026-02-24"
                      summary: Supervisory speech on AI becoming part of day-to-day banking operations, with governance, operational, compliance, and strategic risk implications.
                      why_relevant: Frames what European bank supervisors expect as generative and agentic AI adoption grows.
                    - title: Strengthening Europe's Tech Sovereignty
                      url: https://digital-strategy.ec.europa.eu/en/policies/eu-tech-sovereignty
                      source: European Commission
                      published_at: "2026-07-01"
                      summary: European Commission policy page defining technological sovereignty and outlining cloud, AI, data, and open source initiatives.
                      why_relevant: Establishes the policy backdrop behind sovereign AI and cloud decisions in regulated sectors.
                    - title: Sovereign Cloud Framework explained
                      url: https://commission.europa.eu/news-and-media/news/sovereign-cloud-framework-explained-2026-06-01_en
                      source: European Commission
                      published_at: "2026-06-01"
                      summary: Explains the EU Cloud Sovereignty Framework and criteria for data, operational, legal, technological, and compliance sovereignty.
                      why_relevant: Gives criteria banks can use when evaluating sovereign cloud and AI infrastructure providers.
                    - title: La Banque Postale signs a strategic partnership with Mistral AI
                      url: https://www.lapostegroupe.com/en/news/la-banque-postale-signs-a-strategic-partnership-with-mistral-ai-to-accelerate-progress-in-ai
                      source: La Poste Groupe
                      published_at: "2026-05-06"
                      summary: La Banque Postale and Mistral AI announce a three-year partnership to deploy language models on the bank's servers in a secure sovereign environment.
                      why_relevant: Concrete example of a European bank choosing local deployment and a European AI provider for sovereignty reasons.
                    - title: Banco Santander and G42 sign Memorandum of Understanding
                      url: https://www.santander.com/en/press-room/press-releases/2026/06/banco-santander-and-g42-sign-memorandum-of-understanding-to-explore-strategic-cooperation-in-artificial-intelligence
                      source: Banco Santander
                      published_at: "2026-06-03"
                      summary: Santander and G42 announce AI cooperation covering banking intelligence, agentic financial services, and large-scale AI infrastructure.
                      why_relevant: Shows a large bank pursuing co-development and governance for AI infrastructure and agentic services.
                    - title: Santander turns its AI-first strategy into measurable impact
                      url: https://www.santander.com/en/stories/santander-turns-its-ai-first-strategy-into-measurable-impact-and-extends-ai-access-to-all-185000-employees
                      source: Banco Santander
                      published_at: "2026-06-22"
                      summary: Santander describes enterprise-wide AI access, value targets, process automation, growth use cases, and employee adoption.
                      why_relevant: Useful for briefing how major banks are scaling AI from pilots to measurable business impact.
                    - title: "Responsible innovation: how BBVA ensures safe use of artificial intelligence"
                      url: https://www.bbva.com/en/innovation/responsible-innovation-how-bbva-ensures-safe-use-of-artificial-intelligence/
                      source: BBVA
                      published_at: "2025-03-31"
                      summary: BBVA outlines AI governance, model inventory, monitoring, EU AI Act readiness, privacy, transparency, and model risk controls.
                      why_relevant: Provides a governance-led view of AI adoption in a regulated European banking group.
                    - title: BBVA and OpenAI Seal a Strategic Alliance
                      url: https://www.bbva.com/en/innovation/bbva-and-openai-seal-a-strategic-alliance-to-redefine-banking-with-artificial-intelligence/
                      source: BBVA
                      published_at: "2025-12-12"
                      summary: BBVA and OpenAI announce a strategic alliance to integrate AI across customer experience, operations, and internal workflows.
                      why_relevant: Shows the alternative pattern of enterprise AI adoption through a major hosted model provider.
                    - title: KI im Banking customers expect transparency, control and human responsibility
                      url: https://www.ing.de/ueber-uns/presse/pressemitteilungen/ki-im-banking-kunden-haben-klare-erwartungen-bei-transparenz-kontrolle-und-menschlicher-verantwortung/
                      source: ING Deutschland
                      published_at: "2026-05-28"
                      summary: ING Germany survey finds customer openness to AI-supported advice with expectations for transparency, control, and human responsibility.
                      why_relevant: Adds customer-facing expectations that should shape CEO-level recommendations for AI banking services.
              example:
                query: sovereign generative AI European banks
                results:
                  - title: AI and the euro area economy
                    url: https://www.ecb.europa.eu/press/key/date/2026/html/ecb.sp260323_1~1e06784a89.en.html
                    source: European Central Bank
                    published_at: "2026-03-23"
                    summary: ECB speech covering AI adoption by euro area banks, investment levels, use cases, risks, and controlled AI environments.
                    why_relevant: Provides supervisory and macro context for how euro area banks are using AI and managing dependencies.
                  - title: Technology is neutral, governance is not
                    url: https://www.bankingsupervision.europa.eu/press/speeches/date/2026/html/ssm.sp260224~6c5b64a77a.pt.html
                    source: ECB Banking Supervision
                    published_at: "2026-02-24"
                    summary: Supervisory speech on AI becoming part of day-to-day banking operations, with governance, operational, compliance, and strategic risk implications.
                    why_relevant: Frames what European bank supervisors expect as generative and agentic AI adoption grows.
                  - title: Strengthening Europe's Tech Sovereignty
                    url: https://digital-strategy.ec.europa.eu/en/policies/eu-tech-sovereignty
                    source: European Commission
                    published_at: "2026-07-01"
                    summary: European Commission policy page defining technological sovereignty and outlining cloud, AI, data, and open source initiatives.
                    why_relevant: Establishes the policy backdrop behind sovereign AI and cloud decisions in regulated sectors.
                  - title: Sovereign Cloud Framework explained
                    url: https://commission.europa.eu/news-and-media/news/sovereign-cloud-framework-explained-2026-06-01_en
                    source: European Commission
                    published_at: "2026-06-01"
                    summary: Explains the EU Cloud Sovereignty Framework and criteria for data, operational, legal, technological, and compliance sovereignty.
                    why_relevant: Gives criteria banks can use when evaluating sovereign cloud and AI infrastructure providers.
                  - title: La Banque Postale signs a strategic partnership with Mistral AI
                    url: https://www.lapostegroupe.com/en/news/la-banque-postale-signs-a-strategic-partnership-with-mistral-ai-to-accelerate-progress-in-ai
                    source: La Poste Groupe
                    published_at: "2026-05-06"
                    summary: La Banque Postale and Mistral AI announce a three-year partnership to deploy language models on the bank's servers in a secure sovereign environment.
                    why_relevant: Concrete example of a European bank choosing local deployment and a European AI provider for sovereignty reasons.
                  - title: Banco Santander and G42 sign Memorandum of Understanding
                    url: https://www.santander.com/en/press-room/press-releases/2026/06/banco-santander-and-g42-sign-memorandum-of-understanding-to-explore-strategic-cooperation-in-artificial-intelligence
                    source: Banco Santander
                    published_at: "2026-06-03"
                    summary: Santander and G42 announce AI cooperation covering banking intelligence, agentic financial services, and large-scale AI infrastructure.
                    why_relevant: Shows a large bank pursuing co-development and governance for AI infrastructure and agentic services.
                  - title: Santander turns its AI-first strategy into measurable impact
                    url: https://www.santander.com/en/stories/santander-turns-its-ai-first-strategy-into-measurable-impact-and-extends-ai-access-to-all-185000-employees
                    source: Banco Santander
                    published_at: "2026-06-22"
                    summary: Santander describes enterprise-wide AI access, value targets, process automation, growth use cases, and employee adoption.
                    why_relevant: Useful for briefing how major banks are scaling AI from pilots to measurable business impact.
                  - title: "Responsible innovation: how BBVA ensures safe use of artificial intelligence"
                    url: https://www.bbva.com/en/innovation/responsible-innovation-how-bbva-ensures-safe-use-of-artificial-intelligence/
                    source: BBVA
                    published_at: "2025-03-31"
                    summary: BBVA outlines AI governance, model inventory, monitoring, EU AI Act readiness, privacy, transparency, and model risk controls.
                    why_relevant: Provides a governance-led view of AI adoption in a regulated European banking group.
                  - title: BBVA and OpenAI Seal a Strategic Alliance
                    url: https://www.bbva.com/en/innovation/bbva-and-openai-seal-a-strategic-alliance-to-redefine-banking-with-artificial-intelligence/
                    source: BBVA
                    published_at: "2025-12-12"
                    summary: BBVA and OpenAI announce a strategic alliance to integrate AI across customer experience, operations, and internal workflows.
                    why_relevant: Shows the alternative pattern of enterprise AI adoption through a major hosted model provider.
                  - title: KI im Banking customers expect transparency, control and human responsibility
                    url: https://www.ing.de/ueber-uns/presse/pressemitteilungen/ki-im-banking-kunden-haben-klare-erwartungen-bei-transparenz-kontrolle-und-menschlicher-verantwortung/
                    source: ING Deutschland
                    published_at: "2026-05-28"
                    summary: ING Germany survey finds customer openness to AI-supported advice with expectations for transparency, control, and human responsibility.
                    why_relevant: Adds customer-facing expectations that should shape CEO-level recommendations for AI banking services.
components:
  schemas:
    SearchResult:
      type: object
      required:
        - title
        - url
        - source
        - summary
      properties:
        title:
          type: string
        url:
          type: string
          format: uri
        source:
          type: string
        published_at:
          type: string
          format: date
        summary:
          type: string
        why_relevant:
          type: string
