Beanstalk Beanstalk is a Git-based source code management tool with built-in deployment capabilities. It's used by web development teams to manage code repositories, collaborate on projects, and automate deployments to staging and production environments. Official docs: https://support.beanstalkapp.com/ Beanstalk Overview - Repository - Branch - File - Directory - Change - Account - User - Group Working with Beanstalk This skill uses the Membrane CLI to interact with Beanstalk. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic ra…