Aven App Agent
Aven Web SDK
Use the Web SDK when your product runs in the browser. Install the package, initialize it with safe runtime configuration, then register pages, elements, and workflows in your application code.
npm install @avenappagent/web
import { Aven } from "@avenappagent/web";
Aven.init({
appId: "your_app_id",
apiKey: "your_runtime_key"
});Register the context Aven can use
Call `Aven.registerPage`, `Aven.registerElement`, and `Aven.registerWorkflow` from code that owns the corresponding product UI.
Verify safely
Use test credentials and confirm a registered page is current before testing a question or guided workflow.