Integrate BoostonCP's "Neural Core" into your own apps, billing systems, and automation tools.
All API requests must include your unique API Key in the request header or as a query parameter. You can generate keys in the Admin Panel > API Manager.
X-Booston-API-Key: YOUR_API_KEY
Initialize a new hosting account with system user, web root, and package limits.
| Parameter | Type | Description |
|---|---|---|
username * | String | Desired system username. |
password * | String | Secure password for the user. |
email * | String | Primary contact email. |
package_id * | Integer | The BoostonCP Package ID. |
curl -X POST "https://your-panel.com:2087/api/whmcs.php?action=create" \ -H "X-Booston-API-Key: bc_5f8d..." \ -d "[email protected]&package_id=1"
Fetch real-time usage statistics and account counts from the neural core.