Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

50 pages for logs.

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.

optimizing-for-cost-and-intelligence Claude Developer Platform · in the page about-claude/models/optimizing-for-cost-and-intelligence …too. The method stays the same: 1. Pull a few tasks from production logs, weighted like real traffic, and [write outcome checks](https://platform.claude.com/docs/en/test-and-evaluate/develop-tests)… Create the full URL from the GitHub repository Claude Developer Platform · in the page about-claude/use-case-guides/legal-summarization …ls are available in the [AWS launch blog](https://aws.amazon.com/blogs/machine-learning/fine-tune-anthropics-claude-3-haiku-in-amazon-bedrock-to-boost-model-accuracy-and-quality/) . </Tip> <Ca… deploy-helm Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-helm …ed-mcp-servers) for the request shapes. If that fails, check the pod logs (`kubectl -n mcp-tunnel logs deploy/mcp-tunnel -c mcp-proxy` and `-c cloudflared`) and consult [Troubleshooting](https://plat… quickstart Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/quickstart …> ```bash docker compose up -d docker compose logs mcp-proxy | grep "route configured" docker compose logs cloudflared | grep "Registered tunnel connection" ```… security Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/security …/mcp-tunnels/concepts#components)'s primary SSRF defense. * **Monitor logs.** Alert on warnings, errors, and unusual traffic patterns from the tunnel stack. * **Rotate credentials.** Rotate the server… troubleshooting Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/troubleshooting ….claude.com/docs/en/agents-and-tools/mcp-tunnels/concepts#components) logs `No ingress rules were defined` | cloudflared has no local target.… browser-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/browser-use-tool …_network` because not every browser automation stack can supply those logs and they widen what page-controlled content reaches Claude. Enable each one with `configs` (for example, `"configs": {"file_u… computer-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/computer-use-tool …Always carefully review and verify Claude's computer use actions and logs. Do not use Claude for tasks requiring perfect precision or sensitive user information without human oversight. ## Data rete… Process results programmatically Claude Developer Platform · in the page agents-and-tools/tool-use/programmatic-tool-calling …Data filtering ```python server_id = "srv-01" log_text = await fetch_logs({"server_id": server_id}) errors = [line for line in log_text.splitlines() if "ERROR" in line] print(f"Found {len(errors)} er… Log at info level Claude Developer Platform · in the page agents-and-tools/tool-use/tool-runner …ython, its type and message), not the full stack trace. What the SDK logs is language-specific. The Python SDK logs the full exception, including its stack trace, through the standard `logging` modul… MCP Tunnels Claude Developer Platform · in the page api/admin/mcp_tunnels …Exposed as `POST` so the token does not appear in intermediary access logs. ### Path parameters - `tunnel_id: string` ID of the Tunnel. ### Headers - `"anthropic-beta": array of "mcp-tunnels-20… Reveal Tunnel Token Claude Developer Platform · in the page api/admin/mcp_tunnels/reveal_token …Exposed as `POST` so the token does not appear in intermediary access logs. ## Path parameters - `tunnel_id: string` ID of the Tunnel. ## Headers - `"anthropic-beta": array of "mcp-tunnels-2026… Tunnels Claude Developer Platform · in the page api/beta/tunnels …. Exposed as POST so the token does not appear in intermediary access logs. ### Path parameters - `tunnel_id: string` ### Headers - `"anthropic-beta": optional array of AnthropicBeta` Optional… Reveal Tunnel Token Claude Developer Platform · in the page api/beta/tunnels/reveal_token …. Exposed as POST so the token does not appear in intermediary access logs. ## Path parameters - `tunnel_id: string` ## Headers - `"anthropic-beta": optional array of AnthropicBeta` Optional he… claude-in-amazon-bedrock Claude Developer Platform · in the page build-with-claude/claude-in-amazon-bedrock …ion.html). ## Monitoring and logging Claude in Amazon Bedrock emits logs to both CloudWatch and CloudTrail. Anthropic recommends retaining activity logs on at least a 30-day rolling basis to underst… claude-in-microsoft-foundry Claude Developer Platform · in the page build-with-claude/claude-in-microsoft-foundry …r rates * **Azure Log Analytics:** Query and analyze request/response logs * **Cost Management:** Monitor and forecast costs associated with Claude usage Anthropic recommends logging your activity on… claude-on-amazon-bedrock-legacy Claude Developer Platform · in the page build-with-claude/claude-on-amazon-bedrock-legacy …roducing Claude Sonnet 4.5 in Amazon Bedrock](https://aws.amazon.com/blogs/aws/introducing-claude-sonnet-4-5-in-amazon-bedrock-anthropics-most-intelligent-model-best-for-coding-and-complex-agents/) *… claude-prompting-best-practices Claude Developer Platform · in the page build-with-claude/prompt-engineering/claude-prompting-best-practices …n this directory." * "Review progress.txt, tests.json, and the git logs." * "Manually run through a fundamental integration test before moving on to implementing new features." 5. **Provide ver… typescript Claude Developer Platform · in the page cli-sdks-libraries/sdks/typescript …s may still be visible. #### Custom logger By default, this library logs to `globalThis.console`. You can also provide a custom logger. Most logging libraries are supported, including [pino](https:/… access-transparency Claude Developer Platform · in the page manage-claude/access-transparency …gardless of whether Access Transparency is enabled. ### CMEK key-use logs are not a per-read record For organizations that also enable CMEK, your cloud KMS audit log (CloudTrail, Cloud Audit Logs, o… cmek Claude Developer Platform · in the page manage-claude/cmek …performs against your key are recorded in your cloud provider's audit logs. The use of CMEK is optional. Eligible organizations can **opt in** to use customer-managed encryption keys instead of the d… cmek-azure-key-vault Claude Developer Platform · in the page manage-claude/cmek-azure-key-vault …ount, or an event hub. Azure Key Vault does not emit data-plane audit logs (such as `KeyWrap`, `KeyUnwrap`, and `KeyGet`) by default, so without this you get no audit trail for Anthropic's key operati… cmek-google-cloud-kms Claude Developer Platform · in the page manage-claude/cmek-google-cloud-kms …com/cli) installed and authenticated. * Cloud KMS **Data Access audit logs** enabled for the project (IAM & Admin > Audit Logs > Cloud Key Management Service, with `DATA_READ` and `DATA_WRITE`). These… compliance-api Claude Developer Platform · in the page manage-claude/compliance-api …lap with the Compliance API; here is how to choose. ### Export audit logs The audit log export is a separate feature in [claude.ai > Organization settings > Data and privacy](https://claude.ai/admin… compliance-integration-patterns Claude Developer Platform · in the page manage-claude/compliance-integration-patterns …| | `actor.ip_address` | Network, VPN, and endpoint logs | | `actor.user_agent` | Endpoint and device inventory, and the client app that ma… workload-identity-federation Claude Developer Platform · in the page manage-claude/workload-identity-federation …Run `ant auth status` from inside the workload (or inspect SDK debug logs). Because `ANTHROPIC_API_KEY` sits above the federation tiers in the precedence chain, the API key still wins at this stage.… spawn.sh: called once per claimed work item Claude Developer Platform · in the page managed-agents/self-hosted-sandboxes …file is still gone; in log-only mode it runs the same checks but only logs what it would have deleted, which lets you watch what your workers would delete before you trust the enabled mode; when disab… overview Claude Developer Platform · in the page release-notes/overview …to dynamically discover and load tools on-demand from large tool catalogs. * We've launched the [effort parameter](https://platform.claude.com/docs/en/build-with-claude/effort) in public beta for Cla… claude-opus-4-7 Claude Developer Platform · in the page release-notes/system-prompts/claude-opus-4-7 …s from tools to answer rather than making the person look through the logs themselves. When a tool returns results, Claude uses those results to answer. Completeness here is about covering what was as… Set up Claude Code for your organization Claude Code CLI · in the page admin-setup …vice still refuses WSL sessions, open **Help > Troubleshooting > Show Logs in Explorer** in Claude Desktop on that device, which saves a copy of its log folder to Downloads. Search `main.log` in that… Give Claude custom tools Claude Code CLI · in the page agent-sdk/custom-tools …path; in Python, the SDK drops audio blocks from the tool result and logs a warning. The SDK converts resource link blocks to a text block containing the link's name, URI, and description. ### Image… Intercept and control agent behavior with hooks Claude Code CLI · in the page agent-sdk/hooks …on](/docs/en/agent-sdk/python#hookinput) SDK references. This example logs a summary each time a subagent completes: <CodeGroup> ```python Python theme={null} async def subagent_tracker(input_dat… Hosting the Agent SDK Claude Code CLI · in the page agent-sdk/hosting …gress proxy that enforces domain allowlists, injects credentials, and logs requests. See [Secure Deployment](/docs/en/agent-sdk/secure-deployment) for the full pattern. For inbound traffic, expose an… Connect to external tools with MCP Claude Code CLI · in the page agent-sdk/mcp …* Pre-warming the server before starting your agent * Checking server logs for slow initialization causes ### Tool output exceeds maximum allowed tokens The SDK applies the same MCP output limit as… Observability with OpenTelemetry Claude Code CLI · in the page agent-sdk/observability …ords for each prompt, API request, API error, and tool result | `OTEL_LOGS_EXPORTER` | | Traces | Spans for each interaction, model request, tool cal… Agent SDK reference - Python Claude Code CLI · in the page agent-sdk/python …that blocks dangerous bash commands like `rm -rf /`, and another that logs all tool usage for auditing. The security hook only runs on Bash commands (via the `matcher`), while the logging hook runs on… Persist sessions to external storage Claude Code CLI · in the page agent-sdk/session-storage …e the original call may still land. If the batch still fails, the SDK logs the error, emits a `{ type: "system", subtype: "mirror_error" }` message into the iterator, drops the batch, and continues th… Subagents in the SDK Claude Code CLI · in the page agent-sdk/subagents …oint-finder": AgentDefinition( description="Locates and catalogs API endpoints in a codebase.", prompt="You find and document API endpoints. Report each endpoint's path, method, an… Agent SDK reference - TypeScript Claude Code CLI · in the page agent-sdk/typescript …| `undefined` | Write debug logs to a specific file path. Implicitly enables debug mode… TypeScript SDK V2 session API (removed) Claude Code CLI · in the page agent-sdk/typescript-v2-preview …n, use `unstable_v2_prompt()`. This example sends a math question and logs the answer: ```typescript theme={null} import { unstable_v2_prompt } from "@anthropic-ai/claude-agent-sdk"; const result =… Manage multiple agents with agent view Claude Code CLI · in the page agent-view …st work normally, since a human at the terminal can complete their dialogs. When nobody is attached, these commands can't open their dialogs, so the session appears under `Needs input` in agent view w… Run agents in parallel Claude Code CLI · in the page agents …| A side task would flood your main conversation with search results, logs, or file contents you won't reference again |… Claude Code on Amazon Bedrock Claude Code CLI · in the page amazon-bedrock …s. [Learn more about Amazon Bedrock API keys](https://aws.amazon.com/blogs/machine-learning/accelerate-ai-development-with-amazon-bedrock-api-keys/). #### Credential caching and resolution timeout C… Claude Code changelog Claude Code CLI · in the page changelog …running when `apiKeyHelper` is the only credential * Fixed `claude logs` leaving mouse tracking, bracketed paste and the alternate screen switched on in the terminal it was run from * Fixed the t… Channels reference Claude Code CLI · in the page channels-reference …`Bash`, `Write`, and `Edit`. Project trust and MCP server consent dialogs don't relay; those only appear in the local terminal. Claude Code v2.1.234 and later sends permission requests only to serve… Use Claude Code with Chrome Claude Code CLI · in the page chrome …aude Code to your Chrome browser to test web apps, debug with console logs, automate form filling, and extract data from web pages. Claude Code integrates with the [Claude in Chrome browser extension… Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry Claude Code CLI · in the page claude-apps-gateway …with token counts, model, user identity, and latency by default, with logs and traces as per-destination opt-ins. * **Upstream routing**: clients speak the Anthropic Messages API to the gateway, and t… Claude apps gateway configuration Claude Code CLI · in the page claude-apps-gateway-config …'t covered by `NO_PROXY`, the gateway keeps those requests direct and logs a notice at boot asking you to choose; `use_proxy: false` keeps them direct and silences the notice. With `use_proxy: true`,… Claude apps gateway deployment and operations Claude Code CLI · in the page claude-apps-gateway-deploy …ateway, and serverless decisions 3. [Set up operations](#operations): logs, health probes, outage behavior, secret rotation, and upgrades. Reference for when you're setting up monitoring and runbooks… Deploy Claude apps gateway on AWS Claude Code CLI · in the page claude-apps-gateway-on-aws …r-password` argument is visible in the process table and in audit/EDR logs while the command runs, the same exposure the secrets step's note covers. On a shared or monitored host, pass the password vi…