How It Works
When you create a Tusky account, a private aggregator is provisioned automatically. No setup required.Account created
Upon account creation, Tusky provisions an aggregator with a unique subdomain on the
mytusky.xyz domain.Subdomain assigned
Your default aggregator URL follows the pattern
https://{subdomain}.mytusky.xyz. You can customize the subdomain at any time.Default URL
Your aggregator URL is:acme-corp, your aggregator URL is https://acme-corp.mytusky.xyz. All standard URL schemes work under this domain.
Security Benefits
Content isolation
Content isolation
Your aggregator will not resolve blobs that belong to other users, even if you know their blob IDs. This prevents unauthorized hotlinking and ensures your aggregator only serves your own content.
Abuse prevention
Abuse prevention
Since your aggregator only serves your own content, it cannot be used as an open proxy. This eliminates the risk of your aggregator being exploited to serve malicious content uploaded by third parties.
Predictable traffic
Predictable traffic
All traffic to your aggregator is driven by your own applications and users. This makes it easier to monitor, forecast, and scale your content delivery.
Audit trail
Audit trail
Every request to your aggregator is logged and available through Aggregator Analytics, providing a complete picture of who is accessing your content.
Configuration
You can configure your aggregator through the Tusky dashboard or the SDK.Change Your Subdomain
- Dashboard
- SDK
- API
Navigate to Settings → Aggregator in the Tusky dashboard and enter your desired subdomain.
Subdomain changes take effect immediately. The previous subdomain becomes available for other users after a short cooldown period.