Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 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 /version.

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.

Versions Claude Developer Platform · path api/beta/agents/versions List Agent Versions Claude Developer Platform · path api/beta/agents/versions/list Versions Claude Developer Platform · path api/beta/skills/versions Create Skill Version Claude Developer Platform · path api/beta/skills/versions/create Delete Skill Version Claude Developer Platform · path api/beta/skills/versions/delete Download Skill Version Content Claude Developer Platform · path api/beta/skills/versions/download List Skill Versions Claude Developer Platform · path api/beta/skills/versions/list Get Skill Version Claude Developer Platform · path api/beta/skills/versions/retrieve Versions Claude Developer Platform · path api/skills/versions Create Skill Version Claude Developer Platform · path api/skills/versions/create Delete Skill Version Claude Developer Platform · path api/skills/versions/delete List Skill Versions Claude Developer Platform · path api/skills/versions/list Get Skill Version Claude Developer Platform · path api/skills/versions/retrieve versioning Claude Developer Platform · path api/versioning Versioning Model Context Protocol · path docs/2024-11-05/learn/versioning Versioning Model Context Protocol · path docs/2025-03-26/learn/versioning Versioning Model Context Protocol · path docs/2025-06-18/learn/versioning Versioning Model Context Protocol · path docs/2025-11-25/learn/versioning Versioning Model Context Protocol · path docs/2026-07-28/learn/versioning Versioning Model Context Protocol · path docs/draft/learn/versioning Versioning Published MCP Servers Model Context Protocol · path registry/versioning Versioning and Compatibility Model Context Protocol · path specification/2026-07-28/basic/versioning Versioning and Compatibility Model Context Protocol · path specification/draft/basic/versioning mcp-connector Claude Developer Platform · in the page agents-and-tools/mcp-connector …rtifactId>anthropic-java-mcp</artifactId> <version>2.58.0</version> </dependency> ``` </Tab> </Tabs> </Tab> <Tab title="PHP"> The helpers use the officia… Agents Claude Developer Platform · in the page api/beta/agents …ts › Versions ### List Agent Versions **GET** `/v1/agents/{agent_id}/versions` List Agent Versions #### Path parameters - `agent_id: string` #### Query parameters - `limit: optional number`… Skills Claude Developer Platform · in the page api/beta/skills …› Versions ### Create Skill Version **POST** `/v1/skills/{skill_id}/versions` Create Skill Version #### Path parameters - `skill_id: string` Unique identifier for the skill. The format and… routines-fire Claude Developer Platform · in the page api/claude-code/routines-fire …| The [API version](https://platform.claude.com/docs/en/api/versioning), for example `2023-06-01`. | | `Content-Type` | When body is present | `application/json`.… claude-platform-on-aws-iam-actions Claude Developer Platform · in the page api/claude-platform-on-aws-iam-actions …| | `GetSkill` | `GET /v1/skills/{id}` `GET /v1/skills/{id}/versions` `GET /v1/skills/{id}/versions/{version}` `GET /v1/skills/{id}/versions/{version}/content` | | `ListSkills` | `GET /v1/… Compliance API Claude Developer Platform · in the page api/compliance …logged when a skill version is created via POST /v1/skills/{skill_id}/versions. - `"platform_skill_version_deleted"` Activity logged when a skill version is deleted via DELETE /v1/skills/{ski… Activities Claude Developer Platform · in the page api/compliance/activities …logged when a skill version is created via POST /v1/skills/{skill_id}/versions. - `"platform_skill_version_deleted"` Activity logged when a skill version is deleted via DELETE /v1/skills/{ski… Query compliance activities Claude Developer Platform · in the page api/compliance/activities/list …logged when a skill version is created via POST /v1/skills/{skill_id}/versions. - `"platform_skill_version_deleted"` Activity logged when a skill version is deleted via DELETE /v1/skills/{ski… Code Claude Developer Platform · in the page api/compliance/code …adata only — use `GET /v1/compliance/apps/code/artifacts/{artifact_id}/versions/{version_id}` to download a version's content. - `id: string` Opaque version identifier - `created_at:… Artifacts Claude Developer Platform · in the page api/compliance/code/artifacts …adata only — use `GET /v1/compliance/apps/code/artifacts/{artifact_id}/versions/{version_id}` to download a version's content. - `id: string` Opaque version identifier - `created_at:… List Code Artifacts Claude Developer Platform · in the page api/compliance/code/artifacts/list …adata only — use `GET /v1/compliance/apps/code/artifacts/{artifact_id}/versions/{version_id}` to download a version's content. - `id: string` Opaque version identifier - `created_at:… Download Code Artifact Version Content Claude Developer Platform · in the page api/compliance/code/artifacts/retrieve_version …ion Content **GET** `/v1/compliance/apps/code/artifacts/{artifact_id}/versions/{version_id}` Streams the content of one version of a Claude Code Artifact as the response body. Returns 404 for Artif… errors Claude Developer Platform · in the page api/errors …cordance with the [versioning](https://platform.claude.com/docs/en/api/versioning) policy, the values within these objects may expand, and it is possible that the `type` values will grow over time. #… overview Claude Developer Platform · in the page api/overview …ng details, see [API versions](https://platform.claude.com/docs/en/api/versioning). When accessing Claude through a [cloud platform](https://platform.claude.com/docs/en/api/overview#claude-api-vs-clo… Skills Claude Developer Platform · in the page api/skills …› Versions ### Create Skill Version **POST** `/v1/skills/{skill_id}/versions` Create Skill Version #### Path parameters - `skill_id: string` Unique identifier for the skill. The format and… claude-in-amazon-bedrock Claude Developer Platform · in the page build-with-claude/claude-in-amazon-bedrock …actId>anthropic-java-bedrock</artifactId> <version>2.58.0</version> </dependency> ``` </Tab> </Tabs> </Tab> <Tab title="PHP"> ```bash composer requir… claude-in-microsoft-foundry Claude Developer Platform · in the page build-with-claude/claude-in-microsoft-foundry …actId>anthropic-java-foundry</artifactId> <version>2.58.0</version> </dependency> <!-- For Entra ID authentication, also add the Azure Identity library --> <depende… claude-on-amazon-bedrock-legacy Claude Developer Platform · in the page build-with-claude/claude-on-amazon-bedrock-legacy …ifactId>anthropic-java-bedrock</artifactId> <version>2.58.0</version> </dependency> ``` ```java Java import com.anthropic.client.AnthropicClient; import com.an… claude-on-vertex-ai Claude Developer Platform · in the page build-with-claude/claude-on-vertex-ai …<artifactId>anthropic-java</artifactId> <version>2.58.0</version> </dependency> <dependency> <groupId>com.anthropic</groupId> <artifactId>anthropic-java-v… claude-platform-on-aws Claude Developer Platform · in the page build-with-claude/claude-platform-on-aws …<artifactId>anthropic-java-aws</artifactId> <version>2.58.0</version> </dependency> ``` </Tab> <Tab title="PHP"> ```bash composer require anthropic-ai/sdk aws/aws-sdk-ph… overview Claude Developer Platform · in the page build-with-claude/overview …with standard API [versioning](https://platform.claude.com/docs/en/api/versioning) guarantees. A label after a platform name marks one of the following classifications on that platform. Not all featur… skills-guide Claude Developer Platform · in the page build-with-claude/skills-guide …Versions API Reference](https://platform.claude.com/docs/en/api/skills/versions/list) - Version management </Note> <Note> For how zero data retention (ZDR) applies to this feature, see [API and dat… streaming Claude Developer Platform · in the page build-with-claude/streaming …e with the [versioning policy](https://platform.claude.com/docs/en/api/versioning), new event types may be added, and your code should handle unknown event types gracefully. ## Content block delta ty… java Claude Developer Platform · in the page cli-sdks-libraries/sdks/java …<artifactId>anthropic-java</artifactId> <version>2.58.0</version> </dependency> ``` </Tab> </Tabs> ## Requirements This library requires Java 8 or later. <Note> The SDK su… get-started Claude Developer Platform · in the page get-started …rtifactId>quickstart</artifactId> <version>1.0-SNAPSHOT</version> <properties> <maven.compiler.release>25</maven.compiler.release> <project.… agent-setup Claude Developer Platform · in the page managed-agents/agent-setup …`bash cURL curl -fsSL "https://api.anthropic.com/v1/agents/$AGENT_ID/versions" \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 2023-06-01" \ -H "anthropic-beta: managed-age… Share session output as artifacts Claude Code CLI · in the page artifacts …| | `GET` | `/v1/compliance/code/artifacts/{artifact_id}/versions/{version_id}` | | `DELETE` | `/v1/compliance/code/artifacts/{artifact_id}` | For the request and…