Humanitec · Capability
Humanitec API — PublicKeys
Humanitec API — PublicKeys. 4 operations. Lead operation: Associate a new RSA public key to an organization.. Self-contained Naftiko capability covering one Humanitec business surface.
What You Can Do
POST
Createpublickey
— Associate a new RSA public key to an organization.
/v1/orgs/{orgid}/keys
GET
Listpublickeys
— List all public keys associated to an organization.
/v1/orgs/{orgid}/keys
DELETE
Deletepublickey
— Delete a public key associated to an organization.
/v1/orgs/{orgid}/keys/{keyid}
GET
Getpublickey
— Retrieve a single public key associated to an organization.
/v1/orgs/{orgid}/keys/{keyid}
MCP Tools
associate-new-rsa-public-key
Associate a new RSA public key to an organization.
list-all-public-keys-associated
List all public keys associated to an organization.
read-only
idempotent
delete-public-key-associated-organization
Delete a public key associated to an organization.
idempotent
retrieve-single-public-key-associated
Retrieve a single public key associated to an organization.
read-only
idempotent