Skip to content

Tokens

Tokens are placeholder variables used in naming patterns. When you see {team} or {type} in a pattern definition, substitute the appropriate value from the tables below.

{org} — The organization prefix. Always the first octet.

TokenOrganization
prvProvisionr (default)
ocsOur Collaborative Space
pqxPiqued X
paiPiqued AI
pslPiqued Solutions
pstPiqued Studios

In most contexts, you’ll use prv. The others appear in cross-tenant or legacy configurations.

{team} — The team or department that owns or operates the resource. Always the second octet.

TokenDepartment
execExecutive
finFinance
hrHuman Resources
legalLegal
bizBusiness Operations
opsOperations
pltPlatform Engineering
itInformation Technology
engEngineering
secSecurity
mktgMarketing
salSales
archiveArchive & Records
fltFleet (customer infrastructure)

Within a department, teams get a {teamslug} — a kebab-case identifier, 3-16 characters.

Rules:

  • Lowercase kebab: ^(?=.{3,16}$)[a-z][a-z0-9]*(?:-[a-z0-9]+)*$
  • Unique per {org}+{team} combination
  • Must not collide with any department code or reserved term

Examples: platform, apps, devex, sre, mlops, growth, content, events, fpna, privacy

{type} — What kind of object this is. Always the third octet.

TokenWhat It Represents
peoplePeople roster (dynamic membership, no privileges)
identIdentity roster (non-people: service accounts, bots)
deptDepartment group
teamTeam group
roleRole / permission group
mailHuman-facing mail distribution or shared inbox
intakeMachine report ingestion and audit feeds
alertsOn-call alarms and urgent events
infraAutomation routers and fan-out
autoAutomation account (bot, job, integration)
adminShared admin account
cusCustomer umbrella group
prjProject group
vendorVendor engagement group
partnerPartner engagement group
fltFleet resource (customer infrastructure)
docDocument or artifact

{system} — The vendor or platform a resource applies to. Used in qualifiers.

TokenSystem
wksGoogle Workspace
awsAmazon Web Services
glGitLab
ghGitHub
slackSlack
zmZoom
op1Password
tfTerraform Cloud
cfCloudflare

{scope} — The product area or subsystem within a platform.

TokenScope
sdShared Drive
groupsGoogle Groups
idcIdentity Center
orgOrganization
vaultVault / secret manager
channelSlack channel
cloudCloud platform

{env} — The deployment environment.

TokenEnvironment
prdProduction
stgStaging
devDevelopment
sbxSandbox
qaQuality Assurance

{audience} — The access channel or sensitivity level, commonly used for drives and mail.

TokenAudience
collabExternal collaboration (sanitized, safe to share)
teamInternal working area (private to the team)
strictInternal restricted (raw data, high-risk, chain-of-custody)

{perm} — The permission level granted by a role group.

TokenLevel
adminFull administrator
ownerOwner-level access
operatorOperational access
managerManager-level access
editorCan edit content
maintainerCan maintain/merge
developerDeveloper-level access
readRead-only
viewerView-only
publisherCan publish externally

Used for customer engagement identifiers. Frozen at registration — never change after creation.

TokenPurposeFormat
{cusslug}Short canonical key for IDs/emails3-6 chars, starts with letter: ^[a-z][a-z0-9]{2,5}$
{cusnameslug}Readable kebab sluge.g., slope-clinical
{prjslug}Project identifier within a customer3-12 chars, lowercase-kebab
TokenPurpose
{domain}Tenant mailbox domain (defaults to primary)
{primary_domain}Explicit primary mailbox domain
TokenPurposeFormat
{extorg}External partner/vendor org slug3-12 chars, lowercase, hyphens ok
{function}Partner lanealliance, sales, prosrv, mktg, legal, ops, tech