Documentation

Aven documentation

Learn how to add developer-controlled AI product guidance to a web or mobile application. Start with an SDK, then build a registry of the pages, elements, and workflows Aven can use.

npm install @avenappagent/web

import { Aven } from "@avenappagent/web";

Aven.init({ appId: "your_app_id", apiKey: "your_runtime_key" });
Aven.registerPage({ pageId: "settings", name: "Settings", route: "/settings" });

Developer-declared context

Aven uses pages, elements, and workflows your team explicitly registers. The host application stays in control of navigation and UI behavior.

Next step

Choose an SDK, register a real product task, and verify the target becomes available before guiding a user.