# vendoai

Vendo puts an agent inside your product. Customers can build views, act through
your APIs, and automate work inside your brand and guardrails.

```bash
npm install vendoai
npx vendo init
```

`vendoai` is the unscoped compatibility alias for `@vendoai/vendo`. It exports
the same default composition and depends on `@vendoai/vendo`, so it also brings
the `vendo` command; new projects can use either package name.

Read the [quickstart](https://docs.vendo.run/quickstart) and
[CLI reference](https://docs.vendo.run/reference/cli).
