· Standard
N
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 95/100 · A
Netlify ist im llmstxt.info-Verzeichnis als KI-auffindbare Organisation gelistet. Branche: Entwickler-Tools. Die Website docs.netlify.com stellt ihre llms.txt unter https://docs.netlify.com/llms.txt bereit. Der Eintrag besteht seit 22. April 2026.
Geschäftskategorie
Entwickler-Tools
Eingetragen seit
llms.txt-Adresse
Beschreibung
Die Dokumentation umfasst: LLM documentation for Netlify, Quick setup, Install the Netlify CLI, Install Netlify Skills u. a..
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen.
llms.txt — Aktueller Inhalt
Öffnen ↗
# LLM documentation for Netlify
> Comprehensive documentation for the Netlify web platform for building and deploying production-ready sites and web apps that are highly performant, secure, and ready to scale. Covers serverless functions, edge functions, async workloads, data and blob storage, image CDN, build configuration, deploys, domains, forms, team management, and AI tooling (skills, agent runners). Agent skills repository: https://github.com/netlify/context-and-tools.
Netlify is a web platform for building highly performant, secure, and reliable websites and web apps.
Use the following docs to identify the available capabilities and where to learn more about them
## Quick setup
Netlify provides official skills to give AI coding agents accurate, up-to-date context and tools for building on Netlify.
### Install the Netlify CLI
```
npm install -g netlify-cli
```
Learn more: https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/
### Install Netlify Skills
Netlify Skills are focused, factual references for building with Netlify platform primitives, such as serverless functions, edge functions, async workloads, Netlify Database, Blobs storage, Image CDN, forms, redirects, headers, caching, and more. Install all available skills with:
```
npx skills add netlify/context-and-tools --skill '*' --yes
```
Learn more: https://docs.netlify.com/build/build-with-ai/agent-setup-guides/agent-setup-overview.md and https://github.com/netlify/context-and-tools
### Install Netlify MCP Server
The Netlify MCP Server lets code agents create projects, deploy sites, manage environment variables, and more using the Netlify API and CLI.
Add the following to your MCP configuration (e.g. `mcp.json`):
```json
{
"mcpServers": {
"netlify": {
"command": "npx",
"args": ["-y", "@netlify/mcp"]
}
}
}
```
For Claude Code, run: `claude mcp add --transport http netlify https://netlify-mcp.netlify.app/mcp`
Learn more: https://docs.netlify.com/build/build-with-ai/agent-setup-guides/agent-setup-overview.md
### Netlify API Reference
Full OpenAPI specification: https://open-api.netlify.com/
If you're an AI agent, check out https://netlify.ai for more info on how to deploy to the web autonomously.
## Serverless Functions
- [Netlify Functions Overview](https://docs.netlify.com/build/functions/overview.md): Use serverless functions to run on-demand, server-side code without having to run a dedicated server.
- [Get started with Functions](https://docs.netlify.com/build/functions/get-started.md): Create functions source files in TypeScript and JavaScript; use environment variables, manage dependencies, and test locally.
- [Background Functions](https://docs.netlify.com/build/functions/background-functions.md): Use Background Functions for long-running serverless functions that handle tasks like batch processing, scraping, and more.
- [Scheduled Functions](https://docs.netlify.com/build/functions/scheduled-functions.md): Enable Scheduled Functions to run serverless functions on a regular and consistent schedule, like a cron job.
- [Function logs](https://docs.netlify.com/build/functions/logs.md): Observe and troubleshoot serverless functions using logs in the Netlify UI across your published deploy, branch deploys, and Deploy Previews.
- [Functions usage and billing](https://docs.netlify.com/build/functions/usage-and-billing.md): Monitor Functions service usage, track requests and run time, and change service levels.
## Edge Functions
- [Netlify Edge Functions Overview](https://docs.netlify.com/build/edge-functions/overview.md): Fast, personalized web experiences using TypeScript/JavaScript at the edge; modify requests, localize content, authenticate users, and more.
- [Netlify Edge Functions: Get Started](https://docs.netlify.com/build/edge-functions/get-started.md): Learn to create, test, deploy, invoke, and monitor Netlify Edge Functions.
- [Netlify Edge Functions API](https://docs.netlify.com/build/ed
[…gekürzt]