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
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.

