SDK Quickstart
Setting Up Your Environment
Before you begin, make sure you have the following:
A valid API key from Assisfy.
Node.js and npm installed on your machine.
Running Your First Agent
Here’s a step-by-step guide to run your first agent using Assisfy.
Create an Assisfy Client:
Initialize the Agent:
You’ll initialize a session by calling the initialize
method.
Events
You can now begin handling events such as when a session starts, or an action is performed. Use session.on
to handle events for the current session.
Last updated