Humanitec · Capability
Humanitec API — Registry
Humanitec API — Registry. 6 operations. Lead operation: Lists available registries for the organization.. Self-contained Naftiko capability covering one Humanitec business surface.
What You Can Do
GET
Get
— Lists available registries for the organization.
/v1/orgs/{orgid}/registries
POST
Post
— Creates a new registry record.
/v1/orgs/{orgid}/registries
GET
Get
— Loads a registry record details.
/v1/orgs/{orgid}/registries/{regid}
DELETE
Delete
— Deletes an existing registry record and all associated credentials and secrets.
/v1/orgs/{orgid}/registries/{regid}
PATCH
Patch
— Updates (patches) an existing registry record.
/v1/orgs/{orgid}/registries/{regid}
GET
Get
— Returns current account credentials or secret details for the registry.
/v1/orgs/{orgid}/registries/{regid}/creds
MCP Tools
lists-available-registries-organization
Lists available registries for the organization.
read-only
idempotent
creates-new-registry-record
Creates a new registry record.
loads-registry-record-details
Loads a registry record details.
read-only
idempotent
deletes-existing-registry-record-and
Deletes an existing registry record and all associated credentials and secrets.
idempotent
updates-patches-existing-registry-record
Updates (patches) an existing registry record.
idempotent
returns-current-account-credentials-secret
Returns current account credentials or secret details for the registry.
read-only
idempotent