{"_id":"@agent404/netlify","name":"@agent404/netlify","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@agent404/netlify","version":"0.1.0","description":"agent-404 Netlify Edge Functions adapter — self-healing 404 pages for AI agents and crawlers","keywords":["404","netlify","edge","ai-agents","seo","crawlers"],"author":{"name":"Bharath"},"license":"MIT","homepage":"https://www.agent404.dev","repository":{"type":"git","url":"git+https://github.com/bharath31/agent-404.git","directory":"packages/netlify"},"type":"module","main":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"scripts":{"build":"tsx ../../script/build-packages.ts netlify","prepublishOnly":"npm run build"},"publishConfig":{"access":"public"},"_id":"@agent404/netlify@0.1.0","gitHead":"b936a2872d51d155cf0db067a782b446055cb223","bugs":{"url":"https://github.com/bharath31/agent-404/issues"},"_nodeVersion":"22.23.2","_npmVersion":"10.9.8","dist":{"integrity":"sha512-3lQYTeQ2b6qoEC1GgqfkJU4ymtr0b+dXvaYJ0M2lujXb8WwUtQOdcs9Vf+bts5gOnvhnQUiJXpLGaq0KU+m13g==","shasum":"4f004ba9cbe41cf207485bc1f138c9dff415f01e","tarball":"https://registry.npmjs.org/@agent404/netlify/-/netlify-0.1.0.tgz","fileCount":5,"unpackedSize":9060,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCuSFrmgjYH/61xvTbD3P/pRD3UC6M+GBo9s59iw94EqQIgbQxzvor0ltdaLtJa9ztFueJKAVWuIEtyMUnu4kV4GpM="}]},"_npmUser":{"name":"brth31","email":"lnbharath94@gmail.com"},"directories":{},"maintainers":[{"name":"brth31","email":"lnbharath94@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/netlify_0.1.0_1786966007376_0.06214538436215755"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-17T11:26:47.113Z","0.1.0":"2026-08-17T11:26:47.556Z","modified":"2026-08-17T11:26:47.841Z"},"maintainers":[{"name":"brth31","email":"lnbharath94@gmail.com"}],"description":"agent-404 Netlify Edge Functions adapter — self-healing 404 pages for AI agents and crawlers","homepage":"https://www.agent404.dev","keywords":["404","netlify","edge","ai-agents","seo","crawlers"],"repository":{"type":"git","url":"git+https://github.com/bharath31/agent-404.git","directory":"packages/netlify"},"author":{"name":"Bharath"},"bugs":{"url":"https://github.com/bharath31/agent-404/issues"},"license":"MIT","readme":"# @agent404/netlify\n\nA Netlify Edge Function that intercepts your app's 404s and injects [agent-404](https://www.agent404.dev) recovery suggestions (`Link` headers, `schema.org` JSON-LD, and a rendered suggestion list) at the edge so AI crawlers and coding agents recover in one hop instead of hallucinating.\n\n## Install\n\n```bash\nnpm install @agent404/netlify\n```\n\n## Usage\n\n```ts\n// netlify/edge-functions/agent-404.ts\nimport { agent404Netlify } from \"@agent404/netlify\";\n\nexport default agent404Netlify({ apiKey: Netlify.env.get(\"AGENT404_PUBLIC_KEY\")! });\n\nexport const config = { path: \"/*\" };\n```\n\nGet `apiKey` (the read-only public key) by registering your domain at [agent404.dev](https://www.agent404.dev).\n","readmeFilename":"README.md","_rev":"1-d85d72c5d48909d0453408470d64ec10"}