Documentation
Install the Aven Web SDK
Add the Web SDK to the browser application that owns your product UI. Use runtime credentials issued for your own app; never put a sync token or private dashboard credential in browser code.
npm install @avenappagent/web
import { Aven } from "@avenappagent/web";
Aven.init({ appId: "your_app_id", apiKey: "your_runtime_key" });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.