Automate supported StarKube cloud workflows
Use the StarKube API documentation to integrate supported VPS lifecycle, order, billing and support workflows with secure credentials and audit controls.
The StarKube API is intended for authenticated automation of supported platform operations. Keep credentials server-side, grant the minimum required access and record every automated change.
Authentication and secrets
Do not expose API credentials in browser code, public repositories or shared screenshots. Rotate a credential immediately if it is disclosed.
Idempotency and retries
Creation and payment operations should use documented identifiers and verify the resulting state before retrying. Blind retries can produce duplicate orders or conflicting operations.
Audit and error handling
Log request identifiers, timestamps, actor, target resource and final state without storing passwords or tokens. Treat timeouts as an unknown result until the resource is checked.