Arveon Cloud is a developer-first cloud platform offering object storage, compute, managed databases, CDN and more â all accessible from a single API and CLI.
What can you build?
Arveon Cloud is designed for teams that need reliable, globally distributed infrastructure without the complexity or billing surprises of hyperscalers.
Store and serve billions of files with Object Storage
Run workloads on bare metal or VMs with Compute
Deploy containers at scale with Managed Kubernetes
Cache assets globally with CDN (220+ PoPs)
Persist data reliably with Managed Databases
Core concepts
Regions
All Arveon services are available in 14 regions worldwide. Each region is isolated and redundant. You specify a region when creating any resource.
âšī¸Traffic between Arveon services within the same region is always free. This includes storage-to-compute and database-to-compute transfers.
Projects
Resources are organized into projects. Each project has its own team members, billing settings and API keys. You can have up to 10 projects on the Starter plan.
API Keys
All API interactions authenticate using short-lived tokens or long-lived API keys scoped to a project. You can manage keys from Settings â API Keys.
bash
# Export your API key as an environment variableexportARVEON_API_KEY="ak_live_..."# Or pass it per-request
curl -H "Authorization: Bearer $ARVEON_API_KEY" \
https://api.arveon.space/v1/storage/buckets