Menu

CLI — IAM, projects & orgs

metalhost iam, project, and org manage identity, API keys, team access, and resource scope.

API keys

CommandWhat it does
iam keys listList API keys.
iam keys create --display-name "..."Mint a key (secret shown once).
iam keys revoke IDRevoke a key.
iam keys rotate KEY_PREFIXRotate — new secret returned once.

Org members

CommandWhat it does
iam members list --org ORGList members.
iam members invite --org ORG --email EMAIL --role ROLEInvite (viewer/editor/admin).
iam members update-role ...Change role.
iam members remove ...Remove member.
iam invites list|accept|revoke ...Manage pending invites.

Projects

CommandWhat it does
project listList accessible projects.
project create NAME --org ORGCreate a project.
project get|update|delete NAMECRUD.

Organizations

CommandWhat it does
org listList orgs you belong to.
org create NAME --display-name "..."Create an org.
org get|update|delete NAMECRUD.

Other identity commands

Sessions, MFA, password reset, notifications, and iam import-github-ssh-keys — see the full CLI reference → iam section.

What's next