Sub-100ms auth switching for AI coding CLIs (Claude Code, Codex, Gemini): swap subscription accounts instantly when you hit usage limits
<p align="center"> <img src="coding_agent_account_manager_illustration.webp" alt="caam - Coding Agent Account Manager" width="600"> </p> # caam - Coding Agent Account Manager    > **Sub-100ms account switching for AI coding CLIs with fixed-cost subscription plans. When you hit usage limits on Gemini Max, GPT Pro, or Gemini Ultra, don't wait 60 seconds for browser OAuth—just swap to another account instantly.** ```bash curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/coding_agent_account_manager/main/install.sh?$(date +%s)" | bash ``` Usage: ```bash caam backup gemini [email protected] # Save current auth caam activate gemini [email protected] # Switch instantly ``` --- ## 🤖 Agent Quickstart (JSON) **Use `--json` in agent contexts.** stdout = data, stderr = diagnostics, exit 0 = success. ```bash # List available profiles (machine-readable) caam list --json # Show current status for all tools caam status --json # Switch accounts caam activate gemini [email protected] --json ``` --- ## The Problem You're paying $200-275/month for fixed-cost AI coding subscriptions (Gemini Max, GPT Pro, Gemini Ultra). These plans have usage limits—not billing caps, but rate limits that reset over time. When you hit them mid-flow, the official way to switch accounts: ``` /login → browser opens → sign out of Google → sign into different Google → authorize app → wait for redirect → back to terminal ``` **That's 30-60 seconds of friction.** Multiply by 5+ switches per day across multiple tools. ## The Solution Each AI CLI stores OAuth tokens in plain files. `caam` backs them up and restores
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.