🚀
Quick Start
Get up and running in minutes with simple API calls or CLI commands. Manage your entire infrastructure with ease.
🔐
Secure Authentication
Bearer token authentication with IP allowlisting. Generate and manage API tokens securely from your dashboard.
⚙️
Full Control
Manage servers, firewalls, SSH keys, and billing all through a unified REST API and powerful CLI tool.
Common Use Cases
Infrastructure Management
- Launch and manage cloud servers
- Configure firewall rules
- Manage SSH keys
- Monitor server resources
Automation & Scripting
- Automate server deployments
- Batch operations with scripts
- Monitor resources with scheduled jobs
- Integrate with CI/CD pipelines
API Example
curl -X GET "https://api.arianet.io/api/v1/servers" \ -H "Authorization: Bearer YOUR_TOKEN"
CLI Example
$ arianet server list $ arianet server create --plan performance \ --os ubuntu-22.04 --region us-west