Humanitec Environment API is one of 45 APIs that Humanitec publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Environment. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.
This API exposes
6 operations
across 3 paths,
and defines 6 schemas.
It is described by OpenAPI 3.0.0, at version 0.28.24.
Requests are made against a single base URL, https://api.humanitec.io/.
6 operations3 paths6 schemas1 DELETE2 GET1 PATCH1 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Environment 6
Environments are independent spaces where Applications can run. An Application is always deployed into an Environment.
The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are DeploymentResponse (16 properties), EnvironmentResponse (10 properties), EnvironmentDefinitionRequest (4 properties), DeploymentPipelineReferenceResponse (4 properties). Each schema is shown below with its type and property counts.
DeploymentResponse
object
Deployments represent updates to the running state of an Environment. Deployments are made by applying Deltas to a state defined by an existing Deployment. The…
16 properties11 required
HumanitecErrorResponse
object
HumanitecError represents a standard Humanitec Error
3 properties2 required
DeploymentPipelineReferenceResponse
object
4 properties4 required
EnvironmentDefinitionRequest
object
4 properties2 required
EnvironmentResponse
object
Environments are independent spaces where Applications can run. An Application is always deployed into an Environment.
10 properties7 required
EnvironmentBaseUpdateRequest
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.