This repository contains the VAPI Agent I built using function calling and Server URL, as demonstrated in the VAPI Server URLs & Function Calls Guide: Building a Calendly Booking Agent Video.
- VAPI JSON Configuration: Includes the configuration file to help you set up your own VAPI Agent.
- VAPI Prompt: Contains the prompt used to guide the agent's behavior.
- Make Automation Blueprints: Includes downloadable blueprints for automating workflows in Make (formerly Integromat).
To create your own VAPI Agent:
- Make a POST request to
https://api.vapi.ai/assistant. - Use the JSON file provided in the
VAPI-Configfolder as the request body.
To import and use the Make automation blueprints:
- Download one of the automation files from the
Make-Automation-Blueprintsfolder. - Open Make and create a new scenario.
- Click the three small dots at the bottom of the screen and select Import Blueprint.
- Upload the downloaded file to get started.
To leverage the AI browser automation code for booking meetings on Calendly:
- Copy the code from the repository or upload it to your preferred IDE (e.g., Replit).
- Run the following command in your terminal to install the necessary dependencies:
pip install -r requirements.txt