What problem does it solve? Platform operators need a governed way to manage who exists on a zz-stack deployment — creating and deactivating principals, organizing teams, issuing and revoking access tokens, and handling bug reports — with every action recorded and authority checked per call. ## Core Features & Use Cases - Identity and Team Administration: Create or deactivate principals, create or archive teams, and add or remove members using tools like person_add, team_create, and member_add. - Credential Issuance: Mint one-time passkey enrolment links with enrolment_issue and issue or revoke personal access tokens with pat_issue and pat_revoke for machine access. - Access Reviews and Bug Triage: Run access reviews via person_list, team_list, and pat_list, and triage deployment-wide bug reports with bug_list, bug_resolve, and bug_delete. - Use Case: A new engineer joins your team. Use this Skill to create their principal, issue a passkey enrolment link, add them to the team, and later rebuild the team's knowledge index after a backup restore with knowledge_reindex. ## Quick Start Ask the agent to create a principal for a new colleague and issue them a passkey enrolment link so they can sign in to the platform.