Skip to content

Commit 0be1eb5

Browse files
AnnaXWangclaude
andcommitted
Relax Node prerequisite to 18+
The quickstart uses only the Anthropic SDK and process.env — none of the recent Node APIs that would require a higher floor. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 9f10ac1 commit 0be1eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/claude-managed-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Inside a session, the agent uses its built-in shell to run the Kernel CLI — e.
3939

4040
## Prerequisites
4141

42-
- **Node.js 22+** and the [Anthropic TypeScript SDK](https://github.com/anthropics/anthropic-sdk-typescript) (`@anthropic-ai/sdk`).
42+
- **Node.js 18+** and the [Anthropic TypeScript SDK](https://github.com/anthropics/anthropic-sdk-typescript) (`@anthropic-ai/sdk`).
4343
- **ANTHROPIC_API_KEY**: get from the [Anthropic Console](https://console.anthropic.com/). Drives vaults, agents, and sessions.
4444
- **KERNEL_API_KEY**: get from the [Kernel Dashboard](https://dashboard.onkernel.com/api-keys). Stored in the vault and injected into the sandbox as a placeholder.
4545
- Early-access enrollment in Claude Managed Agents (including the `environment_variable` vault credential feature).

0 commit comments

Comments
 (0)