Base route: /api/cloud-account
This API endpoint registers a new cloud provider account (e.g., Azure) in the workspace for infrastructure provisioning.
POST /api/cloud-account
{
"workspaceId": "string",
"name": "string",
"cloudType": "string",
"azure": {
"subscriptionId": "string",
"tenantId": "string",
"applicationId": "string"
}
}
{
"accountId": "string"
}