For AI agents: visit https://developer.walkme.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
| API | Command | Description |
|---|
| Is ActionBot Open | WalkMeApi.actionbot.isOpen() | true/false |
| Close ActionBot | WalkMeAPI.actionbot.close() | Closes ActionBot |
| Opens ActionBot Conversation | WalkMeAPI.actionbot.open({ botId: x, conversationId: y }); | Opens specific ActionBot Conversation where x is the botId and y is the conversationId |