Search the documentation
50 pages for copied.
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.
concepts
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/concepts
…er certificate locally, and registers the CA. No long-lived secret is copied by hand. Requires a federation rule with the `workspace:manage_tunnels` scope. | Managed mode (`setup.enabled: true`, the d…
Edit docker-compose.yaml: increment the integer in the setup service's
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-compose
…$(sudo cat data/tunnel-token)`; in the manual flow it's the value you copied from the Console. The same tunnel token and certificates work across all replicas. ## Verify the deployment Verify end to…
troubleshooting
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/troubleshooting
…s first. Common causes: * The `TUNNEL_TOKEN` is missing, expired, or copied incorrectly. * A firewall is blocking outbound TCP/UDP on port 7844 to the tunnel edge. cloudflared may also log warnings…
Events
Claude Developer Platform · in the page
api/beta/sessions/events
…t. - `description: string` What the agent should produce. Copied from the input event. - `max_iterations: number or null` Evaluate-then-revise cycles before giving up. Default…
List Events
Claude Developer Platform · in the page
api/beta/sessions/events/list
…t. - `description: string` What the agent should produce. Copied from the input event. - `max_iterations: number or null` Evaluate-then-revise cycles before giving up. Default…
Send Events
Claude Developer Platform · in the page
api/beta/sessions/events/send
…- `description: string` What the agent should produce. Copied from the input event. - `max_iterations: number or null` Evaluate-then-revise cycles before giving up. Defa…
Stream Events
Claude Developer Platform · in the page
api/beta/sessions/events/stream
…t. - `description: string` What the agent should produce. Copied from the input event. - `max_iterations: number or null` Evaluate-then-revise cycles before giving up. Default…
Threads
Claude Developer Platform · in the page
api/beta/sessions/threads
…t. - `description: string` What the agent should produce. Copied from the input event. - `max_iterations: number or null` Evaluate-then-revise cycles before giving up. Default…
Events
Claude Developer Platform · in the page
api/beta/sessions/threads/events
…t. - `description: string` What the agent should produce. Copied from the input event. - `max_iterations: number or null` Evaluate-then-revise cycles before giving up. Default…
List Session Thread Events
Claude Developer Platform · in the page
api/beta/sessions/threads/events/list
…t. - `description: string` What the agent should produce. Copied from the input event. - `max_iterations: number or null` Evaluate-then-revise cycles before giving up. Default…
Stream Session Thread Events
Claude Developer Platform · in the page
api/beta/sessions/threads/events/stream
…t. - `description: string` What the agent should produce. Copied from the input event. - `max_iterations: number or null` Evaluate-then-revise cycles before giving up. Default…
skills-guide
Claude Developer Platform · in the page
build-with-claude/skills-guide
…scription) in the system prompt. 2. **File loading:** Skill files are copied into the container at `/skills/{skill-name}/`. The directory is the Skill's name (`pptx` for an Anthropic Skill, the `SKILL…
data-residency
Claude Developer Platform · in the page
manage-claude/data-residency
…osted-sandboxes#use-memory-stores) remain stored by Anthropic and are copied to your sandbox for the session. </Note> ## Inference geo <Note> To learn how zero data retention (ZDR) applies to this…
aws
Claude Developer Platform · in the page
manage-claude/wif-providers/aws
…: **Federation issuer:** Register the per-account STS issuer URL you copied in the prior step. It exposes a public JWKS endpoint, so use discovery mode. ```json { "name": "aws-sts", "issuer_url"…
budgets
Claude Developer Platform · in the page
managed-agents/budgets
…_cost": { "amount": "2000", "currency": "USD" } } } ``` The cap is copied onto each session the deployment starts, so it bounds each run separately rather than the deployment's cumulative spend. Ch…
spawn.sh: called once per claimed work item
Claude Developer Platform · in the page
managed-agents/self-hosted-sandboxes
…ed-agents/memory) attached to the session are stored by Anthropic and copied into your sandbox for the session; changes the agent makes to memory files sync back to the store. See the [security model]…
Persist sessions to external storage
Claude Code CLI · in the page
agent-sdk/session-storage
…sdk/client-s3"; import { S3SessionStore } from "./S3SessionStore"; // copied from examples/session-stores/s3 const store = new S3SessionStore({ bucket: "my-claude-sessions", prefix: "transcripts"…
Run agents in parallel
Claude Code CLI · in the page
agents
…n/worktrees): start Claude in an isolated checkout, control what gets copied in, and clean up afterward.
Configure auto mode
Claude Code CLI · in the page
auto-mode-config
…cases. Placeholder means authored as a placeholder — a file or value copied from a real secret or sensitive path is never a test artifact (see Sensitive-Source Provenance).", ... ], "soft_den…
Champion kit
Claude Code CLI · in the page
champion-kit
…ter and forgotten, whereas a short post with a screenshot tends to be copied and tried. The example posts below illustrate tone and length; adapt them rather than copying verbatim. ```text theme={nu…
Claude Code changelog
Claude Code CLI · in the page
changelog
…an N shell commands" row instead of where they arrived * Fixed the "copied" notice not appearing after drag-selecting text in the fullscreen `/resume` picker and other panels that cover the prompt a…
Push events into a running session with channels
Claude Code CLI · in the page
channels
…your token"> Run the configure command with the bot token you copied: ``` /discord:configure <token> ``` This saves it to `~/.claude/channels/discord/.env`. Y…
Deploy Claude apps gateway on AWS
Claude Code CLI · in the page
claude-apps-gateway-on-aws
…ull` but the image doesn't trust the RDS CA bundle: the bundle wasn't copied into the image, or `NODE_EXTRA_CA_CERTS` doesn't point at it…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…> syntax. Only files that match a pattern and are also gitignored get copied, so tracked files are never duplicated.</>, tips: [<>Lives at the project root, not inside <C>.claude/</C></>, <>Gi…
Fullscreen rendering
Claude Code CLI · in the page
fullscreen
…copies long selections to the clipboard too. Before v2.1.219, if you copied a selection longer than roughly 570 characters, GNU screen printed base64 text into the window instead. Claude Code prints…
Interactive mode
Claude Code CLI · in the page
interactive-mode
…ero-width spaces, so a prompt can contain text you never see. To keep copied text from carrying instructions your terminal doesn't draw, Claude Code removes those characters when you press Enter, befo…
Connect Claude Code to tools via MCP
Claude Code CLI · in the page
mcp
…uses the name `streamable-http` for this transport, so configurations copied from server documentation work without modification. A JSON entry that has a `url` but no `type` is a configuration error,…
Claude Code on Microsoft Foundry
Claude Code CLI · in the page
microsoft-foundry
…environment variable, replacing `your-azure-api-key` with the key you copied: ```bash theme={null} export ANTHROPIC_FOUNDRY_API_KEY=your-azure-api-key ``` **Option B: Microsoft Entra ID authenticati…
Create and distribute a plugin marketplace
Claude Code CLI · in the page
plugin-marketplaces
…urce](#relative-paths) in a marketplace added from a local directory. Copied plugins can't reference files outside their directory using paths like `../shared-utils`, because those files won't be copi…
Create plugins
Claude Code CLI · in the page
plugins
…e/`. Run `ls my-plugin` to confirm: you should see each directory you copied. </Step> <Step title="Migrate hooks"> If you have hooks in your settings, create a hooks directory: ```bash t…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…, Claude Code falls back to the install directory name. For a plugin [copied into the cache](#plugin-caching-and-file-resolution), that name is a version string that changes on every update. For plugi…
How Claude Code uses prompt caching
Claude Code CLI · in the page
prompt-caching
…rk) receives its isolation instruction as a message at the end of the copied conversation, so the cache that the original conversation built stays intact. * **Compaction**: the summarization call desc…
Prompt library
Claude Code CLI · in the page
prompt-library
…seState(null); const [openId, setOpenId] = useState(null); const [copied, setCopied] = useState(null); const [fills, setFills] = useState({}); const copyTimer = useRef(null); useEffect(() =>…
Automate work with routines
Claude Code CLI · in the page
routines
…token shown are placeholders: replace them with the URL and token you copied when [adding the API trigger](#add-an-api-trigger), or the request fails with a `401` authentication error: ```bash theme=…
Choose a sandbox environment
Claude Code CLI · in the page
sandbox-environments
…| The preconfigured [dev container](/docs/en/devcontainer), copied into your repository | | Use C…
Run prompts on a schedule
Claude Code CLI · in the page
scheduled-tasks
…into another folder, such as a new worktree, sessions there list the copied tasks but don't run them, so create the task again in that folder. For cron-driven automation that needs to run unattended…
Deploy self-hosted environments to production
Claude Code CLI · in the page
self-hosted-environments-deploy
…`` Create the backing Secret from a local file holding the value you copied in the admin UI's [**Copy environment key** step](/docs/en/self-hosted-environments-quickstart#set-up-an-environment-and-ru…
Self-hosted environments quickstart
Claude Code CLI · in the page
self-hosted-environments-quickstart
…erminal so the secret stays out of shell history: paste the value you copied, press Enter, then Ctrl-D, and the subshell's `umask` makes the file readable only by its owner. ```bash theme={null}…
Manage sessions
Claude Code CLI · in the page
sessions
…one other project holds a transcript with messages for it, so a hand-copied duplicate makes Claude Code report not-found rather than resume an arbitrary copy. If no stored session matches the ID, Cla…
Tools reference
Claude Code CLI · in the page
tools-reference
…opy`, exit codes 0 through 7 are informational results, such as files copied or extra files detected. Exit codes of 8 or higher count as failures. ### Windows encoding and exit codes On Windows, the…
Troubleshoot installation and login
Claude Code CLI · in the page
troubleshoot-install
…e 'fsSL'`, or `'bash' is not recognized as the name of a cmdlet`, you copied the install command for a different shell or operating system. If the command prints the script's text instead of installin…
Troubleshooting
Claude Code CLI · in the page
troubleshooting
…code block instead of the whole response, and it also writes what it copied to a file and prints the path, which gives you a fallback when the clipboard write doesn't reach your terminal, for example…
Run parallel sessions with worktrees
Claude Code CLI · in the page
worktrees
…` syntax. Only files that match a pattern and are also gitignored are copied, so tracked files are never duplicated. If you write a pattern that starts with `**/` and the files you want are inside a…
Admin controls
Claude Documentation · in the page
claude-science/admin-controls
…settings from then on. Content your organization doesn't allow isn't copied or moved and stays in its original folder, and credentials such as API keys and connector sign-ins are never copied or move…
Core concepts
Claude Documentation · in the page
claude-science/core-concepts
…king in place is **Attach files** in the composer: attached files are copied into the application's local data folder so they stay with the conversation. <Warning> Don't move, rename, or delete fil…
Use Claude Science on more than one computer
Claude Documentation · in the page
claude-science/multiple-computers
…s nothing. Credentials such as API keys and connector sign-ins aren't copied or moved and stay in their original folder. On Team and Enterprise plans, your admin controls whether the app offers this a…
Remote compute clusters
Claude Documentation · in the page
claude-science/remote-compute-clusters
…ct**, or **Global** scope. On approval, the job script and inputs are copied to a job directory under the scratch directory. <Warning> Remote jobs run outside the sandbox, as your user on the host,…
Configure per-channel access
Claude Documentation · in the page
claude-tag/admins/attach-to-scope
…eld. It matches channel names and channel IDs (pasting a channel link copied from Slack also works), and searching a workspace's name shows that workspace's channels. To bind one bundle to several ch…
Connect a gateway
Claude Documentation · in the page
claude-tag/admins/federated-access/connect-a-gateway
…| `wimse://identity.anthropic.com/org/<your organization ID>/agent/`, copied from the dialog. Every token's `sub` claim names one agent in one organization.…
Troubleshoot MCP tunnels
Claude Documentation · in the page
connectors/mcp-tunnels/troubleshooting
…r `api.token` (Helm). A `401` or `403` means the key was revoked, was copied incompletely, or was created in a different organization from the one where MCP tunnels are enabled. Create a new key under…