Search the documentation
50 pages for metadata.
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.
Get File Metadata
Claude Developer Platform · title
api/beta/files/retrieve_metadata
Get artifact metadata
Claude Developer Platform · title
api/compliance/apps/artifacts/retrieve
Get file metadata
Claude Developer Platform · title
api/compliance/apps/chats/files/retrieve
Get Claude-generated file metadata
Claude Developer Platform · title
api/compliance/apps/chats/generated_files/retrieve
Get project document metadata
Claude Developer Platform · title
api/compliance/apps/projects/documents/metadata
Get File Metadata
Claude Developer Platform · title
api/files/retrieve_metadata
SEP-973: Expose additional metadata for Implementations, Resources, Tools and Prompts
Model Context Protocol · title
seps/973-expose-additional-metadata-for-implementations-res
SEP-985: Align OAuth 2.0 Protected Resource Metadata with RFC 9728
Model Context Protocol · title
seps/985-align-oauth-20-protected-resource-metadata-with-rf
SEP-991: Enable URL-based Client Registration using OAuth Client ID Metadata Documents
Model Context Protocol · title
seps/991-enable-url-based-client-registration-using-oauth-c
Create the full URL from the GitHub repository
Claude Developer Platform · in the page
about-claude/use-case-guides/legal-summarization
…cordion> <Accordion title="You require automated extraction of key metadata"> Claude can efficiently extract and categorize important metadata from legal documents, such as parties involved, da…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/best-practices
…ncluding: * The system prompt * Conversation history * Other Skills' metadata * Your actual request Not every token in your Skill has an immediate cost. At startup, only the metadata (name and descr…
enterprise
Claude Developer Platform · in the page
agents-and-tools/agent-skills/enterprise
…ded simultaneously to maintain reliable recall accuracy. Each Skill's metadata (name and description) competes for attention in the system prompt. With too many Skills active, Claude may fail to selec…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/overview
…that extend Claude's functionality. Each Skill packages instructions, metadata, and optional resources (scripts, templates) that Claude uses automatically when relevant. --- <Note> For how zero dat…
quickstart
Claude Developer Platform · in the page
agents-and-tools/agent-skills/quickstart
…ls: `pptx`, `xlsx`, `docx`, and `pdf`. This API returns each Skill's metadata: its name and description. Claude loads this metadata at startup to determine which Skills are available. This is the fir…
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
…quires the host to have an OIDC identity provider (such as a cloud VM metadata server or SPIFFE). If it doesn't, use the **Without programmatic access** tab instead. The setup component uses Work…
deploy-helm
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-helm
…bectl -n mcp-tunnel apply -f - <<'EOF' apiVersion: v1 kind: ConfigMap metadata: name: hello-mcp-src data: hello_server.py: | from mcp.server.fastmcp import FastMCP mcp = FastMCP("hello-se…
overview
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/overview
…n they cross Cloudflare's network. Cloudflare does receive connection metadata; see [What the transport provider can observe](https://platform.claude.com/docs/en/agents-and-tools/mcp-tunnels/overview#…
troubleshooting
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/troubleshooting
…m upgrade`). </Step> <Step title="Serve split-endpoint discovery metadata"> Your authorization server's `/.well-known/oauth-authorization-server` response should point `authorization_endpoint…
code-execution-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/code-execution-tool
…t client = AnthropicOkHttpClient.fromEnv(); // Upload a file FileMetadata fileObject = client.files().upload( FileUploadParams.builder() .file(Path.of("data.csv")) .buil…
computer-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/computer-use-tool
…pressing large screenshots to improve performance. * Include relevant metadata such as timestamp or display state. * If you use higher resolutions, ensure coordinates are accurately scaled. ### Manag…
Log at info level
Claude Developer Platform · in the page
agents-and-tools/tool-use/tool-runner
…results before they're sent back to Claude. This is useful for adding metadata such as `cache_control` to enable [prompt caching](https://platform.claude.com/docs/en/build-with-claude/prompt-caching)…
Beta
Claude Developer Platform · in the page
api/beta
…- `encrypted_content: optional string or null` Opaque metadata from prior compaction, to be round-tripped verbatim - `BetaRequestToolAdditionBlock object` Mid-conversat…
Agents
Claude Developer Platform · in the page
api/beta/agents
…tring` Endpoint URL for the MCP server. maxLength: 2048 - `metadata: optional map[string]` Arbitrary key-value metadata. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars. -…
Archive Agent
Claude Developer Platform · in the page
api/beta/agents/archive
…- `name: string` - `type: "url"` - `url: string` - `metadata: map[string]` - `model: BetaManagedAgentsModelConfig` Model identifier and configuration. - `id: BetaManaged…
Create Agent
Claude Developer Platform · in the page
api/beta/agents/create
…tring` Endpoint URL for the MCP server. maxLength: 2048 - `metadata: optional map[string]` Arbitrary key-value metadata. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars. -…
List Agents
Claude Developer Platform · in the page
api/beta/agents/list
…- `name: string` - `type: "url"` - `url: string` - `metadata: map[string]` - `model: BetaManagedAgentsModelConfig` Model identifier and configuration. - `id: BetaManaged…
Get Agent
Claude Developer Platform · in the page
api/beta/agents/retrieve
…- `name: string` - `type: "url"` - `url: string` - `metadata: map[string]` - `model: BetaManagedAgentsModelConfig` Model identifier and configuration. - `id: BetaManaged…
Update Agent
Claude Developer Platform · in the page
api/beta/agents/update
…tring` Endpoint URL for the MCP server. maxLength: 2048 - `metadata: optional map[string] or null` Metadata patch. Set a key to a string to upsert it, or to null to delete it. Omit the f…
Versions
Claude Developer Platform · in the page
api/beta/agents/versions
…- `name: string` - `type: "url"` - `url: string` - `metadata: map[string]` - `model: BetaManagedAgentsModelConfig` Model identifier and configuration. - `id: BetaManaged…
List Agent Versions
Claude Developer Platform · in the page
api/beta/agents/versions/list
…- `name: string` - `type: "url"` - `url: string` - `metadata: map[string]` - `model: BetaManagedAgentsModelConfig` Model identifier and configuration. - `id: BetaManaged…
Deployment Runs
Claude Developer Platform · in the page
api/beta/deployment_runs
…Describes what triggered a deployment run, with trigger-specific metadata. - `BetaManagedAgentsScheduleTriggerContext object` The run was fired by the deployment's cron schedule.…
List Deployment Runs
Claude Developer Platform · in the page
api/beta/deployment_runs/list
…Describes what triggered a deployment run, with trigger-specific metadata. - `BetaManagedAgentsScheduleTriggerContext object` The run was fired by the deployment's cron schedule.…
Get Deployment Run
Claude Developer Platform · in the page
api/beta/deployment_runs/retrieve
…Describes what triggered a deployment run, with trigger-specific metadata. - `BetaManagedAgentsScheduleTriggerContext object` The run was fired by the deployment's cron schedule.…
Deployments
Claude Developer Platform · in the page
api/beta/deployments
…l` Description of what the deployment does. maxLength: 2048 - `metadata: optional map[string]` Arbitrary key-value metadata. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars. -…
Archive Deployment
Claude Developer Platform · in the page
api/beta/deployments/archive
…: 1 - `type: "text"` - `type: "system.message"` - `metadata: map[string]` Arbitrary key-value metadata. Maximum 16 pairs. - `name: string` Human-readable name. - `pa…
Create Deployment
Claude Developer Platform · in the page
api/beta/deployments/create
…l` Description of what the deployment does. maxLength: 2048 - `metadata: optional map[string]` Arbitrary key-value metadata. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars. -…
List Deployments
Claude Developer Platform · in the page
api/beta/deployments/list
…: 1 - `type: "text"` - `type: "system.message"` - `metadata: map[string]` Arbitrary key-value metadata. Maximum 16 pairs. - `name: string` Human-readable name. - `pa…
Pause Deployment
Claude Developer Platform · in the page
api/beta/deployments/pause
…: 1 - `type: "text"` - `type: "system.message"` - `metadata: map[string]` Arbitrary key-value metadata. Maximum 16 pairs. - `name: string` Human-readable name. - `pa…
Get Deployment
Claude Developer Platform · in the page
api/beta/deployments/retrieve
…: 1 - `type: "text"` - `type: "system.message"` - `metadata: map[string]` Arbitrary key-value metadata. Maximum 16 pairs. - `name: string` Human-readable name. - `pa…
Run Deployment Now
Claude Developer Platform · in the page
api/beta/deployments/run
…Describes what triggered a deployment run, with trigger-specific metadata. - `BetaManagedAgentsScheduleTriggerContext object` The run was fired by the deployment's cron schedule.…
Unpause Deployment
Claude Developer Platform · in the page
api/beta/deployments/unpause
…: 1 - `type: "text"` - `type: "system.message"` - `metadata: map[string]` Arbitrary key-value metadata. Maximum 16 pairs. - `name: string` Human-readable name. - `pa…
Update Deployment
Claude Developer Platform · in the page
api/beta/deployments/update
…Length: 1 - `type: "text"` - `type: "system.message"` - `metadata: optional map[string] or null` Metadata patch. Set a key to a string to upsert it, or to null to delete it. Omit the f…
Environments
Claude Developer Platform · in the page
api/beta/environments
…ll` Optional description of the environment maxLength: 1024 - `metadata: optional map[string]` User-provided metadata key-value pairs - `scope: optional "organization" or "account" or null`…
Archive Environment
Claude Developer Platform · in the page
api/beta/environments/archive
…User-provided description for the environment; null when unset - `metadata: map[string]` User-provided metadata key-value pairs - `name: string` Human-readable name for the environmen…
Create Environment
Claude Developer Platform · in the page
api/beta/environments/create
…ll` Optional description of the environment maxLength: 1024 - `metadata: optional map[string]` User-provided metadata key-value pairs - `scope: optional "organization" or "account" or null`…
List Environments
Claude Developer Platform · in the page
api/beta/environments/list
…User-provided description for the environment; null when unset - `metadata: map[string]` User-provided metadata key-value pairs - `name: string` Human-readable name for the environmen…
Get Environment
Claude Developer Platform · in the page
api/beta/environments/retrieve
…User-provided description for the environment; null when unset - `metadata: map[string]` User-provided metadata key-value pairs - `name: string` Human-readable name for the environmen…
Update Environment
Claude Developer Platform · in the page
api/beta/environments/update
…an empty string is stored as an empty string. maxLength: 1024 - `metadata: optional map[string]` User-provided metadata key-value pairs. Set a value to null or empty string to delete the key.…
Work
Claude Developer Platform · in the page
api/beta/environments/work
…g or null` RFC 3339 timestamp of the most recent heartbeat - `metadata: map[string]` User-provided metadata key-value pairs associated with this work item - `secret: string or null`…
Acknowledge Work
Claude Developer Platform · in the page
api/beta/environments/work/ack
…g or null` RFC 3339 timestamp of the most recent heartbeat - `metadata: map[string]` User-provided metadata key-value pairs associated with this work item - `secret: string or null`…