Arianet API Overview
This page is a short overview of the Arianet API. The full endpoint reference lives at Arianet Cloud API Endpoints.
What You Can Do
Use the API to:
- authenticate and manage API tokens
- list, create, and manage cloud servers
- browse regions, plans, and operating systems
- manage SSH keys and firewall rules
- inspect balance and billing transactions
Base URL
https://api.arianet.io/api/v1
Authentication
All authenticated endpoints use Bearer tokens:
Authorization: Bearer YOUR_TOKEN
Generate tokens from the Arianet dashboard and keep them out of client-side code.
Start Here
- Full API reference: Arianet Cloud API Endpoints
- CLI usage: Arianet CLI Documentation
First Request
curl -X GET "https://api.arianet.io/api/v1/balance" \
-H "Authorization: Bearer YOUR_TOKEN"