AACFlow

Yandex 360 Disk

Manage files and folders in Yandex Disk via REST API

ya

Yandex Disk is the cloud storage component of the Yandex 360 suite, offering 10 GB free and up to 3 TB for paid plans. Its REST API allows full file management including listing, uploading, downloading, and organizing files and folders.

With the Yandex 360 Disk integration in AACFlow, you can:

  • List files: Browse files and folders at a given path
  • Upload file: Store files to Yandex Disk from a URL or uploaded content
  • Delete resource: Remove files or folders permanently
  • Make folder: Create new directories in the storage

This integration enables automated file management and cloud storage workflows using Yandex Disk.

Usage Instructions

Integrate Yandex Disk into the workflow. Requires a Yandex OAuth token with disk access scope. Tokens are obtained via the OAuth flow at oauth.yandex.ru.

Tools

yandex_disk_list_files

List files and folders

Input

ParameterTypeRequiredDescription
accessTokenstringYesYandex OAuth token
pathstringNoPath to list (default: root)
limitnumberNoMaximum items to return
offsetnumberNoPagination offset

Output

ParameterTypeDescription
itemsarrayArray of file/folder objects
totalnumberTotal items count

yandex_disk_upload_file

Upload a file to Yandex Disk

Input

ParameterTypeRequiredDescription
accessTokenstringYesYandex OAuth token
pathstringYesTarget path on Yandex Disk
urlstringYesURL of the file to upload
overwritebooleanNoOverwrite if file exists

Output

ParameterTypeDescription
hrefstringOperation URL
successbooleanWhether upload was initiated

yandex_disk_make_folder

Create a new folder

Input

ParameterTypeRequiredDescription
accessTokenstringYesYandex OAuth token
pathstringYesPath of the new folder

Output

ParameterTypeDescription
hrefstringCreated folder href
successbooleanWhether the folder was created

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started