# Git Container Console ## About Git Container Console (GCC) is a cloud platform that gives AI coding agents a full, isolated development workspace with your Git repository cloned inside. The agent reads, edits, commits, and pushes code directly in a Docker container — no local setup required. ## What it does - Clones your GitHub, GitLab, or Bitbucket repository (including self-hosted) into an isolated Docker container - Runs an AI coding agent inside the container with full access to your codebase - The agent can read files, edit code, run shell commands (git, npm, pytest, etc.), and push changes - Containers persist in the cloud — close your browser, the workspace keeps running - Resume sessions hours later with all workspace state (file changes, git diff, agent context) restored - Schedule automated tasks with cron jobs (recurring code reviews, test runs, refactoring) ## Supported AI Agents - **Claude Code** (Anthropic) — Opus 4.6, Sonnet 4.6, Haiku 4.5 with High/Medium/Low thinking - **OpenAI Codex** — GPT-5.4, GPT-5.4 Mini, GPT-5.3 Codex - **Pi.dev Agent** — Multi-provider (Anthropic + OpenAI models) - **OpenCode** — Provider-agnostic model routing ## Git Providers - GitHub (including GitHub Enterprise) - GitLab (including self-hosted instances) - Bitbucket Cloud ## Container Environment - Python 3.12, Node.js 22, git, curl, ripgrep, jq - Pre-installed CLI tools: glab (GitLab), gh (GitHub), bkt (Bitbucket) - On-demand integrations: PostgreSQL, MariaDB, Playwright, Go, Rust, Java, PHP, .NET, Python (additional versions), Node.js (additional versions) ## Key Features - Always-on cloud containers with session persistence and state restore - Full git workflow: branch, commit, push, create merge requests/pull requests - Real-time file preview with diffs and file tree - Issue and merge request boards with one-click auto-solve - Cron jobs for scheduled automation (minimum 1-hour interval) - REST API (Bearer token auth) for programmatic access - Webhooks with HMAC-SHA256 signed payloads for session events - Custom skills, agents, hooks, scripts, extensions, and rules per harness - Environment variables per repository (encrypted, security-filtered) - Usage analytics with cost tracking and 30-day projections - Two-factor authentication (TOTP) with recovery codes - Push notifications (Web Push) ## Security - All credentials encrypted at rest - Sandboxed Docker containers with restricted capabilities and dedicated network - Containers can only access the public internet (HTTP/HTTPS, DNS) - HTTPS enforced in production - EU-based infrastructure ## URLs - Website: https://git-container-console.com - Application: https://app.git-container-console.com - Documentation: https://git-container-console.com/getting-started.html - API Documentation: https://app.git-container-console.com/api/v1/docs/ - Terms of Service: https://git-container-console.com/terms.html - Privacy Policy: https://git-container-console.com/privacy.html ## Contact - Email: daniel@holoubek.dev