Claude In The Box banner
craigsdennis craigsdennis

Claude In The Box

DevOps community

Description

Use Anthropic Claude Agent SDK in a Cloudflare Sandbox

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude in the Box

[](https://youtu.be/jEuIgwYx8dQ "Claude in the Box: Use Anthropic Agent SDK in a Cloudflare Sandbox")

This demo application shows using [Claude Agent](https://docs.claude.com/en/api/agent-sdk/overview) in a [Cloudflare Sandbox](https://sandbox.cloudflare.com)

This example hosts the Anthropic repo [Tutorial Checker](https://github.com/craigsdennis/skill-tutorial-checker-anthropic)

Develop

Copy [.dev.vars.example](./.dev.vars.example) to `.dev.vars`

Gather your Anthropic API key.

Search API Token on Cloudflare, generate a new one, and choose Browser Rendering > Read and Browser Rendering > Edit.

npm run dev

Develop

Upload your secrets

npx wrangler secret bulk 
npm run deploy