You can now work with Initech programmatically. Our new read-only API is live at api.initech.global, giving you JSON access to the full multi-cloud catalog and to your own account.
What you can do today:
- Browse every provider, region and plan we sell, with live prices for all billing cycles
- List your servers with their IPs, plans and renewal dates
- Check your credit balance and payment history
No SDK needed. A quick example:
curl https://api.initech.global/v1/providers
To access your own account, create a key under API Keys in your client area and send it as a bearer token. Keys are read-only, revocable at any time, and shown only once at creation.
Full documentation, including a machine-readable OpenAPI specification, lives at initech.global/api-docs.php. Public endpoints are limited to 30 requests per minute per IP, authenticated ones to 120 per minute per key.
This is the first release. Server actions and API-driven deployment are next on the roadmap. If there is an endpoint you need, open a ticket and tell us about your use case.