ARP Networks

ARP Networks Expands Its Platform API

The ARP Networks Platform API now covers the full server lifecycle, not just inspection and power control. You can deploy and remove servers, manage every aspect of a running server, and pull the account data you need to automate around it, all from your own scripts.

What’s New

  • Deploy and remove servers directly from your own tools
  • Boot, shut down, power off, and reset servers
  • Mount and change ISOs, and adjust advanced server parameters
  • Manage SSH keys tied to your account
  • Manage DNS records (reverse DNS / PTR) for your IP space
  • Pull bandwidth usage and billing breakdowns per server
  • Discover plans, locations, and OS templates for provisioning

Built for Automation

Every request authenticates with a bearer token and one of three scopes: read, write, or provision. Generate a key from API Keys in your Phoenix dashboard, then call the API from your own tools:

curl https://arpnetworks.com/api/v1/servers \
  -H "Authorization: Bearer arp_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Read the Docs

The full interactive reference, including every endpoint and scope, is available in our API Docs.

The Platform API is in beta. New capabilities ship regularly.