Shob is an AI agent workspace built for developers who want to run multiple AI-powered workflows from a single environment. Instead of juggling conversations, browser tabs, and disconnected terminals, Shob lets you manage parallel coding sessions, automation tasks, and AI agents — all from one place with full visibility and control over every action they take.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/shobcoder/shob/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Install Shob and run your first AI coding task in under 5 minutes.
Sessions
Learn how Shob organizes work into isolated, resumable sessions.
Agents
Understand how agents are structured, delegated, and coordinated.
Permissions
Review and control every action agents take before it happens.
Why Shob?
Parallel AI Sessions
Run multiple AI agents simultaneously within the same project. Work on bug fixes, test coverage, documentation, refactoring, and feature development — all at the same time. Each session is isolated so agents never step on each other’s work.Smart Permission System
Every action remains under your control. Before any agent writes a file, runs a command, or makes a code change, Shob surfaces a permission prompt for your review. You can pre-approve entire categories of actions or require explicit confirmation for each one.Deep Git Integration
Shob understands your repository, active branch, and local changes. Agents work safely within your existing development workflow, so they won’t rebase over uncommitted work or push to the wrong branch by accident.Subagent Delegation
Break large tasks into smaller, focused pieces. A root agent can delegate sub-tasks to specialized subagents and consolidate their results into a single coherent output — without you having to coordinate the handoffs manually.Live Task Tracking
Monitor progress in real time. Watch agents create plans, execute tasks, and complete objectives step by step directly in your terminal.Multi-Provider Support
Connect the AI model that fits your workflow. Shob supports Anthropic, OpenAI, Google, OpenRouter, Vercel AI Gateway, Amazon Bedrock, GitHub Copilot, Cloudflare AI Gateway, and more. You can also configure custom providers through the plugin system.You can manage all your provider credentials with
shob providers login and inspect what is currently configured with shob providers list.