Skip to main content

7 posts tagged with "organization"

View All Tags

Pending Invitations: Track, Resend, and Cancel Team Invites

· 6 min read
VolatiCloud Team
VolatiCloud

You invite a teammate to your trading org, they never see the email — spam filter, typo, or it just expired after a week — and now you're stuck. Cancel the invite and send a new one? That's two separate operations, and if the invitee had a role other than the default, there's nothing forcing the second invite to carry it over. VolatiCloud's People & Access hub closes that gap with a dedicated Pending Invitations tab and a resend action that reissues the invite in one atomic step, role intact.

People & Access Hub: Never Lose Track of a Pending Invite Again

· 8 min read
VolatiCloud Team
VolatiCloud

Three weeks ago you invited a contractor to your VolatiCloud organization. Did they accept? Is the invite link still valid, or did it quietly expire while you were focused on live bots? Under the old Users page there was no way to know — invitations vanished into Keycloak the moment they were sent, and the only way to check status was to ask the person directly. VolatiCloud's new People & Access hub closes that gap, consolidating member management and invitation tracking into one page.

Cross-Organization Strategy Forking: Share Trading Logic Across Teams

· 9 min read
VolatiCloud Team
VolatiCloud

You've tuned a BTC/USDT mean-reversion strategy that consistently performs well in your main organization. Now you want to run it for a second account on a different exchange — but under a separate organization so billing, API keys, and team members stay isolated. Without cross-org forking, your only option is to copy the strategy code by hand, which immediately creates two diverging copies you'll have to maintain forever. VolatiCloud's cross-org strategy forking solves this by letting you fork any version of a strategy directly into a different organization or workspace you belong to, in one click, with no manual code copying.

Workspaces: Organize Your Bots and Strategies within an Organization

· 7 min read
VolatiCloud Team
VolatiCloud

You reach over to stop last night's paper-test bot, click the one at the top of the list, and realize a beat too late that it was your live Binance bot holding 0.4 BTC. Nothing broke this time. But a single flat list of every strategy, bot, exchange, and runner you own is exactly the setup where that mistake eventually costs real money. As your portfolio grows — multiple assets, separate environments for testing and live trading, different risk profiles for different market conditions — that flat list stops being convenient and becomes a liability. Workspaces are VolatiCloud's answer to that problem.

Security Levels: One-Click Security Policy for Your Trading Org

· 9 min read
VolatiCloud Team
VolatiCloud

Managing a crypto trading organization means balancing two things that rarely cooperate: operational speed (bots that restart automatically, sessions that stay unlocked so backtests can run overnight) and data security (passphrase-gated decryption, runner isolation, per-action proof of key knowledge). Until now, configuring that balance required setting five or six independent flags — and nothing stopped you from reaching a state that was technically impossible, like enabling Strict mode without passphrase encryption first.

Organization Security Posture: Know Your Risk Score Before Something Goes Wrong

· 8 min read
VolatiCloud Team
VolatiCloud

Most trading teams discover a security gap the hard way — an API key leaks, a stale team member still has access, or an account has no recovery path when the person who set it up leaves. VolatiCloud's new Organization Security Posture hub changes that: it computes a real-time risk verdict for your organization and tells you exactly what to fix, before anything breaks.

Team Crypto Trading: Role-Based Access Without Sharing API Keys

· 8 min read
VolatiCloud Team
VolatiCloud

The most common way trading teams break down: someone needs to add a new bot, so they hand over the Binance API key on Slack. Now three people have the key in their local config, two of them have rotated laptops since, nobody is sure which copy is current, and when the security review asks who has access to the trading account, the honest answer is "I don't know." Role-based access control fixes this at the infrastructure level — not by trusting people to be careful, but by removing the need to share credentials in the first place. VolatiCloud gives every team member their own login with explicit, scoped permissions.