What is Netlify?
Netlify is a cloud & infra tool. With OSP.net, your AI agent connects to it directly so it can act on your behalf instead of just answering questions about it.
What your OSP agent can do with Netlify
- List and inspect your sites and deploys
- Read build and function logs
- Trigger deploys and manage site settings
How to connect Netlify
- Create a personal access token: Netlify → User settings → Applications → Personal access tokens → New access token. Copy it (shown once). app.netlify.com → User settings → Applications
- Paste it here and Connect. Your agent talks to Netlify's official MCP server with it; what it can do matches the token's scope. Netlify Docs: MCP server
Security: The token acts as you on Netlify. For a read-only agent, prefer a token with the least scope you can; for deploys it needs write access. Revoke it any time from the same Netlify settings page.
Related cloud & infra integrations
Frequently asked questions
- Can OSP.net connect to Netlify?
- Yes. Netlify is a native OSP.net integration — you bring your own Netlify key or token, paste it in your dashboard, and your agent restarts live.
- What can my OSP agent do with Netlify?
- Your agent manages your OWN Netlify sites — list/inspect sites and deploys, read build logs, and (with a write token) trigger deploys. Specifically: List and inspect your sites and deploys; Read build and function logs; Trigger deploys and manage site settings.
- Is Netlify a native integration or via the gateway?
- Netlify is a native, baked-in integration. You connect it with your own credentials, which are stored in an encrypted vault and injected only at runtime.
- Is my Netlify data secure with OSP.net?
- Yes. Your Netlify credentials live in an encrypted secrets vault, are injected only at container runtime, and are never written to disk in plaintext or used to train any model. Each customer runs in a fully isolated instance.