Learn about MCP's communication mechanisms| Model Context Protocol
Workers KV is a data storage that allows you to store and retrieve data globally. With Workers KV, you can build dynamic and performant APIs and websites that support high read volumes with low latency.| Cloudflare Docs
Agents can communicate with AI models hosted on any provider, including:| Cloudflare Docs
Every Agent has built-in state management capabilities, including built-in storage and synchronization between the Agent and frontend applications.| Cloudflare Docs
Agents can trigger asynchronous Workflows, allowing your Agent to run complex, multi-step tasks in the background. This can include post-processing files that a user has uploaded, updating the embeddings in a vector database, and/or managing long-running user-lifecycle email or SMS notification workflows.| Cloudflare Docs
Create reusable prompt templates and workflows| Model Context Protocol
The Agents SDK enables you to build and deploy AI-powered agents that can autonomously perform tasks, communicate with clients in real time, call AI models, persist state, schedule tasks, run asynchronous workflows, browse the web, query data from your database, support human-in-the-loop interactions, and a lot more.| Cloudflare Docs
Durable Objects provide a building block for stateful applications and distributed systems.| Cloudflare Docs
Incoming HTTP requests to a Worker are passed to the fetch() handler as a Request object. To respond to the request with a response, return a Response object:| Cloudflare Docs
Workers AI allows you to run AI models in a serverless way, without having to worry about scaling, maintaining, or paying for unused infrastructure. You can invoke models running on GPUs on Cloudflare's network from your own code — from Workers, Pages, or anywhere via the Cloudflare API.| Cloudflare Docs
This document lists the OAuth 2.0 scopes that you might need to request to access Google APIs,| Google for Developers
This specification defines a metadata format that an OAuth 2.0 client can use to obtain the information needed to interact with an OAuth 2.0 authorization server, including its endpoint locations and authorization server capabilities.| IETF Datatracker
OAuth 2.0| oauth.net