Sort out your Mail.ru Cloud files without a browser
Connect Mail.ru Cloud to the AI agent: folders, files, metadata and free space. The agent finds documents, crunches exports and uploads results back.
How the agent works with Облако Mail.ru
The agent works with the Cloud over the WebDAV protocol through webdav.cloud.mail.ru — the same way the cloud is mounted as a network drive. It lists folders and files, reads metadata — name, size, type, modification date — finds a document by part of its name and shows how much space is used and how much is left. That is also what makes an export readable: the file is fetched whole and crunched, not retold by its file name.
Unlike Yandex Disk, a file goes in here as contents: the agent sends the bytes directly with PUT, no external link is needed, so the result of a calculation comes back as a file rather than as a download address. Copying and moving are performed synchronously by WebDAV — the response arrives once the operation is already finished, so a half-way «done» is impossible here by construction.
The protocol has a flip side the agent does not hide. WebDAV has no server-side search: the agent walks the tree folder by folder and keeps the walk inside bounds — on depth, on folder count and on the number of matches. Once it hits a bound it says the list is incomplete instead of passing a partial result off as exhaustive. Public links and the trash are absent from the protocol too — those are features of the Cloud itself, not of WebDAV.
What gets connected is not the account password but a separate app password, and it is revoked in the Mail.ru settings on its own, without changing the main one. Access is limited to the Cloud of the mailbox whose password is connected. The agent asks before overwriting a file with the same name and before deleting: a delete removes a file and a whole folder with everything in it, and the agent cannot bring it back the way it went — the protocol has no restore, and whether a copy sits in the Cloud's own trash is not visible to it.
Integration scenarios
Finding a document in the Cloud
The agent walks the folders, finds a file by part of its name and states the path, size and modification date — no manual scrolling.
Crunching an export from the Cloud
The agent picks up an export or report straight from the Cloud, runs the numbers on it and files the result back into the right folder.
Uploading a finished file
The agent puts a prepared document into the Cloud as contents rather than a link, and says which path it now sits at.
Tidying up the folders
The agent creates a folder, moves or copies files into it and clears out the rest, naming every path explicitly.
How much space is left
The agent reports used and free space in the Cloud so an upload never hits the quota at the worst possible moment.
Duplicates and old versions
The agent compares names, sizes and dates in a work folder and shows duplicates and stale versions of the same document.
Облако Mail.ru examples
Посчитал выгрузку и положил отчёт в /Отчёты/Июнь.
- Взял /Выгрузки/orders-june.csv — 8 412 строк, сумма 3,7 млн ₽, средний чек 440 ₽
- Отчёт залил содержимым, а не ссылкой: по WebDAV файл уходит методом PUT
- Свободного места в Облаке осталось 12 ГБ
How to connect
Before you connect
- The full Mail.ru mailbox address and access to its settings.
- Free space in the Cloud for new files.
- Public links and the trash are out of reach over WebDAV.
- 1
Link a phone number to the mailbox
App passwords are issued only to mailboxes with a phone. Open «Настройки» → «Все настройки» → «Контакты и адреса» and add a number if there is none.
- 2
Open the external-app passwords section
«Настройки» → «Безопасность» → «Пароли для внешних приложений»: this section issues the passwords programs use to reach the mailbox and the Cloud from outside.
- 3
Create the password and copy it at once
Click «Создать» and give the password a recognisable name — that is how it gets revoked later. It is shown once and stored nowhere.
- 4
Check there is room in the Cloud
The agent works with the same Cloud that opens at cloud.mail.ru: it reads files and puts new ones there. With no free space left an upload will not go through.