Latest news with #DurableObjects


Arabian Post
3 days ago
- Business
- Arabian Post
Cloudflare and OpenAI Unite to Power Persistent AI Agents
Cloudflare and OpenAI have unveiled a powerful integration enabling developers to build intelligent, stateful AI agents that combine OpenAI's reasoning with Cloudflare's scalable execution infrastructure. By pairing the OpenAI Agents SDK with Cloudflare's new Agents SDK and foundational technologies like Durable Objects and Workers, the collaboration delivers global reach, persistent memory, and human‑in‑the‑loop interaction, all within a serverless framework. The synergy addresses a key shortcoming of stateless AI agents. OpenAI's Agents SDK offers advanced cognition—planning, tool‑calling, decision‑making—yet leaves execution environment and persistence to the developer. Cloudflare's solution fills that gap: its Agents SDK runs atop Workers and Durable Objects, providing each agent a unique identity, durable memory store, built‑in scheduling, WebSocket connectivity and global low‑latency execution. Durable Objects act as the agent container. Each instantiation—based on a name or unique ID—carries its own state and storage, enabling multi‑session workflows, memory hydration, and asynchronous execution. Developers can create one agent per user, task, or domain, avoiding state entanglement while fostering modular, composable agent systems. For instance, one could build a triage agent that routes queries to specialist agents, each maintaining separate memory and logic. ADVERTISEMENT A standout feature is scalability through human‑in‑the‑loop control. Cloudflare's architecture enables agents to pause mid‑workflow, await human judgment, and resume—persisting intermediate steps and context across sessions. Knock, a third‑party messaging layer, exemplifies this. Developers have built virtual card‑issuing workflows where the AI agent pauses for approval before issuing a card—managed via Knock plus Cloudflare's SDK. Another innovation: agents are addressable beyond HTTP. Cloudflare's system supports Twilio‑backed phone‑call integrations, WebSocket real‑time sessions, email and pub/sub. This opens rich, multimodal use cases—voice, text, email—bound by a globally unique agent identity. Complementing these developments, a remote Model Context Protocol server has been introduced. Cloudflare now allows agents to host MCP servers directly, enabling structured tool integration and external service access via authenticated, remote endpoints using MCPAgent. The MCP feature dovetails neatly with Cloudflare's recent release of a free tier for Durable Objects and general availability of multi‑step Workflows, lowering the entry barrier for developers. Addition of the OpenAI Agents SDK and Responses API further enriches the landscape. OpenAI's Responses API supports dynamic web search, file system access and system‑level tasks; the Agents SDK coordinates multi‑agent orchestration. Paired with Cloudflare's persistent runtime, this empowers developers to build AI agents capable of real‑time research, memory‑backed workflows and inter‑agent communication. Underpinning this integration is Cloudflare's acquisition of Outerbase in April, a database platform company. The acquisition strengthens data infrastructure within Workers, Durable Objects and the Agents SDK—helping developers build rich, contextual, database‑backed AI systems. This move boosts long‑term memory storage and retrieval critical for agents maintaining evolving user context. Industry observers are taking notice. A Medium commentary described the duo as 'perfect complements: OpenAI's Agents SDK gives you the brain, the other gives you the body'. Cloudflare's CEO Matthew Prince emphasised that these developments remove 'cost and complexity barriers' to agent deployment, calling the MCP server release 'the industry's first remote MCP server'. Developers working with the Agents SDK can bootstrap agent projects via common workflows: installing via npm or using the agents‑starter template, extending the core Agent class to handle HTTP, WebSocket, scheduled tasks, SQL storage, and tool invocation. Integration with front‑end frameworks is supported through useAgent and useAgentChat React hooks, offering real‑time UI connections. Looking ahead, Cloudflare promises further enhancements: evaluation tooling, voice and video interactivity via WebRTC, richer email integration for human supervision, self‑hosting capabilities, structured output support, and deeper embedding with Worker AI, Vectorize, Log Explorer and AI Gateway. The evolving field of AI agents is entering a new phase—no longer demonstrations, but operational systems able to remember, adapt, collaborate, and operate at global scale. By combining cognitive reasoning with robust orchestration and persistence, developers are empowered to deploy production‑ready agents that are stateful, interactive and distributed. That shift stands to redefine automation, customer support, education, workflows and more—lowering development barriers, increasing resilience, and enabling agents that truly work on behalf of users across time, platforms and modalities.


Tahawul Tech
09-04-2025
- Business
- Tahawul Tech
Cloudflare acquires Outerbase to expand capabilities for database and agent developer experience
Cloudflare, Inc., the leading connectivity cloud company, recently announced the acquisition of Outerbase, a developer database company, to dramatically enhance the developer database experience across Cloudflare Workers. With this acquisition, building database-backed applications will be more approachable — enabling more teams to build and deploy full-stack, AI-enabled applications on Cloudflare's global network. Databases are key to building any modern application. And, with the rapid growth of AI and AI agents, more software will be built over the next five years than in the past 20. Almost all of those applications will need a database to maintain context, store conversations, and act on data. Ensuring that those databases can be built and managed quickly, easily, and at scale by developers of all backgrounds will help more developers to build those applications on Cloudflare. 'Businesses are racing to build AI-powered applications to be as productive, innovative, and competitive as possible. Our goal is to make it easy and accessible for any developer, regardless of expertise, to build database-backed applications that can scale', said Matthew Prince, co-founder and CEO of Cloudflare. 'Outerbase's technology and design expertise are an important factor in accelerating this improved developer experience'. Outerbase itself is built on Cloudflare Workers, making it easy for the technology to rapidly be incorporated directly into Durable Objects, D1 and Cloudflare's Agents SDK to provide easy to use interfaces and frameworks to interact with data and build database-dependent applications. With this acquisition, Cloudflare aims to democratize data access and make it easier for teams to manage databases without extensive SQL knowledge. 'At Outerbase, our mission has always been to make working with data easier for developers. Joining Cloudflare allows us to keep doing that, but faster and at a much larger scale', said Brandon Strittmatter, co-founder and CEO of Outerbase. 'We've built Outerbase on top of Cloudflare, so this next step feels natural. Now, we get to take what we've built and make it part of the platform itself. I'm beyond excited about this opportunity — not just because of what it means for the team, but how as part of Cloudflare, we will shape the way people are building developer tools and AI applications'. To learn more, please check out the resources below: Image Credit Cloudflare


Zawya
07-04-2025
- Business
- Zawya
Cloudflare acquires Outerbase to expand capabilities for database and agent developer experience
DUBAI, UAE – Cloudflare, Inc. (NYSE: NET), the leading connectivity cloud company, today announced the acquisition of Outerbase, a developer database company, to dramatically enhance the developer database experience across Cloudflare Workers. With this acquisition, building database-backed applications will be more approachable — enabling more teams to build and deploy full-stack, AI-enabled applications on Cloudflare's global network. Databases are key to building any modern application. And, with the rapid growth of AI and AI agents, more software will be built over the next five years than in the past 20. Almost all of those applications will need a database to maintain context, store conversations, and act on data. Ensuring that those databases can be built and managed quickly, easily, and at scale by developers of all backgrounds will help more developers to build those applications on Cloudflare. 'Businesses are racing to build AI-powered applications to be as productive, innovative, and competitive as possible. Our goal is to make it easy and accessible for any developer, regardless of expertise, to build database-backed applications that can scale,' said Matthew Prince, co-founder and CEO of Cloudflare. "Outerbase's technology and design expertise are an important factor in accelerating this improved developer experience.' Outerbase itself is built on Cloudflare Workers, making it easy for the technology to rapidly be incorporated directly into Durable Objects, D1 and Cloudflare's Agents SDK to provide easy to use interfaces and frameworks to interact with data and build database-dependent applications. With this acquisition, Cloudflare aims to democratize data access and make it easier for teams to manage databases without extensive SQL knowledge. 'At Outerbase, our mission has always been to make working with data easier for developers. Joining Cloudflare allows us to keep doing that, but faster and at a much larger scale," said Brandon Strittmatter, co-founder and CEO of Outerbase. "We've built Outerbase on top of Cloudflare, so this next step feels natural. Now, we get to take what we've built and make it part of the platform itself. I'm beyond excited about this opportunity — not just because of what it means for the team, but how as part of Cloudflare, we will shape the way people are building developer tools and AI applications." To learn more, please check out the resources below: Blog: Cloudflare acquires Outerbase to expand database and agent developer experience capabilities Learn more about Durable Objects -Ends- About Cloudflare Cloudflare, Inc. (NYSE: NET) is the leading connectivity cloud company on a mission to help build a better Internet. It empowers organizations to make their employees, applications and networks faster and more secure everywhere, while reducing complexity and cost. Cloudflare's connectivity cloud delivers the most full-featured, unified platform of cloud-native products and developer tools, so any organization can gain the control they need to work, develop, and accelerate their business. Powered by one of the world's largest and most interconnected networks, Cloudflare blocks billions of threats online for its customers every day. It is trusted by millions of organizations – from the largest brands to entrepreneurs and small businesses to nonprofits, humanitarian groups, and governments across the globe. Learn more about Cloudflare's connectivity cloud at Learn more about the latest Internet trends and insights at Follow us: Blog | X | LinkedIn | Facebook | Instagram Forward-Looking Statements This press release contains forward-looking statements within the meaning of Section 27A of the Securities Act of 1933, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended, which statements involve substantial risks and uncertainties. In some cases, you can identify forward-looking statements because they contain words such as 'may,' 'will,' 'should,' 'expect,' 'explore,' 'plan,' 'anticipate,' 'could,' 'intend,' 'target,' 'project,' 'contemplate,' 'believe,' 'estimate,' 'predict,' 'potential,' or 'continue,' or the negative of these words, or other similar terms or expressions that concern Cloudflare's expectations, strategy, plans, or intentions. However, not all forward-looking statements contain these identifying words. Forward-looking statements expressed or implied in this press release include, but are not limited to, statements regarding the capabilities and effectiveness of Cloudflare's Developer Platform and other products technology, including as a result of the acquisition of Outerbase, the benefits to Cloudflare's customers from using Cloudflare's Developer Platform and other products technology, including as a result of the acquisition of Outerbase, the potential timing of the closing of Cloudflare's acquisition of Outerbase, Cloudflare's plans and objectives for, and the timing of, the integration of Outerbase's products and technology and/or any of their related features into Cloudflare's Developer Platform and general availability to all current and potential Cloudflare customers, Cloudflare's technological development, future operations, growth, initiatives, or strategies, and comments made by CEO and others. Actual results could differ materially from those stated or implied in forward-looking statements due to a number of factors, including but not limited to, risks detailed in Cloudflare's filings with the Securities and Exchange Commission (SEC), including Cloudflare's Annual Report on Form 10-K filed on February 20, 2025, as well as other filings that Cloudflare may make from time to time with the SEC. The forward-looking statements made in this press release relate only to events as of the date on which the statements are made. Cloudflare undertakes no obligation to update any forward-looking statements made in this press release to reflect events or circumstances after the date of this press release or to reflect new information or the occurrence of unanticipated events, except as required by law. Cloudflare may not actually achieve the plans, intentions, or expectations disclosed in Cloudflare's forward-looking statements, and you should not place undue reliance on Cloudflare's forward-looking statements. © 2025 Cloudflare, Inc. All rights reserved. Cloudflare, the Cloudflare logo, and other Cloudflare marks are trademarks and/or registered trademarks of Cloudflare, Inc. in the U.S. and other jurisdictions. All other marks and names referenced herein may be trademarks of their respective owners.