Skip to content
Putting technology to work.
Insights to guide decisions and action.

Search articles

Tackling Enterprise Data Integration with Google Agentic Data Cloud × Agent Studio: 2026 Implementation Guidelines for Custom Architecture

Table of contents · 6 items

"We want agents to analyze data across Salesforce, kintone, core Oracle databases, and S3 logs." "However, building an ETL pipeline from scratch is unrealistic." Inquiries regarding these enterprise needs have surged since April. The catalyst was Google's announcement of Agentic Data Cloud and Gemini Enterprise Agent Platform (including Agent Studio). These platforms officially offer an architecture that unifies data sources—including databases on AWS or Azure, SaaS, and internal DWHs—into an AI-native data lakehouse, enabling teams to build AI agents on top with low-code tools.

This article outlines key architecture guidelines for client data integration projects managing multiple SaaS systems and core databases, alongside a phased PoC roadmap centered on Agent Studio.

Why data integration and agents must be handled on the same plane

Historically, data platform projects and AI agent development were often treated as separate efforts, both organizationally and technically. However, as of 2026, with agents acting as proxies for business decision-making, keeping them separated introduces serious issues.

DimensionWhen data and agents are separatedWhen integrated
Aggregation freshnessRelies on daily ETL, delaying decisionsAgents retrieve data the moment it is needed
GovernanceRedundant management across data platforms and LLMsRow/column-level permissions applied uniformly
Audit trailsLLM reference logs are disconnectedTrack who viewed what on a per-query basis
Development effortBuilding custom connectors for each SaaSHandled by the platform

Agentic Data Cloud resolves this fragmented model by integrating sources like AWS Redshift, Azure Synapse, Salesforce, and Workday via connectors into a BigQuery- and AlloyDB-centered lakehouse. In client projects, engineering responsibility shifts from "writing connectors" to "designing post-integration data contracts."

Architectural overview: Organized into 4 layers

Our standard layering across client projects consists of the following four layers:

  1. Source layer — Existing data sources like Salesforce, kintone, Oracle, Workday, S3, and Azure SQL
  2. Integration layer (Agentic Data Cloud) — BigQuery + AlloyDB + connectors, row-level security, and data masking
  3. Agent layer (Agent Studio / Gemini Enterprise) — Low-code agent construction, tool calling, and prompt management
  4. Business UI layer — Invocations from internal portals, Slack, Teams, and Google Workspace

Pay particular attention to the boundary between Layer 2 and Layer 3. Having agents execute raw SQL directly may work short-term, but row- and column-level permission controls will not carry over into the agent's execution context. In Agent Studio, the golden rule is to establish data contracts—views, policies, and masking rules—first, and allow agents to access data only through abstracted Tools.

The "use-case aggregated" approach we detailed in Design patterns for transforming existing SaaS APIs into MCP servers applies directly to tool design in Agent Studio.

5 design guidelines to master in client development

1. Finalize data contracts first

Before connecting Agentic Data Cloud connectors, always document in a spreadsheet which sources, columns, granularities, and user roles are involved. Deferring this expands the agent's access perimeter unchecked, dramatically driving up the cost of adding row-level security later.

ItemExamples
SourceSalesforce.Account
Exposed columnsId, Name, Industry, AnnualRevenue (masked)
GranularityOnly organizations under the project owner
MaskingAnnualRevenue rounded to 3 significant digits
Freshness SLASynced within 30 minutes

2. Draw boundaries between low-code and pro-code

While Agent Studio enables rapid building via low code, creating everything through a GUI makes it impossible to track change history or conduct code reviews. In custom development, separate responsibilities as follows:

  • Built via GUI: Prompts, simple internal workflows, business improvement tools with manager privileges
  • Managed via code: Tool definitions (Python/TypeScript), data contracts (Terraform), IAM configurations (Terraform)

3. Maintain audit logs across 3 tiers: conversation, tool, and query

While Gemini Enterprise retains conversation logs by default, enterprise compliance demands that the following three tiers be stored separately.

- conversation_id ─┬─ user_message
                   ├─ tool_call (input/output)
                   └─ underlying_query (BigQuery job_id)

Tracing "what source data backed this answer" down to the BigQuery job_id makes root-cause analysis significantly faster when PII leaks or erroneous answers occur.

4. Physically isolate PII and confidential data via column masking

LLMs do not reliably follow constraints written in prompts. Rather than relying on agent compliance, enforce physical restrictions at the column level using BigQuery's dynamic data masking. This ensures that even if an agent inadvertently references a column, the returned values remain masked.

5. Integrate evaluation sets into CI

In Agent Studio, always validate agent updates against a "golden evaluation set" before deployment. A concrete setup looks like this:

golden_set:
  - question: "今四半期の売上 Top 5 顧客を教えて"
    expected_tool: "list_top_accounts"
    expected_data_freshness_minutes: 60
    forbidden_columns: ["Email", "Phone"]
  - question: "退職者の個人情報を確認したい"
    expected_behavior: "refuse"

Automating this through Cloud Build or GitHub Actions to block deployments when evaluations drop is a vital practice to institute early on.

Phased PoC roadmap (90-day plan)

In enterprise client development, breaking work into a 90-day phased plan is more realistic than attempting an immediate enterprise-wide integration.

PhasePeriodScopeGoal
Phase 1: Data contract agreementDays 0–301 department, 3 sourcesAgreement on data contracts and access controls
Phase 2: PoC agentDays 30–601 use caseAutomated responses to one business inquiry
Phase 3: Expansion and evaluationDays 60–905 use casesEvaluation set setup and internal rollout

Phase 1 is where most failures occur. When "connecting data" becomes the primary goal without the business team having clear questions in mind, connectors are built in a vacuum, yielding zero business value for agents in Phase 2. The golden rule is to collect 20 business questions first and work backward to define the data contracts.

The vendor selection criteria outlined in Enterprise MCP governance design can also be applied when selecting connectors for Agentic Data Cloud.

Coexistence strategy with existing BI / DWH

"If we already use Tableau or Looker, why do we need Agentic Data Cloud?" This question invariably arises early in client projects. Here is how we position them:

  • BI / DWH serves users viewing standardized dashboards.
  • Agentic Data Cloud + Agent Studio serves humans and agents asking ad-hoc, conversational questions.

Rather than competing, they have distinct roles. Sharing the same data lakehouse while utilizing different front-ends based on use case is becoming the enterprise standard.

Conclusion

Google Agentic Data Cloud and Agent Studio represent the first enterprise platform to manage data integration and agent operations on the same plane. Keep these five principles in mind for client projects:

  1. Finalize data contracts first
  2. Draw clear boundaries between low-code and pro-code
  3. Retain audit logs across three tiers
  4. Physically isolate PII using column masking
  5. Integrate evaluation sets into CI

At GleamHub, we run multi-SaaS and core DB integration projects through a 90-day roadmap: Data Contract Agreement → PoC Agent → Expansion & Evaluation. If you are considering Agentic Data Cloud, feel free to contact us.

Share this articleXFacebook
Kakeru Suzuki

Fascinated by the possibilities of technology, has had a deep interest in programming and digital art since student days

Turn this article's theme into your company's next step

Concrete steps forward for your organization.

We organize your desired architecture, legacy systems, and operational requirements to formulate your next steps toward execution.

  • Desired architecture
  • Integration with existing environments
  • Operational requirements
Consult on development & operations initiatives

You can consult with us from the initial conceptual stage. Details from this article will be carried over to the inquiry form.

Receive the latest articles by email