Daily ban check
Checks every account for VAC, game, and community bans each morning, and alerts you when any account turns up banned.
Steam account automation
Move items, sell on marketplaces, run trade-ups, collect drops and boost playtime, on a single account or across all of them at once. No Steam client to run, and nothing to babysit.
Community Market
CSFloat
FarmLabs
The panel
Inventories, trades, listings, contracts, playtime and task history, per account or across all of them.
One combined inventory for every account you own, priced and searchable. It is also where item work starts: selling, sending, storing, using and trading up all begin with a selection here.
Offers come from an inventory selection or from a task, and every one of them lands on Trades with its full history. Mobile confirmations are handled server-side, so sending from a thousand accounts does not turn into an evening of tapping.
List on Steam, CSFloat or Market.CSGO with pricing rules instead of hand-typed prices. Listings, sales, delivery and payouts are tracked per marketplace.
Clear space scans your whole scope and crafts every contract it can put together. Or build one by hand: pick the ten inputs yourself and see the odds on every possible outcome before you commit.
No Steam client running anywhere, on your machine or ours. Accounts sign in on a worker and idle multiple games at once, for as long as you want them to.
A detailed record of what your accounts have been doing: tasks, batches, trades, listings and failures, filterable down to a single account. It updates as things happen, so nothing here needs a refresh.
Task types
Pick a task, pick the accounts, and it runs: right now or on a schedule. Progress and results come back for each account.
Sending trades, listing items and crafting contracts also start straight from an inventory selection.
Automations
Start on a schedule or on an event, filter down to the accounts that qualify, then queue tasks, tag them, wait, notify or fire a webhook. Arrange the steps on a canvas in whatever order your routine needs.
Checks every account for VAC, game, and community bans each morning, and alerts you when any account turns up banned.
Farm accounts funnel their cheap drops into your fresh accounts every morning. Accounts that reach $16 get tagged ready-for-prime, and an afternoon pass buys the CS2 Prime upgrade on them automatically.
Every Sunday evening, trades items worth up to $2 from all accounts to one receiver account, and confirms when it is done.
Whenever accounts are added, refreshes their details, runs a ban check, and tells you once they are ready to work.
Watches inventory values daily and notifies you when an account is holding more than $50 in items.
Every six hours, finds accounts whose wallet, level, and profile details are older than half a day and refreshes them.
Every flow above comes pre-made as a template, ready for you to use or modify to your liking.
How automations workGetting started
One by one, by CSV, or straight from mobile authenticator maFiles. Credentials are encrypted at rest.
Paste in your proxy list, test them in place, and group them however you like. Your accounts sign in through the ones you assign.
Start a task for one account or for thousands, from a table selection, from the API, or on a schedule.
Tasks move from queued to running to completed in front of you, with progress and errors streaming in.
User API
Anything you can do in the dashboard, you can do over the API. Create a key, and your own code gets the same access you have in the panel.
curl -X POST https://dashboard.steamlabs.dev/api/v1/tasks \
-H "Authorization: Bearer $STEAMLABS_API_KEY" \
-H "Idempotency-Key: $(uuidgen)" \
-d '{
"type": "sell_items",
"config": {
"marketplace": "csfloat",
"mode": "undercut",
"categories": ["container"]
},
"filters": {
"market": "eligible",
"inventory": "synced"
}
}'
Sell cases across every account with a synced inventory and market access.
Safety
Adding an account means handing over its login, so here is exactly what we do with it.
Passwords and shared secrets are encrypted at rest and never shown back in the panel. maFiles are parsed on import and the file is not kept.
Accounts sign in through the proxy you assigned them, and only that one. If it is missing or unusable the task fails, rather than quietly connecting from our servers instead.
Two-factor authentication on your SteamLabs account, scoped API keys you can revoke, and sign-out-everywhere on any Steam account you own.
Self-hosted workers will sign accounts in on a machine you own, so passwords and shared secrets stay on it. The panel keeps the username and nothing else.
Self-hosted workers
Self-hosted workers let you point SteamLabs at machines you own. The dashboard, the scheduling and the history stay where they are; the part that signs in to Steam moves to your box, on your network, behind your proxies.
In development. Not available yet, and every account today runs on our managed workers.
Pricing
Plans bill monthly from your account balance, which you top up by card or in crypto. No card is kept on file, and cancelling stops the next charge.
Bring your accounts in and keep them healthy, for nothing.
€0 /month
Start freeClaim drops, move items and sell them on the Steam Market.
€9.99 /month
Get startedSell beyond Steam, automate the work and boost hours.
€29.99 /month
Get startedThese tiers unlock nothing new. They raise the ceilings, for operations that outgrow the tier above.
Prices in EUR. The free plan needs no payment method, and every plan can be changed or cancelled from the dashboard.
Add an account, add a proxy, and run your first task in a couple of minutes.