# Nanny Docs ## Docs - [Event Log](https://docs.nanny.run/v0.2/concepts/event-log.md): Every Nanny execution emits a structured NDJSON event log. Here's what's in it. - [How It Works](https://docs.nanny.run/v0.2/concepts/how-it-works.md): What Nanny actually does when you run a command under it. - [Limits & Enforcement](https://docs.nanny.run/v0.2/concepts/limits.md): How steps, cost, and timeout work — and how to configure them. - [Governance server](https://docs.nanny.run/v0.2/guides/governance-server.md): Run Nanny enforcement across multiple processes and machines using the standalone governance server. - [HTTP proxy mode](https://docs.nanny.run/v0.2/guides/http-proxy-mode.md): Intercept and allowlist all outbound HTTP from your agent — even from code with no Nanny decorator. - [Python](https://docs.nanny.run/v0.2/guides/python-sdk.md): Per-function governance for Python agents using Nanny decorators. - [Rust](https://docs.nanny.run/v0.2/guides/rust-sdk.md): Per-function governance for Rust agents using Nanny macros. - [Introduction](https://docs.nanny.run/v0.2/index.md): What Nanny is, what it is not, and when to use it. - [nanny init](https://docs.nanny.run/v0.2/init.md): Scaffold a nanny.toml configuration file in the current directory. - [Installation](https://docs.nanny.run/v0.2/install.md): Install, upgrade, and uninstall the Nanny CLI on macOS, Linux, and Windows. - [Quickstart](https://docs.nanny.run/v0.2/quickstart.md): Install Nanny, configure limits, and run your first enforced process in under five minutes. - [nanny certs](https://docs.nanny.run/v0.2/reference/cli-certs.md): Generate, import, rotate, inspect, and remove TLS certificates for the Nanny governance server. - [nanny health](https://docs.nanny.run/v0.2/reference/cli-health.md): Check the health of all active Nanny components in one command. - [nanny server](https://docs.nanny.run/v0.2/reference/cli-server.md): Start, stop, and inspect the Nanny governance server for cross-process and cross-machine enforcement. - [Event Schema](https://docs.nanny.run/v0.2/reference/events.md): Every event type emitted by Nanny, with full field definitions. - [nanny.toml reference](https://docs.nanny.run/v0.2/reference/nanny-toml.md): Complete schema for the nanny.toml configuration file. - [nanny run](https://docs.nanny.run/v0.2/run.md): Run a command under Nanny enforcement. - [nanny uninstall](https://docs.nanny.run/v0.2/uninstall.md): Remove the nanny binary from its current install location.