1
Create a sample project
Here we use the Cuehand CLI to create a sample project. For this guide just press
Enter on your keyboard
for all options to accept the defaults. If you want to learn more about the CLI, see the CLI page.2
Add your API key
- Navigate to the Google AI Studio.
- Copy your API key.
- Paste your Google AI API key into your
.envfile.
.env
3
Use Cuehand (act, extract, observe)
The scaffold includes an index.ts file that contains basic Cuehand code. Here’s what it looks like:
index.ts
4
Finally, run it
Run the project using the following command: