# Silverbox ## Description This is version `1.3.0` of this API documentation. Last update on May 18, 2022. ## CLI ### Create API client This command creates a new api token. ``` php silverbox clients:add {clientName} ``` ### Show list of all clients ``` php silverbox clients:show ``` ### Remove API client ``` php silverbox clients:remove {name} {-f|--with-files} ``` ### Remove all client files ``` php silverbox clients:truncate {name} ``` ## Servers ## Authentication ## Endpoints and operations ### [Files](https://silverbox.heseya.com/group/endpoint-files.md) - [Delete a file](https://silverbox.heseya.com/operation/operation-file-delete.md) - [Upload a file](https://silverbox.heseya.com/operation/operation-file-upload.md) - [Get a file](https://silverbox.heseya.com/operation/operation-file-get.md) - [Change file path](https://silverbox.heseya.com/operation/operation-file-update.md) - [File info](https://silverbox.heseya.com/operation/operation-file-info.md) [Powered by Bump.sh](https://bump.sh)