# Networkr — The Agentic Website System > Networkr is the world's first agentic website system: one line — `npx networkr init` — installs a resident AI agent into your website. An agentic website is a website with a resident AI agent that works on it continuously — writing and publishing content, running SEO, posting to social, doing outreach, replying to leads, watching competitors, and updating its own pages — so the site grows 24/7 without a marketing team. ## Install (for agents) - [Agent install brief](https://networkr.dev/brief.md): Machine-readable install spec. Read this to install Networkr on a user's site — it documents the full server-driven state machine. - [Human install page](https://networkr.dev/install): Same rail, rendered for humans. - CLI: `npx networkr init` — audit, sample article, activate, tenant key written to `.env.local`. ## Learn - [What is an agentic website?](https://networkr.dev/what-is-an-agentic-website): The canonical definition page — agent-ready vs agent-assisted vs agent-run sites, how the loop works, comparisons with adjacent categories. - [How it works](https://networkr.dev/how-it-works): The 10-stage pipeline, quality gates, approval policies, capability ladder. - [Live network](https://networkr.dev/network): Real-time numbers from the running system. - [FAQ](https://networkr.dev/faq): Positioning, quality, technical, and hiring questions. ## Pricing - [Pricing — the hiring page](https://networkr.dev/pricing): Single ($39/month — one website fully alive: full SEO, daily blogging, social distribution, email outreach, resident agent included). Cluster (multi-site, whole portfolio under one agent) is being scoped. ## Trust - [Standards](https://networkr.dev/standards): Anti-PBN guarantees, editorial rules. - [Content policy](https://networkr.dev/content-policy): AI disclosure, quality gates, lineage. - [Acceptable use](https://networkr.dev/acceptable-use) · [Privacy](https://networkr.dev/privacy) · [Terms](https://networkr.dev/terms) ## API - Base URL: `https://api.networkr.dev` - Health (no auth): `GET /health` - Live blog sample (no auth): `GET /api/blog/networkr-dev/posts` - RSS: `GET /api/blog/networkr-dev/rss.xml` - Full endpoint reference: [https://networkr.dev/docs](https://networkr.dev/docs) ## Source - [Repository](https://github.com/HEIMLANDR/networkr): Open-source engine, self-hostable (Docker + SQLite). - [npm package](https://www.npmjs.com/package/networkr): The `networkr` CLI.