Overview
Security in the panel sidebar controls who can access your workspace and how. Everything here is scoped to your workspace: a key you upload, a token you mint, or a member you invite applies to that workspace and its resources, not to your whole account.
The Security submenu
Security opens five pages.
Access Control
Invite people into your workspace and choose what each person can do, from full owner to read only.
Tokens
Create API tokens so scripts and tools can act on your behalf, with permissions set per resource kind.
Registries
Save the logins the panel uses to pull private container images for your Apps.
SSH Keys
Manage the public keys that log you into your servers without a password, workspace wide.
Audit Logs
A record of actions taken in your workspace, so you can see who did what and when.
Firewall and ACLs are documented in this section but are not part of the Security submenu. They live on each instance's Firewall tab, under the panel's Network menu.
Pages and routes
| Page | Route | What it holds |
|---|---|---|
| Audit Logs | /audit-logs | A history of actions in the workspace. |
| Access Control | /acl | Members and their access level. |
| Tokens | /tokens | API tokens for scripts and tools. |
| Registries | /apps/credentials | Private image registry logins. |
| SSH Keys | /ssh | Public keys for server login. |
Audit Logs
The Audit Logs page is a read-only history of actions in your workspace: who invited a member, who created a token, when a resource changed.