Get Started
Quickstart
This guide will show you how to create your first box
1
Get an API Key
- Go to Gbox AI
- Copy your API Key
- Paste your Gbox API Key into your
env
file
.env
2
Install Gbox SDK
Install the Gbox SDK to your project by running the following command in your terminal.
3
Write code for create a box
Create a sample code in your project to create a box and execute Python code.
4
Run the code