What is the Vault?
It is the place where your company stores things that cannot live in an Excel file or a chat: admin passwords, API keys, certificates, server access, payment gateway tokens.
Store a secret
- Click 'New secret'.
- A clear name: 'Stripe — Production API key'.
- Value: the password, key or token.
- Category: API keys, passwords, certificates, tokens.
- Owner (who administers it) and members with access.
- Optional description and notes.
- Save.
View a secret
The value is hidden by default. Click 'Show'. Pilot asks for confirmation and records: who viewed it, when, from what device.
Permissions: who sees what
- Owner: the person responsible. Can edit, delete, adjust permissions.
- Members with access: can view and copy to the clipboard. They cannot modify.
- Company admins: see everything (but are also audited).
Audit trail
The Audit tab is the black box: every access is recorded. If a secret leaks, the log tells you who accessed it. If a user leaves, you can review what they accessed before their departure.
Example: rotating an important password
It is time to rotate your servers' admin password (a good quarterly practice).
- You open the Vault, find the secret 'Production server admin'.
- You click Edit. You ask IT to generate a new password.
- You paste the new value. You save.
- Pilot notifies the members with access: 'this password was changed'.
- Each one looks it up when they need it — and every access is recorded.
Password rotated. Everyone authorized is up to date. Full traceability of who used it and when after the change.
How it connects
How it connects: Vault
Security tips
- Rotate critical secrets every 90 days (passwords, production API keys).
- Principle of least privilege: only grant access to those who truly need it.
- Review the audit trail once a month. Look for odd patterns (late-night access, unknown IPs).
- When someone leaves the company, revoke their access before their resignation takes effect.
- Do not put sensitive data in the secret's 'notes' — they are visible to everyone with access to the secret.
If something does not work
If something fails
I cannot view a secret I need.
Ask the secret's owner (or the company admin) to add you as a member with access.
The time in the audit trail does not match my clock.
The audit trail stores times in UTC. Pilot converts it to your time zone. Check your zone in your profile.