Expanding Managed Agents in Gemini API: background tasks, remote MCP and more

Google has announced significant expansions to Managed Agents in the Gemini API, adding capabilities designed to help developers build reliable, production-ready AI agents. The headline features include background task execution — allowing agents to work on long-running operations without blocking user interaction — and remote MCP (Model Context Protocol) support, which enables agents to connect to external tools, databases, and services across the internet. For Malaysian businesses, this matters because it shifts agentic AI from experimental demos to deployable infrastructure. Companies that previously couldn't justify building custom agent pipelines now have a managed, supported path through Google's cloud ecosystem — with implications for automation, customer service, data analysis, and operational workflows across SMEs and enterprises alike. ---
Google Expands Managed Agents in Gemini API: Background Tasks, Remote MCP and More
Google's latest Gemini API update brings production-grade agent infrastructure — background task execution, remote Model Context Protocol support, and managed orchestration — directly to developers, lowering the barrier for Malaysian companies ready to move beyond chatbot experiments.
AI Summary
Google has announced significant expansions to Managed Agents in the Gemini API, adding capabilities designed to help developers build reliable, production-ready AI agents. The headline features include background task execution — allowing agents to work on long-running operations without blocking user interaction — and remote MCP (Model Context Protocol) support, which enables agents to connect to external tools, databases, and services across the internet. For Malaysian businesses, this matters because it shifts agentic AI from experimental demos to deployable infrastructure. Companies that previously couldn't justify building custom agent pipelines now have a managed, supported path through Google's cloud ecosystem — with implications for automation, customer service, data analysis, and operational workflows across SMEs and enterprises alike.
Key Takeaways
- Managed Agents now support background tasks, meaning AI agents can handle multi-step, time-consuming operations (research, document processing, data gathering) without requiring a user to wait in real time — a critical requirement for production business workflows.
- Remote MCP support allows Gemini-powered agents to connect to external tools and data sources over the network, dramatically expanding what an agent can actually do rather than just say.
- Google is positioning Gemini API as a production-grade agent platform, not just an LLM endpoint — competing directly with frameworks from OpenAI, Anthropic, and open-source players.
- The "managed" aspect matters: Google handles orchestration, reliability, and scaling infrastructure, reducing the engineering burden on teams that want to deploy agents without building agent management systems from scratch.
- For Malaysian developers and businesses, this lowers the activation energy for agentic AI adoption — especially relevant as MDEC's AI initiatives and the MyDIGITAL framework push organisations toward practical AI deployment.
What Happened
Google announced an expansion of Managed Agents within the Gemini API, its developer platform for building applications powered by Gemini models. The announcement, detailed on the Google Developers blog, focuses on equipping developers with the tools needed to build what Google describes as "reliable, production-ready agents."
At the core of this update are two major capability additions. The first is background task support. In traditional LLM interactions, a user sends a prompt and waits for a response. That model breaks down when a task takes minutes or hours — for example, compiling a competitive analysis across dozens of sources, processing a large batch of customer feedback, or running a multi-step research workflow. Background tasks allow an agent to accept a request, work on it asynchronously, and deliver results when ready, freeing the user or system to continue with other work. This is a fundamental shift from conversational AI to workflow AI.
The second major addition is remote MCP support. MCP, or Model Context Protocol, is an emerging open standard that defines how AI models and agents connect to external tools, data sources, and services. "Remote" MCP means the agent can reach tools hosted elsewhere on the internet — APIs, databases, file stores, third-party platforms — rather than being limited to local or pre-configured integrations. In practical terms, this means a Gemini-powered agent could, for example, pull data from a company's CRM, cross-reference it with public market data, generate a report, and file it in a document management system — all through standardised protocol connections.
The broader context is Google's sustained push to make Gemini a serious platform for agentic AI development. Rather than leaving developers to stitch together their own orchestration layers, retry logic, tool-call management, and state tracking, Managed Agents abstracts much of this complexity into Google's infrastructure. The company is essentially offering agent development as a managed service — handle the model, the orchestration, the tool connections, and the reliability, and let developers focus on defining what the agent should accomplish.
Why It Matters
The distinction between an LLM and an agent is the distinction between a tool that generates text and a system that completes tasks. Most Malaysian businesses experimenting with AI today — through chatbots, content generators, or coding assistants — are working with LLMs in their simplest form: prompt in, text out. That's useful, but it's a narrow slice of what AI can do for an organisation.
Agentic AI changes the equation. An agent can plan a sequence of actions, call external tools to gather information, make decisions based on what it finds, execute operations, and report back. Think of the difference between asking someone "what's the weather?" and asking someone "plan my entire supply chain delivery route for next week, accounting for weather, traffic, and warehouse capacity." The latter requires reasoning, tool access, multi-step execution, and autonomy. That's what agent infrastructure enables.
The significance of Google's announcement is that it removes substantial engineering barriers to building these systems. Before managed agent platforms, a company wanting to deploy an AI agent needed to build or integrate an orchestration framework (like LangChain or CrewAI), manage API connections to external tools, handle state persistence across long-running tasks, implement retry and error-handling logic, and maintain the infrastructure to run it all reliably. That's a significant engineering investment — feasible for well-funded tech teams, but a real obstacle for SMEs or traditional enterprises.
By offering background tasks and remote MCP within a managed framework, Google is saying: define what your agent should do, connect it to the tools it needs, and we'll handle the plumbing. This doesn't eliminate the need for technical expertise — but it compresses the timeline and cost from months of engineering to days or weeks of configuration and development.
This also signals intensifying competition in the agent platform space. OpenAI, Anthropic, and open-source frameworks are all racing to become the default infrastructure layer for agentic AI. Google's move with Gemini API Managed Agents is a clear statement that they intend to compete not just on model quality, but on the completeness of their developer platform. For businesses, competition means better tools, lower costs, and faster innovation cycles.
What This Means for Malaysia
Malaysia's AI adoption landscape is at an inflection point. The government's MyDIGITAL framework, MDEC's AI for Rakyat initiatives, and recent Budget allocations for digital transformation have created both awareness and momentum. But many Malaysian organisations remain stuck between interest and execution — they understand AI matters, but they struggle to identify concrete, deployable use cases that justify investment.
Google's Managed Agents expansion is directly relevant here because it addresses one of the biggest barriers: the engineering cost of building production AI systems. A Malaysian SME in logistics, for example, that wants to automate shipment tracking and exception management no longer needs to build a full agent orchestration stack from scratch. A financial services firm in Kuala Lumpur that wants an agent to compile regulatory compliance reports by pulling data from multiple internal systems can now leverage managed infrastructure for the heavy lifting.
For Malaysia's growing community of AI developers and startups — particularly in the Klang Valley and Penang tech corridors — this expansion means faster prototyping and deployment cycles. Startups building vertical AI solutions (for legal, healthcare, retail, or manufacturing sectors) can focus on their domain logic and user experience rather than reinventing agent infrastructure. This could accelerate the emergence of Malaysian-built agentic AI products targeting both domestic and ASEAN markets.
There's also a regulatory dimension. As agents become more autonomous and interact with external systems, data governance becomes critical. Malaysia's PDPA (Personal Data Protection Act) requires organisations to ensure personal data is processed securely and with appropriate consent. When an agent connects to remote tools via MCP, data flows across boundaries — and Malaysian organisations must ensure those flows comply with PDPA, sector-specific regulations (like Bank Negara's guidelines for financial institutions), and, where relevant, cross-border data transfer rules. Managed infrastructure from a major provider like Google may actually help here, as it comes with enterprise-grade security, audit logging, and compliance certifications that would be costly to replicate independently.
How Your Business Can Use This
If you're a Malaysian business leader evaluating how to move from AI curiosity to AI deployment, here's a practical starting framework.
First, identify a workflow that is currently manual, repetitive, and multi-step. The best candidates for agentic AI are not single-decision tasks (like "classify this email") but workflows that involve gathering information from multiple sources, making judgements, and producing an output. Examples: monthly competitor price monitoring across e-commerce platforms, compiling customer feedback summaries from multiple channels, generating customised proposals for B2B clients by pulling from CRM data and product catalogues.
Second, map the tools and data sources your agent would need. With remote MCP, the agent can connect to external systems — but you need to identify what those systems are and ensure the connections are feasible. List the APIs, databases, file stores, and platforms involved. If your critical business data sits in proprietary systems without API access, that's a gap to address before agent deployment.
Third, start with a proof-of-concept using Gemini API's Managed Agents. Assign a developer or work with a local AI consultancy to build a single, well-scoped agent for one workflow. Measure the time and cost savings against the manual baseline. This isn't about replacing humans — it's about augmenting them so they focus on higher-value work while the agent handles the gathering, processing, and drafting.
Fourth, establish governance upfront. Define what data the agent can access, what actions it's authorised to take autonomously versus what requires human approval, and how decisions are logged for audit. This is especially important for Malaysian organisations in regulated sectors.
The Agentic AI Angle
The core promise of Managed Agents with background tasks and remote MCP is that it enables what we might call "workflow-native" agentic AI — agents designed not to chat, but to work.
Consider a concrete example. A Malaysian manufacturing company needs to monitor its supply chain for disruptions. A traditional approach requires a human analyst to check supplier status, review shipping schedules, scan news for relevant events, and flag risks. With Managed Agents, you could configure an agent that runs as a background task — every morning, it connects via MCP to your supplier management system, checks shipping APIs for delays, scans news feeds for relevant supply chain events, cross-references everything against your production schedule, and delivers a prioritised risk report to your operations team before they start their day.
The agent isn't waiting for someone to ask it a question. It's operating on a schedule, using tools autonomously, making judgements about what's relevant, and producing actionable output. Background tasks make this feasible because the agent can spend 20 or 30 minutes gathering and processing without blocking anyone. Remote MCP makes it powerful because the agent can reach across systems and data sources that live outside of any single platform.
For Malaysian businesses, the competitive advantage here isn't the AI model itself — it's the ability to encode your domain expertise and operational logic into an agent that executes consistently, around the clock, at scale. Companies that learn to do this well will operate faster and leaner than competitors still relying on manual workflows.
Risks and Limitations
Managed agent platforms are still maturing. Background task reliability, error recovery, and state management across complex multi-step workflows remain hard engineering problems — even with managed infrastructure. Organisations should expect debugging and refinement cycles, not flawless deployment on day one.
Remote MCP also introduces security surface area. Every external connection an agent makes is a potential vulnerability. Malaysian organisations must apply the same rigour to agent tool access as they would to any API integration — authentication, authorisation, data minimisation, and monitoring. Additionally, dependency on a single platform provider (Google) creates vendor lock-in risk; design architectures with portability in mind where possible.
Finally, agentic AI is not a substitute for clear process design. If your underlying workflows are messy, undefined, or inconsistent, an agent will automate the chaos rather than fix it. Process clarity comes first; AI acceleration comes second.
The Bottom Line
Google's expansion of Managed Agents in the Gemini API represents a meaningful step toward making agentic AI practically deployable for organisations that aren't tech giants. Background tasks and remote MCP together address two of the biggest infrastructure gaps — asynchronous execution and external tool connectivity — that have kept agents in the demo stage rather than production.
For Malaysian businesses, the message is clear: the barrier to building real, working AI agents has dropped significantly this quarter. If you've been waiting for a signal that agentic AI is ready for practical deployment, this is closer to that signal than anything we've seen. Your action this quarter: identify one multi-step workflow, scope a proof-of-concept, and begin building.
FAQ
What is MCP (Model Context Protocol) and why does "remote" matter? MCP is an open standard that defines how AI agents connect to external tools and data sources. "Remote" means the agent can reach tools hosted anywhere on the internet, not just locally configured ones — dramatically expanding what an agent can do.
Do I need a large engineering team to use Managed Agents in Gemini API? No — that's the point of "managed." Google handles orchestration, state management, and infrastructure. You need developer expertise to configure and build, but not a large team to maintain underlying systems.
Is Google's Gemini API compliant with Malaysian data protection regulations like PDPA? Google Cloud offers enterprise-grade security and compliance certifications, but PDPA compliance depends on how you configure and use the platform. You remain responsible for ensuring personal data is processed lawfully — consult your data protection officer or legal advisor before deploying agents that handle personal data.
Sources / References
- Google Developers Blog — "Expanding Managed Agents in Gemini API: background tasks, remote MCP and more" (https://blog.google/innovation-and-ai/technology/developers-tools/expanding-managed-agents-gemini-api/): Primary source for all factual details about the announcement, including Managed Agents capabilities, background tasks, and remote MCP support.
Sources & References
AIBlog summarises and analyses published information. We do not reproduce full source text. Analysis is editorial and not financial or legal advice.


