Tasmanian Cloud documentation
API Reference
Tasmanian Cloud REST API documentation with interactive playground
The Tasmanian Cloud API provides programmatic access to all platform services.
Base URL
https://api.tasmanian.cloud/v1Authentication
All API requests require a Bearer token. Contact us at hello@tasmanian.cloud for API credentials.
API Sections
- [VPS](/docs/developers/api/vps/get) - Virtual Private Server management
- [Networking](/docs/developers/api/networks/get) - VPC and network configuration
- [Storage](/docs/developers/api/storage/volumes/get) - Block storage volumes
- [Buckets](/docs/developers/api/storage/buckets/get) - Bucket management (create, list, access keys)
S3 Object Storage
Object storage operations use the standard S3 API. Use any S3-compatible tool or SDK:
- rc - Recommended CLI for object operations (
rc cp,rc ls,rc mb) - mc - Feature-rich alternative CLI
- Standard SDKs - boto3, AWS SDK for JavaScript, Go, etc.
S3 Endpoint: https://s3.tas-1.tasmanian.cloud
See the S3 documentation for detailed feature information.
Rate Limits
| Tier | Requests/minute | Burst |
|---|---|---|
| Free | 60 | 10 |
| Pro | 300 | 50 |
| Enterprise | 1000 | 100 |
SDKs
- Python -
pip install tasmanian-cloud - JavaScript/TypeScript -
npm install @tasmanian-cloud/sdk - Go -
go get github.com/tasmanian-cloud/sdk-go