Workspace Files
Install CLI
Install and Configure the Airfold CLI
Create a Workspace
Before you can start using the Airfold CLI, you’ll need to create a workspace to store your data and resources, and generate an Admin token for authentication.
- Go to Airfold and create a new workspace.
- Copy an Admin token from the workspace’s Token page.
The token should look like this: aft_6eab8fcd902e4cbfb63ba174469989cd.Ds1PME5dQsJKosKQWVcZiBSlRFBbmhzIocvHg8KQddV
.
Set up the CLI
The CLI requires Python 3.10 or higher.
- Install the CLI using
pip install airfold-cli
. - Run
af config
and paste your token when prompted.