Humanitec · Capability
Humanitec API — SecretStore
Humanitec API — SecretStore. 5 operations. Lead operation: Get list of Secret Stores for the given organization.. Self-contained Naftiko capability covering one Humanitec business surface.
What You Can Do
GET
Get
— Get list of Secret Stores for the given organization.
/v1/orgs/{orgid}/secretstores
POST
Post
— Create a Secret Store for the given organization.
/v1/orgs/{orgid}/secretstores
GET
Get
— Get the Secret Store.
/v1/orgs/{orgid}/secretstores/{storeid}
DELETE
Delete
— Delete the Secret Store.
/v1/orgs/{orgid}/secretstores/{storeid}
PATCH
Patch
— Update the Secret Store.
/v1/orgs/{orgid}/secretstores/{storeid}
MCP Tools
get-list-secret-stores-given
Get list of Secret Stores for the given organization.
read-only
idempotent
create-secret-store-given-organization
Create a Secret Store for the given organization.
get-secret-store
Get the Secret Store.
read-only
idempotent
delete-secret-store
Delete the Secret Store.
idempotent
update-secret-store
Update the Secret Store.
idempotent