Follow our quick start guide to connect your cloud accounts and start optimizing costs
Sign up at cloudcostai.tech/signup with your work email. Verify your email to activate your 14-day free trial.
Follow the provider-specific instructions below to grant read-only access to your cloud accounts. We use secure IAM roles (AWS), Service Principals (Azure), or Service Accounts (GCP).
Our AI will analyze your infrastructure. Initial scan takes 30-60 minutes depending on resource count. You'll receive an email when complete.
Access your dashboard to see cost breakdowns, waste detection results, and personalized recommendations. Start taking action immediately!
Create a read-only IAM role in your AWS account:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ce:*",
"ec2:Describe*",
"rds:Describe*",
"s3:GetBucketLocation",
"s3:ListAllMyBuckets"
],
"Resource": "*"
}
]
}
Add CloudCostAI's AWS account to the trust policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::123456789012:root"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": "your-unique-external-id"
}
}
}
]
}
Copy your IAM Role ARN and paste it into the CloudCostAI dashboard under Settings → Cloud Accounts → Add AWS Account.
Use Azure CLI to create a service principal:
az ad sp create-for-rbac \
--name "CloudCostAI" \
--role "Cost Management Reader" \
--scopes /subscriptions/YOUR_SUBSCRIPTION_ID
Ensure the service principal has these roles:
Enter your Tenant ID, Client ID, and Client Secret in the CloudCostAI dashboard.
Create a service account with billing viewer permissions:
gcloud iam service-accounts create cloudcostai \
--display-name="CloudCostAI Service Account"
Assign required roles:
gcloud projects add-iam-policy-binding PROJECT_ID \
--member="serviceAccount:cloudcostai@PROJECT_ID.iam.gserviceaccount.com" \
--role="roles/billing.viewer"
Create and download JSON key file:
gcloud iam service-accounts keys create key.json \
--iam-account=cloudcostai@PROJECT_ID.iam.gserviceaccount.com
Upload the JSON key file in the CloudCostAI dashboard.
Your main dashboard shows real-time cost metrics, savings opportunities, and quick actions. Key widgets include:
AI-generated recommendations are sorted by potential savings. Each recommendation includes:
Browse all your cloud resources with advanced filtering by tags, regions, cost, and utilization metrics.
Schedule reports to be delivered via email:
Set up alerts for:
Available on Professional and Enterprise plans. Access your data programmatically:
curl https://api.cloudcostai.tech/v1/costs \
-H "Authorization: Bearer YOUR_API_KEY"
GET /v1/costs?start_date=2026-01-01&end_date=2026-01-31
Response:
{
"total_cost": 18429.50,
"currency": "USD",
"breakdown": {
"compute": 8234.20,
"storage": 3102.40,
"networking": 2891.10,
"database": 4201.80
}
}
Full API documentation available at api.cloudcostai.tech/docs
Account creation and cloud connection takes about 5 minutes. Initial analysis completes within 30-60 minutes.
No. We only request read-only access to billing and metadata. We cannot create, modify, or delete any resources.
Our AI models are trained on millions of cloud resources and have 95%+ accuracy. Savings estimates are conservative.
Yes. Export to CSV, PDF, or push directly to Jira, ServiceNow, or other ticketing systems via our integrations.
Yes. Professional and Enterprise plans include AWS, Azure, and GCP with unified cost visibility.
Still have questions? Contact our support team