Humanitec · Capability
Humanitec API — AutomationRule
Humanitec API — AutomationRule. 5 operations. Lead operation: List all Automation Rules in an Environment.. Self-contained Naftiko capability covering one Humanitec business surface.
What You Can Do
GET
Listautomationrules
— List all Automation Rules in an Environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}/rules
POST
Createautomationrule
— Create a new Automation Rule for an Environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}/rules
GET
Getautomationrule
— Get a specific Automation Rule for an Environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}/rules/{ruleid}
PUT
Updateautomationrule
— Update an existing Automation Rule for an Environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}/rules/{ruleid}
DELETE
Deleteautomationrule
— Delete Automation Rule from an Environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}/rules/{ruleid}
MCP Tools
list-all-automation-rules-environment
List all Automation Rules in an Environment.
read-only
idempotent
create-new-automation-rule-environment
Create a new Automation Rule for an Environment.
get-specific-automation-rule-environment
Get a specific Automation Rule for an Environment.
read-only
idempotent
update-existing-automation-rule-environment
Update an existing Automation Rule for an Environment.
idempotent
delete-automation-rule-environment
Delete Automation Rule from an Environment.
idempotent