Personal Secrets
Store private credentials for individual use
Team Secrets
Share secure credentials across team members
Using Secrets
Reference secrets in environments and configurations
Security Features
Learn about encryption and access controls
Personal Secrets
Personal secrets are private to your account and only accessible in your personal workspace. These are perfect for individual development and testing scenarios.Team Secrets
Team secrets are shared across all team members and accessible within team workspaces. MCP and Environment settings in the same team can share these secrets.Creating Secrets
1
Navigate to Secrets
Go to the secrets section in your current workspace (personal or team)
2
Create New Secret
Click “New Secret” to open the creation dialog
3
Configure Secret
Provide a descriptive name and the secret value
4
Workspace Scoping
The secret will be automatically scoped to your current workspace context
Using Secrets
Secrets can be referenced in various contexts throughout Palmier using the${SECRET:secret_name}
syntax.
Environment Variables
Reference secrets in environment configurations for agents and MCP servers:MCP Server Configuration
Secrets are automatically available to MCP servers and can be used in server configurations:Secrets provide the secure foundation for managing sensitive data in your AI-powered development workflows. Use personal secrets for individual work and team secrets for collaborative projects, always following security best practices to protect your valuable credentials.