This is a Test post! Please approve!
This is a test description
To enable AI features on a Netlify site, ensure AI features are turned on in your team settings, then utilize built-in tools like the Netlify AI Gateway for serverless model access, or add a prerendering extension so AI search agents can read your single-page application content. [1, 2, 3]
Enabling Platform AI & AI Gateway
Check Team Settings: Log into your Netlify Dashboard, go to your team or site settings, and verify that Netlify AI features are enabled (they are active by default on all credit-based plans unless explicitly turned off). [1, 2]
Use AI Gateway: The platform automatically injects credentials for major LLM providers like OpenAI, Anthropic, and Gemini into your server code and functions without requiring manual API keys. [1]
Add Custom Keys (Optional): If you prefer using your own provider billing instead of the gateway, add your provider API keys directly into your site's environment variables. [1, 2]
Making Content Readable for AI Agents
Prerender Extension: Enable the Netlify Prerender Extension to serve fully rendered HTML snapshots.
Agent Access: This ensures AI crawlers and agents from services like ChatGPT, Claude, and Gemini can properly read and index JavaScript-heavy or single-page application (SPA) websites. [1, 2] To help tailor this, what kind of AI feature are you trying to add?
An AI chatbot or interface inside your site code?
AI agent readability for search engines?
AI build/coding agents to modify your project?