Corpus reference

The Developer Knowledge API and MCP server can search and get documents from public pages in the following domains:

Filter examples

To restrict search results to specific domains, use the filter parameter when calling SearchDocumentChunks:

  • Single data source:

    data_source = "docs.cloud.google.com"
    
  • Multiple data sources:

    data_source = "docs.cloud.google.com" OR data_source = "firebase.google.com"
    

Data freshness

The Developer Knowledge API aims to provide access to the latest Google developer documentation. Our goal is to re-index content within 48 hours of publication so that new or updated documentation is available within 2 business days.