infracost_cloud_list_guardrails
Retrieve all cost guardrails configured in Infracost Cloud to monitor and enforce budget controls across your cloud infrastructure.
Instructions
List all guardrails in Infracost Cloud. Requires INFRACOST_SERVICE_TOKEN environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgSlug | No | Organization slug from Infracost Cloud (defaults to INFRACOST_ORG env var) |
Input Schema (JSON Schema)
{
"properties": {
"orgSlug": {
"description": "Organization slug from Infracost Cloud (defaults to INFRACOST_ORG env var)",
"type": "string"
}
},
"required": [],
"type": "object"
}