Configure each repositories environment so the agent has the most optimal workspace to work with.Documentation Index
Fetch the complete documentation index at: https://palmier.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Repository Selection
Choose a repository to configure its environment settings. Select from your available repositories in the dropdown menu.Image & Packages
Base Image
Specify the Docker image to use as the base environment. Common options include:python:3.11ubuntu:24.04node:20
Package Management
Configure packages for your environment: APT Packages: Add system-level packages that need to be installed via apt-get PIP Packages: Add Python packages that should be installed via pipEnvironment Variables
Configure environment variables for your agent’s workspace. You can access your personal or team secrets via the secret context (similar to Github Action secrets):${{ secrets.YOUR_SECRET }}
See Secrets for more information.

