se
Selectel is one of Russia's leading cloud infrastructure providers, offering dedicated servers, virtual machines, object storage, and managed databases. Its API provides programmatic access to account and service management.
With the Selectel integration in AACFlow, you can:
- Get Account Info: Retrieve account details and status from Selectel
This integration enables monitoring and management of Selectel cloud resources within automated workflows.
Usage Instructions
Integrate Selectel into the workflow to access account information. Requires a Selectel API token from your account panel at my.selectel.ru under API Keys.
Tools
selectel_get_account
Get account information
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
token | string | Yes | Selectel API token |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | API success status |
account | object | Account information object |
error | string | Error message if any |
Links
- Official API: https://developers.selectel.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/selectel.ts

