Humanitec · Capability
Humanitec API — Set
Humanitec API — Set. 5 operations. Lead operation: Get all Deployment Sets. Self-contained Naftiko capability covering one Humanitec business surface.
What You Can Do
GET
Listsets
— Get all Deployment Sets
/v1/orgs/{orgid}/apps/{appid}/sets
GET
Getset
— Get a Deployment Set
/v1/orgs/{orgid}/apps/{appid}/sets/{setid}
POST
Updateset
— Apply a Deployment Delta to a Deployment Set
/v1/orgs/{orgid}/apps/{appid}/sets/{setid}
GET
Getdiff
— Get the difference between 2 Deployment Sets
/v1/orgs/{orgid}/apps/{appid}/sets/{setid}/diff/{sourcesetid}
GET
Getsetresourceinputs
— Get Resource Inputs for the given Deployment Set
/v1/orgs/{orgid}/apps/{appid}/sets/{setid}/resources
MCP Tools
get-all-deployment-sets
Get all Deployment Sets
read-only
idempotent
get-deployment-set
Get a Deployment Set
read-only
idempotent
apply-deployment-delta-deployment-set
Apply a Deployment Delta to a Deployment Set
get-difference-between-2-deployment
Get the difference between 2 Deployment Sets
read-only
idempotent
get-resource-inputs-given-deployment
Get Resource Inputs for the given Deployment Set
read-only
idempotent