All skills
Skillintermediate

Live Documentation Sources

# Live Documentation Sources

Claude Code Knowledge Pack7/10/2026

Overview

Live Documentation Sources

This file contains WebFetch URLs for fetching current information from platform.claude.com and Agent SDK repositories. Use these when users need the latest data that may have changed since the cached content was last updated.

When to Use WebFetch

  • User explicitly asks for "latest" or "current" information
  • Cached data seems incorrect
  • User asks about features not covered in cached content
  • User needs specific API details or examples

Claude API Documentation URLs

Models & Pricing

TopicURLExtraction Prompt
Models Overviewhttps://platform.claude.com/docs/en/about-claude/models/overview.md"Extract current model IDs, context windows, and pricing for all Claude models"
Migration Guidehttps://platform.claude.com/docs/en/about-claude/models/migration-guide.md"Extract breaking changes, deprecated parameters, and per-model migration steps when moving to a newer Claude model"
Pricinghttps://platform.claude.com/docs/en/pricing.md"Extract current pricing per million tokens for input and output"

Core Features

TopicURLExtraction Prompt
Extended Thinkinghttps://platform.claude.com/docs/en/build-with-claude/extended-thinking.md"Extract extended thinking parameters, budget_tokens requirements, and usage examples"
Adaptive Thinkinghttps://platform.claude.com/docs/en/build-with-claude/adaptive-thinking.md"Extract adaptive thinking setup, effort levels, and {{OPUS_NAME}} usage examples"
Effort Parameterhttps://platform.claude.com/docs/en/build-with-claude/effort.md"Extract effort levels, cost-quality tradeoffs, and interaction with thinking"
Tool Usehttps://platform.claude.com/docs/en/agents-and-tools/tool-use/overview.md"Extract tool definition schema, tool_choice options, and handling tool results"
Streaminghttps://platform.claude.com/docs/en/build-with-claude/streaming.md"Extract streaming event types, SDK examples, and best practices"
Prompt Cachinghttps://platform.claude.com/docs/en/build-with-claude/prompt-caching.md"Extract cache_control usage, pricing benefits, and implementation examples"

Media & Files

TopicURLExtraction Prompt
Visionhttps://platform.claude.com/docs/en/build-with-claude/vision.md"Extract supported image formats, size limits, and code examples"
PDF Supporthttps://platform.claude.com/docs/en/build-with-claude/pdf-support.md"Extract PDF handling capabilities, limits, and examples"

API Operations

TopicURLExtraction Prompt
Batch Processinghttps://platform.claude.com/docs/en/build-with-claude/batch-processing.md"Extract batch API endpoints, request format, and polling for results"
Files APIhttps://platform.claude.com/docs/en/build-with-claude/files.md"Extract file upload, download, and referencing in messages, including supported types and beta header"
Token Countinghttps://platform.claude.com/docs/en/build-with-claude/token-counting.md"Extract token counting API usage and examples"
Rate Limitshttps://platform.claude.com/docs/en/api/rate-limits.md"Extract current rate limits by tier and model"
Errorshttps://platform.claude.com/docs/en/api/errors.md"Extract HTTP error codes, meanings, and retry guidance"

Tools

TopicURLExtraction Prompt
Code Executionhttps://platform.claude.com/docs/en/agents-and-tools/tool-use/code-execution-tool.md"Extract code execution tool setup, file upload, container reuse, and response handling"
Computer Usehttps://platform.claude.com/docs/en/agents-and-tools/tool-use/computer-use.md"Extract computer use tool setup, capabilities, and implementation examples"
Bash Toolhttps://platform.claude.com/docs/en/agents-and-tools/tool-use/bash-tool.md"Extract bash tool schema, reference implementation, and security considerations"
Text Editorhttps://platform.claude.com/docs/en/agents-and-tools/tool-use/text-editor-tool.md"Extract text editor tool commands, schema, and reference implementation"
Memory Toolhttps://platform.claude.com/docs/en/agents-and-tools/tool-use/memory-tool.md"Extract memory tool commands, directory structure, and implementation patterns"
Tool Searchhttps://platform.claude.com/docs/en/agents-and-tools/tool-use/tool-search-tool.md"Extract tool search setup, when to use, and cache interaction"
Programmatic Tool Callinghttps://platform.claude.com/docs/en/agents-and-tools/tool-use/programmatic-tool-calling.md"Extract PTC setup, script execution model, and tool invocation from code"
Skillshttps://platform.claude.com/docs/en/agents-and-tools/skills.md"Extract skill folder structure, SKILL.md format, and loading behavior"

Advanced Features

TopicURLExtraction Prompt
Structured Outputshttps://platform.claude.com/docs/en/build-with-claude/structured-outputs.md"Extract output_config.format usage and schema enforcement"
Compactionhttps://platform.claude.com/docs/en/build-with-claude/compaction.md"Extract compaction setup, trigger config, and streaming with compaction"
Context Editinghttps://platform.claude.com/docs/en/build-with-claude/context-editing.md"Extract context editing thresholds, what gets cleared, and configuration"
Citationshttps://platform.claude.com/docs/en/build-with-claude/citations.md"Extract citation format and implementation"
Context Windowshttps://platform.claude.com/docs/en/build-with-claude/context-windows.md"Extract context window sizes and token management"

Managed Agents

Use these when a managed-agents binding, behavior, or wire-level detail isn't covered in the cached shared/managed-agents-*.md concept files or in {lang}/managed-agents/README.md.

TopicURLExtraction Prompt
Overviewhttps://platform.claude.com/docs/en/managed-agents/overview.md"Extract the high-level architecture and how agents/sessions/environments/vaults fit together"
Quickstarthttps://platform.claude.com/docs/en/managed-agents/quickstart.md"Extract the minimal end-to-end agent → environment → session → stream code path"
Agent Setuphttps://platform.claude.com/docs/en/managed-agents/agent-setup.md"Extract agent create/update/list-versions/archive lifecycle and parameters"
Define Outcomeshttps://platform.claude.com/docs/en/managed-agents/define-outcomes.md"Extract outcome definitions, evaluation hooks, and success criteria configuration"
Sessionshttps://platform.claude.com/docs/en/managed-agents/sessions.md"Extract session lifecycle, status transitions, idle/terminated semantics, and resume rules"
Environmentshttps://platform.claude.com/docs/en/managed-agents/environments.md"Extract environment config (cloud/networking), management endpoints, and reuse model"
Events and Streaminghttps://platform.claude.com/docs/en/managed-agents/events-and-streaming.md"Extract event stream types, stream-first ordering, reconnect/dedupe, and steering patterns"
Toolshttps://platform.claude.com/docs/en/managed-agents/tools.md"Extract built-in toolset, custom tool definitions, and tool result wire format"
Fileshttps://platform.claude.com/docs/en/managed-agents/files.md"Extract file upload, mount paths, session resources, and listing/downloading session outputs"
Permission Policieshttps://platform.claude.com/docs/en/managed-agents/permission-policies.md"Extract permission policy types (allow/deny/confirm) and per-tool config"
Multi-Agenthttps://platform.claude.com/docs/en/managed-agents/multi-agent.md"Extract multi-agent composition patterns, sub-agent invocation, and result handoff"
Observabilityhttps://platform.claude.com/docs/en/managed-agents/observability.md"Extract logging, tracing, and usage telemetry exposed by managed agents"
GitHubhttps://platform.claude.com/docs/en/managed-agents/github.md"Extract github_repository resource shape, multi-repo mounting, and token rotation"
MCP Connectorhttps://platform.claude.com/docs/en/managed-agents/mcp-connector.md"Extract MCP server declaration on agents and vault-based credential injection at session"
Vaultshttps://platform.claude.com/docs/en/managed-agents/vaults.md"Extract vault create, credential add/rotate, OAuth refresh shape, and archive"
Skillshttps://platform.claude.com/docs/en/managed-agents/skills.md"Extract skill packaging and loading model for managed agents"
Memoryhttps://platform.claude.com/docs/en/managed-agents/memory.md"Extract memory resource shape, scoping, and lifecycle"
Onboardinghttps://platform.claude.com/docs/en/managed-agents/onboarding.md"Extract first-run setup, prerequisites, and account/region requirements"
Cloud Containershttps://platform.claude.com/docs/en/managed-agents/cloud-containers.md"Extract cloud container runtime, image config, and network/storage knobs"
Migrationhttps://platform.claude.com/docs/en/managed-agents/migration.md"Extract migration paths from earlier APIs/preview shapes to GA managed agents"

Anthropic CLI

The ant CLI provides terminal access to the Claude API. Every API resource is exposed as a subcommand. It is one convenient way to create agents, environments, sessions, and other resources from version-controlled YAML, and to inspect responses interactively.

TopicURLExtraction Prompt
Anthropic CLIhttps://platform.claude.com/docs/en/api/sdks/cli.md"Extract CLI install, authentication, command structure, and the beta:agents/environments/sessions commands"

Claude API SDK Repositories

WebFetch these when a binding (class, method, namespace, field) isn't covered in the cached {lang}/ skill files or in the managed-agents docs above. The SDKs include beta managed-agents support for /v1/agents, /v1/sessions, /v1/environments, and related resources — search the repo for BetaManagedAgents, beta.agents, beta.sessions, or the equivalent namespace for that language.