Documentation
Initialize Aven in a Web application
Initialize Aven once from the application boundary, using your own app ID and runtime API key. Keep configuration separate from page and workflow registration.
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.