Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Humanitec SecretStore API

Secret Store represents external secret management system used by an organization to store secrets referenced in Humanitec.

Humanitec SecretStore API is one of 45 APIs that Humanitec publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include SecretStore. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

This API exposes 5 operations across 2 paths, and defines 17 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/.

5 operations 2 paths 17 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.28.24
Base URL
https://api.humanitec.io
Resource Areas
1

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

SecretStore 5

Secret Store represents external secret management system used by an organization to store secrets referenced in Humanitec.

GET
/orgs/{orgId}/secretstores
Get list of Secret Stores for the given organization.
1 param → 200
POST
/orgs/{orgId}/secretstores
Create a Secret Store for the given organization.
1 param body → 201400401409
GET
/orgs/{orgId}/secretstores/{storeId}
Get the Secret Store.
2 params → 200404
DELETE
/orgs/{orgId}/secretstores/{storeId}
Delete the Secret Store.
2 params → 204404
PATCH
/orgs/{orgId}/secretstores/{storeId}
Update the Secret Store.
2 params body → 200400404

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are SecretStoreResponse (11 properties), CreateSecretStorePayloadRequest (6 properties), UpdateSecretStorePayloadRequest (5 properties), VaultRequest (4 properties). Each schema is shown below with its type and property counts.

GCPAuthRequest
object
Credentials to authenticate GCP Secret Manager.
1 property
VaultAuthRequest
object
Credentials to authenticate Vault.
2 properties
AzureKVRequest
object
Azure Key Vault specification.
3 properties
AWSSMRequest
object
AWS Secret Manager specification.
3 properties
AWSAuthRequest
object
Credentials to authenticate AWS Secret Manager.
2 properties
SecretStoreResponse
object
Secret Store represents external secret management system used by an organization to store secrets referenced in Humanitec.
11 properties 6 required
HumanitecResponse
object
Humanitec built-in Secret Store specification.
HumanitecErrorResponse
object
HumanitecError represents a standard Humanitec Error
3 properties 2 required
AzureAuthRequest
object
Credentials to authenticate Azure Key Vault.
2 properties
CreateSecretStorePayloadRequest
object
Secret Store represents external secret management system used by an organization to store secrets referenced in Humanitec. It must contain exactly one of the…
6 properties 2 required
GCPSMRequest
object
GCP Secret Manager specification.
2 properties
VaultResponse
object
Vault specification.
3 properties
AWSSMResponse
object
AWS Secret Manager specification.
2 properties
GCPSMResponse
object
GCP Secret Manager specification.
1 property
AzureKVResponse
object
Azure Key Vault specification.
2 properties
VaultRequest
object
Vault specification.
4 properties
UpdateSecretStorePayloadRequest
object
Secret Store represents external secret management system used by an organization to store secrets referenced in Humanitec.
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

humanitec-secretstore-api-openapi.yml Raw ↑

Other APIs Humanitec publishes across the network.

Humanitec AccountType API
Humanitec ActiveResource API
Humanitec Agents API
Humanitec Application API
Humanitec Artefact API
Humanitec ArtefactVersion API
Humanitec AuditLogs API
Humanitec AutomationRule API
Humanitec Delta API
Humanitec Deployment API
Humanitec DriverDefinition API
Humanitec Environment API