# Claude Code ## Docs - [Agents and Swarms](https://mintlify.wiki/jackdog668/claude-code/advanced/agents-swarms.md): Spawn parallel sub-agents, coordinate multi-agent teams, and define custom agents to tackle large or concurrent tasks. - [Enterprise Features](https://mintlify.wiki/jackdog668/claude-code/advanced/enterprise.md): MDM managed settings, policy limits, remote config, team memory sync, proxy support, and other features for enterprise deployments. - [Hooks](https://mintlify.wiki/jackdog668/claude-code/advanced/hooks.md): Run shell commands, HTTP requests, or LLM prompts at key lifecycle events to automate logging, enforce policies, and extend Claude Code behavior. - [Troubleshooting](https://mintlify.wiki/jackdog668/claude-code/advanced/troubleshooting.md): Diagnose installation problems, interpret error messages, and find help for common issues with Claude Code. - [config](https://mintlify.wiki/jackdog668/claude-code/commands/config.md): Open the interactive configuration panel to manage Claude Code settings. - [mcp](https://mintlify.wiki/jackdog668/claude-code/commands/mcp.md): Configure and manage MCP (Model Context Protocol) servers for Claude Code. - [memory](https://mintlify.wiki/jackdog668/claude-code/commands/memory.md): Edit Claude memory files (CLAUDE.md) to give Claude persistent instructions. - [CLI Overview](https://mintlify.wiki/jackdog668/claude-code/commands/overview.md): Reference for the claude CLI: flags, options, and available subcommands. - [plugin](https://mintlify.wiki/jackdog668/claude-code/commands/plugin.md): Install, manage, and update Claude Code plugins from marketplaces. - [session](https://mintlify.wiki/jackdog668/claude-code/commands/session.md): Resume, continue, and manage past Claude Code sessions. - [Memory and skills](https://mintlify.wiki/jackdog668/claude-code/configuration/memory-skills.md): Use CLAUDE.md files to give Claude persistent instructions, and skills to create reusable slash commands that Claude can invoke. - [Permissions](https://mintlify.wiki/jackdog668/claude-code/configuration/permissions.md): Understand and configure how Claude Code requests and manages tool permissions, directory access, and sandbox execution. - [Settings](https://mintlify.wiki/jackdog668/claude-code/configuration/settings.md): Configure Claude Code behavior through settings files, the claude config command, CLI flags, and environment variables. - [Installation](https://mintlify.wiki/jackdog668/claude-code/installation.md): Install Claude Code, configure authentication, and manage updates on macOS, Linux, and Windows. - [GitHub Actions](https://mintlify.wiki/jackdog668/claude-code/integrations/github-actions.md): Automate code review, issue handling, and pull request workflows using Claude Code in GitHub Actions. - [IDE setup](https://mintlify.wiki/jackdog668/claude-code/integrations/ide-setup.md): Connect Claude Code to your IDE or code editor for an integrated AI coding experience. - [MCP servers](https://mintlify.wiki/jackdog668/claude-code/integrations/mcp-servers.md): Connect Claude Code to external tools and services using the Model Context Protocol. - [Introduction](https://mintlify.wiki/jackdog668/claude-code/introduction.md): Claude Code is Anthropic's official CLI that brings Claude AI directly into your terminal for software engineering tasks. - [Quickstart](https://mintlify.wiki/jackdog668/claude-code/quickstart.md): Install Claude Code and run your first session in under five minutes. - [Agent and task management tools](https://mintlify.wiki/jackdog668/claude-code/tools/agent.md): Reference for the Agent, TodoWrite, TaskCreate, TaskGet, TaskList, TaskUpdate, TaskStop, and MCPTool tools that enable multi-step and multi-agent workflows. - [Bash tool](https://mintlify.wiki/jackdog668/claude-code/tools/bash.md): Run shell commands from Claude. Covers inputs, timeouts, sandbox mode, security features, and permission behavior. - [File operation tools](https://mintlify.wiki/jackdog668/claude-code/tools/file-operations.md): Reference for the Read, Write, Edit, Glob, and Grep tools that Claude uses to work with files on the local filesystem. - [Tools overview](https://mintlify.wiki/jackdog668/claude-code/tools/overview.md): An overview of all tools available to Claude, how permissions work, and how to understand tool usage in output. - [Web tools](https://mintlify.wiki/jackdog668/claude-code/tools/web-search.md): Reference for the WebSearch and WebFetch tools that Claude uses to retrieve information from the web. - [Interactive mode](https://mintlify.wiki/jackdog668/claude-code/usage/interactive-mode.md): Use Claude Code as an interactive REPL for iterative coding, exploration, and agentic tasks. - [Non-interactive mode](https://mintlify.wiki/jackdog668/claude-code/usage/non-interactive-mode.md): Run Claude Code headlessly with -p / --print for scripting, CI/CD pipelines, and programmatic use. - [Session management](https://mintlify.wiki/jackdog668/claude-code/usage/session-management.md): Understand how Claude Code saves, resumes, and manages conversation sessions. ## OpenAPI Specs - [openapi](https://mintlify.wiki/jackdog668/claude-code/api-reference/openapi.json)