SDK Quickstart
Setting Up Your Environment
Running Your First Agent
const assisfy = new Assisfy({
apiKey: 'your-api-key', // Replace with your Assisfy API key
});const session = await assisfy.session().create({
goal: "Who is the president of the United States?",
});Last updated