VerificationPrepare
Log in as owner
Sign in to the local verification API as owner.
Open a second terminal:
cd command-centre
$env:AGENTIC_OS_TEAM_CONFIG_DIR="$env:TEMP\aios-owner-client"
$env:TEAM_OWNER_PASSWORD="<OWNER_PASSWORD>"
npm run team -- login --api-url http://127.0.0.1:8787 --email owner@example.test --password $env:TEAM_OWNER_PASSWORD
npm run team -- whoami
npm run team -- clientsExpected result:
whoamishowsowner@example.test;- the direct Team role is
owner; - the account is also the Company Owner in this fresh store;
clientsshows every active Team client with implicit write access.
Company Owners have Full access to every Team. They do not need explicit client or skill grants.
Next: Import and search memory
