Search the documentation
50 pages for /permissions.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.
Permissions
Claude Developer Platform · path
api/admin/rbac_roles/permissions
List RBAC Role Permissions
Claude Developer Platform · path
api/admin/rbac_roles/permissions/list
Permissions
Claude Developer Platform · path
api/compliance/organizations/roles/permissions
List Compliance Role Permissions
Claude Developer Platform · path
api/compliance/organizations/roles/permissions/list
Configure permissions
Claude Code CLI · path
agent-sdk/permissions
Admin
Claude Developer Platform · in the page
api/admin
…RBAC Role Permissions **GET** `/v1/organizations/rbac_roles/{role_id}/permissions` List the permissions an RBAC Role grants. The RBAC Roles API is available to Claude Enterprise organizations only.…
RBAC Roles
Claude Developer Platform · in the page
api/admin/rbac_roles
…RBAC Role Permissions **GET** `/v1/organizations/rbac_roles/{role_id}/permissions` List the permissions an RBAC Role grants. The RBAC Roles API is available to Claude Enterprise organizations only.…
Organizations
Claude Developer Platform · in the page
api/compliance/organizations
…ions **GET** `/v1/compliance/organizations/{org_uuid}/roles/{role_id}/permissions` List Compliance Role Permissions #### Path parameters - `org_uuid: string` The organization UUID - `role_id:…
Roles
Claude Developer Platform · in the page
api/compliance/organizations/roles
…ions **GET** `/v1/compliance/organizations/{org_uuid}/roles/{role_id}/permissions` List Compliance Role Permissions #### Path parameters - `org_uuid: string` The organization UUID - `role_id:…
compliance-org-data
Claude Developer Platform · in the page
manage-claude/compliance-org-data
…https://platform.claude.com/docs/en/api/compliance/organizations/roles/permissions/list). To audit historical role assignments and permission changes, query the RBAC activity types (for example, `rbac…
user-management
Claude Developer Platform · in the page
manage-claude/user-management
…ions/rbac_roles/{role_id}` `GET /v1/organizations/rbac_roles/{role_id}/permissions` | Read your organization's custom r…
Set up Claude Code for your organization
Claude Code CLI · in the page
admin-setup
…tools, commands, and integrations are allowed | [Permissions](/docs/en/permissions), [Sandboxing](/docs/en/sandboxing)…
How the agent loop works
Claude Code CLI · in the page
agent-sdk/agent-loop
…ls, regardless of other settings. See [Permissions](/docs/en/agent-sdk/permissions) for the order that rules are checked before a tool runs. * **`permission_mode` / `permissionMode`** controls how muc…
Use Claude Code features in the SDK
Claude Code CLI · in the page
agent-sdk/claude-code-features
…option, which the SDK passes to Claude Code as [`--add-dir`](/docs/en/permissions#additional-directories-grant-file-access-not-configuration) | | `"user"` | User `settings.json`; user CLAUDE.md an…
Track cost and usage
Claude Code CLI · in the page
agent-sdk/cost-tracking
…- Getting started with the SDK * [SDK Permissions](/docs/en/agent-sdk/permissions) - Managing tool permissions
Give Claude custom tools
Claude Code CLI · in the page
agent-sdk/custom-tools
…n available; calls go through the [permission flow](/docs/en/agent-sdk/permissions). | | disallowed tools | Both | A bare tool…
Rewind file changes with checkpointing
Claude Code CLI · in the page
agent-sdk/file-checkpointing
…nversations, and session forking. * **[Permissions](/docs/en/agent-sdk/permissions)**: configure which tools Claude can use and how file modifications are approved. Useful if you want more control ove…
Intercept and control agent behavior with hooks
Claude Code CLI · in the page
agent-sdk/hooks
…initions, and configuration options * [Permissions](/docs/en/agent-sdk/permissions): control what your agent can do * [Custom tools](/docs/en/agent-sdk/custom-tools): build tools to extend agent capab…
Connect to external tools with MCP
Claude Code CLI · in the page
agent-sdk/mcp
…than necessary; see [How permissions are evaluated](/docs/en/agent-sdk/permissions#how-permissions-are-evaluated) for the prompts that remain. A wildcard in `allowedTools` grants exactly the MCP serve…
Modifying system prompts
Claude Code CLI · in the page
agent-sdk/modifying-system-prompts
…hooks](/docs/en/agent-sdk/hooks), and [permissions](/docs/en/agent-sdk/permissions) also shape behavior outside the system prompt and are covered on their own pages. ### CLAUDE.md files for project-l…
Agent SDK overview
Claude Code CLI · in the page
agent-sdk/overview
…l | [Permissions](/docs/en/agent-sdk/permissions)…
Agent SDK reference - Python
Claude Code CLI · in the page
agent-sdk/python
…disallowed_tools` to block tools. See [Permissions](/docs/en/agent-sdk/permissions#allow-and-deny-rules) | | `system_prompt` | `str \|…
Quickstart
Claude Code CLI · in the page
agent-sdk/quickstart
…order, described in [How permissions are evaluated](/docs/en/agent-sdk/permissions#how-permissions-are-evaluated). For the full list of modes, their behavior, and when to use each, see [Permission mod…
Securely deploying AI agents
Claude Code CLI · in the page
agent-sdk/secure-deployment
…n set policies that apply across all users. See [permissions](/docs/en/permissions). * **Command parsing for permissions**: Before executing bash commands, Claude Code parses them into an AST and matc…
Extend agents with skills
Claude Code CLI · in the page
agent-sdk/skills
…es and the `canUseTool` callback, see [Permissions](/docs/en/agent-sdk/permissions). ## Troubleshooting ### Skills not found **Check settingSources configuration**: the SDK discovers skills through…
Stream responses in real-time
Claude Code CLI · in the page
agent-sdk/streaming-output
…typed JSON responses from the agent * [Permissions](/docs/en/agent-sdk/permissions): control which tools the agent can use
Track todos
Claude Code CLI · in the page
agent-sdk/todo-tracking
…g: * Name one of the tools in the [`allowedTools`](/docs/en/agent-sdk/permissions#allow-and-deny-rules) (TypeScript) or `allowed_tools` (Python) option * List the tools in the `tools` option, which r…
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…also [loads the directory's skills, commands, and subagents](/docs/en/permissions#additional-directories-grant-file-access-not-configuration)…
Handle approvals and user input
Claude Code CLI · in the page
agent-sdk/user-input
…ool that isn't auto-approved by a [permission rule](/docs/en/agent-sdk/permissions) or permission mode. Check `tool_name` for the tool (e.g., `"Bash"`, `"Write"`). 2. **Claude asks a question**: Claud…
Orchestrate teams of Claude Code sessions
Claude Code CLI · in the page
agent-teams
…. Pre-approve common operations in your [permission settings](/docs/en/permissions) before spawning teammates to reduce interruptions. ### Agents stopping early Teammates may stop after encountering…
Manage multiple agents with agent view
Claude Code CLI · in the page
agent-view
…If you haven't yet accepted the [workspace trust dialog](/docs/en/permissions#project-allow-rules-and-workspace-trust) for the directory, Claude Code shows it before agent view opens, the same di…
Track team usage with analytics
Claude Code CLI · in the page
analytics
…s): set spend limits and optimize token usage * [Permissions](/docs/en/permissions): configure roles and permissions
Share session output as artifacts
Claude Code CLI · in the page
artifacts
…| | [Permission rule](/docs/en/permissions) | Add `Artifact` to `permissions.deny`…
Configure auto mode
Claude Code CLI · in the page
auto-mode-config
…-rules) when the defaults don't fit your pipeline * [Edit rules from `/permissions`](#edit-rules-from-permissions) without opening a settings file * [Route all shell commands through the classifier](#…
Best practices for Claude Code
Claude Code CLI · in the page
best-practices
…he prompt. * **Give URLs** for documentation and API references. Use `/permissions` to allowlist frequently-used domains. * **Pipe in data** by running `cat error.log | claude` to send file contents d…
Champion kit
Claude Code CLI · in the page
champion-kit
…| [Permissions](/docs/en/permissions) | | "Is the setup worth the effort?" | Installation takes roughly two min…
Claude Code changelog
Claude Code CLI · in the page
changelog
…options inserted before the subcommand * Added an Auto mode tab to `/permissions` for viewing and editing auto mode classifier rules * Added the turn's completion time to the end-of-turn duration…
Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry
Claude Code CLI · in the page
claude-apps-gateway
…n force either way; [they're evaluated before any allow rule](/docs/en/permissions#manage-permissions). Claude Code forwards parent-supplied [`sandbox.credentials`](/docs/en/settings-reference#sandbo…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…| CLI | Tool and command rules. See [Permissions](/docs/en/permissions).…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…Claude follows them or not.', contains: [<><A href="/docs/en/permissions">permissions</A>: allow, deny, or prompt before Claude uses specific tools or commands</>, <><A href="/docs/en/hooks"…
CLI reference
Claude Code CLI · in the page
cli-reference
…ile access; most `.claude/` configuration is [not discovered](/docs/en/permissions#additional-directories-grant-file-access-not-configuration) from these directories. Validates each path exists as a d…
Commands
Claude Code CLI · in the page
commands
…ude to create any [subagents](/docs/en/sub-agents) you want, and run `/permissions` to set your approval rules. **During a task.** `/plan` switches into plan mode before a large change. `/model` and…
Communications kit
Claude Code CLI · in the page
communications-kit
…ngle file moves. 📖 Permission modes → https://code.claude.com/docs/en/permissions ``` **Checkpointing and `/rewind`** ```markdown theme={null} ⏪ *Tip: There is an undo button for the whole conversa…
Run Claude Code behind a corporate launcher
Claude Code CLI · in the page
corporate-launcher
…DE_CODE_PROCESS_WRAPPER` reference entry * [Managed settings](/docs/en/permissions#managed-settings): deliver the `env` block across a fleet * [Launcher error reference](/docs/en/errors#claude_code_pr…
Message your other Claude Code sessions
Claude Code CLI · in the page
cross-session-messaging
…orking directory. The receiving session's [`Read` deny rules](/docs/en/permissions#read-and-edit) apply to that file, as they do to a file you mention with `@` yourself. When such a message mentions a…
Data usage
Claude Code CLI · in the page
data-usage
…e blocklist, so combine it with [`WebFetch` permission rules](/docs/en/permissions#webfetch) if you need to restrict which domains Claude can reach.
Debug your configuration
Claude Code CLI · in the page
debug-your-config
…| | `/permissions` | Resolved allow and deny rules currently in effect…
Desktop application
Claude Code CLI · in the page
desktop
…r which device files reach Cowork, and [MCP permission rules](/docs/en/permissions#mcp) for how `Bash` and `WebFetch` rules apply to Cowork's tools. In local and SSH sessions, the desktop app deliver…
Test iOS apps in the simulator
Claude Code CLI · in the page
desktop-ios-simulator
…ion mode Two actions follow your session's [permission mode](/docs/en/permissions#permission-modes) instead of the one-time consent: * Opening a URL on the device, for example to test a deep link or…
Discover and install prebuilt plugins through marketplaces
Claude Code CLI · in the page
discover-plugins
…ings.json`. Once a team member [trusts the repository folder](/docs/en/permissions#what-runs-before-you-trust-a-folder), Claude Code adds these marketplaces without a further prompt. As of Claude Cod…