Humanitec · Capability
Humanitec API — ResourceAccount
Humanitec API — ResourceAccount. 6 operations. Lead operation: List Resource Accounts in the organization.. Self-contained Naftiko capability covering one Humanitec business surface.
What You Can Do
GET
Listresourceaccounts
— List Resource Accounts in the organization.
/v1/orgs/{orgid}/resources/accounts
POST
Createresourceaccount
— Create a new Resource Account in the organization.
/v1/orgs/{orgid}/resources/accounts
GET
Getresourceaccount
— Get a Resource Account.
/v1/orgs/{orgid}/resources/accounts/{accid}
DELETE
Deleteresourceaccount
— Delete an unused Resource Account.
/v1/orgs/{orgid}/resources/accounts/{accid}
PATCH
Patchresourceaccount
— Update a Resource Account.
/v1/orgs/{orgid}/resources/accounts/{accid}
POST
Checkresourceaccount
— Check the credentials of an existing Resource Account
/v1/orgs/{orgid}/resources/accounts/{accid}/actions/check
MCP Tools
list-resource-accounts-organization
List Resource Accounts in the organization.
read-only
idempotent
create-new-resource-account-organization
Create a new Resource Account in the organization.
get-resource-account
Get a Resource Account.
read-only
idempotent
delete-unused-resource-account
Delete an unused Resource Account.
idempotent
update-resource-account
Update a Resource Account.
idempotent
check-credentials-existing-resource-account
Check the credentials of an existing Resource Account
read-only