Netlify updates Functions for agent experience
Netlify has updated its serverless Functions to focus on Agent Experience, making them highly discoverable and configurable by AI coding agents. Developers can now define compute resources, regions, background tasks, and event subscriptions directly in code config instead of relying on file-naming conventions.
Optimizing developer tools for AI agents rather than human-only workflows is the new battleground for cloud platforms. By shifting configuration from magic file names to discoverable code exports, Netlify is making its platform a first-class citizen for AI-driven development.
- –Named exports replace magic file suffixes, allowing agents to easily discover and subscribe functions to platform events
- –Per-function compute config (up to 4 GB memory and 2 vCPUs) is declared in code, enabling automated optimization by AI tools
- –The new `getContext` import replaces the hard-to-discover `Netlify.context` global, improving IDE autocomplete and agent intelligence
- –Native support for modern runtimes like Deno, Bun, Hono, and Nitro ensures seamless execution with minimal changes
- –All changes are fully additive with zero deprecations, avoiding migration friction for existing sites
DISCOVERED
2h ago
2026-06-25
PUBLISHED
2h ago
2026-06-25
RELEVANCE
AUTHOR
Netlify