Humanitec · Capability
Humanitec API — Environment
Humanitec API — Environment. 6 operations. Lead operation: List all Environments.. Self-contained Naftiko capability covering one Humanitec business surface.
What You Can Do
GET
Listenvironments
— List all Environments.
/v1/orgs/{orgid}/apps/{appid}/envs
POST
Createenvironment
— Add a new Environment to an Application.
/v1/orgs/{orgid}/apps/{appid}/envs
GET
Getenvironment
— Get a specific Environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}
PATCH
Updateenvironment
— Update a specific Environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}
DELETE
Deleteenvironment
— Delete a specific Environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}
PUT
Rebaseenvironment
— Rebase to a different Deployment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}/from-deploy-id
MCP Tools
list-all-environments
List all Environments.
read-only
idempotent
add-new-environment-application
Add a new Environment to an Application.
get-specific-environment
Get a specific Environment.
read-only
idempotent
update-specific-environment
Update a specific Environment.
idempotent
delete-specific-environment
Delete a specific Environment.
idempotent
rebase-different-deployment
Rebase to a different Deployment.
idempotent