docs: deployment cookbooks (self-hosting / DigitalOcean / AWS)#3
Merged
Conversation
Consumers kept asking the same question: "the agentic surfaces need a self-hosted runner — how do I actually stand one up?" These are copy-paste recipes for that, written generically (no internal infra) so they're useful to any public consumer. - docs/cookbooks/README.md — the index + the shared half: which surfaces even need a runner (guard = none; agentic = yes; observe = a small isolated box), the model-endpoint choice (Anthropic API directly vs a gateway you run; the LITELLM_* secret names are just "an Anthropic-compatible endpoint"), sizing, and the platform-agnostic Steps A–D (bootstrap claude/git/jq/python3, register the runner, set secrets, smoke test) + security notes. - docs/cookbooks/self-hosting.md — your own box / VM (libvirt cloud-init example, Proxmox/bare-metal), private-gateway + proxy notes, autostart caveat. - docs/cookbooks/digitalocean.md — a Droplet via doctl/console, sizing+cost, firewall. - docs/cookbooks/aws.md — EC2 via CLI (Canonical SSM AMI lookup), SG/SSM, spot + auto-stop cost controls, user-data baking. README onboarding step 1 now links the cookbooks. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Copy-paste cookbook recipes for the one thing every consumer hits: the agentic surfaces (triage/wiwi/review/revise) need a self-hosted runner — how do I stand one up?
docs/cookbooks/README.md— index + the shared half:LITELLM_*secret names are just "an Anthropic-compatible endpoint")claude/git/jq/python3 → register runner → secrets → smoke test) + security notesself-hosting.md— own box / VM (libvirt cloud-init example), private-gateway + proxy notes, autostart caveatdigitalocean.md— a Droplet (doctl/console), sizing+cost, firewallaws.md— EC2 (Canonical SSM AMI lookup), SG/SSM, spot + auto-stop cost controlsREADME onboarding step 1 links the cookbooks. All generic — no internal infra (leakage gate green).
Proof
self-guard(leakage) runs on this PR; docs-only change.🤖 Generated with Claude Code