Skip to content

docs: add Claude Max multi-agent auth setup guide#32

Merged
madtank merged 1 commit into
mainfrom
docs/auth-setup-guide
Feb 15, 2026
Merged

docs: add Claude Max multi-agent auth setup guide#32
madtank merged 1 commit into
mainfrom
docs/auth-setup-guide

Conversation

@madtank

@madtank madtank commented Feb 15, 2026

Copy link
Copy Markdown
Member

Summary

One clean commit. Docs only, no code changes.

Added

  • docs/OPENCLAW-AUTH-SETUP.md — Full guide for setting up Claude Max OAuth on EC2 with multiple agents
  • README.md — New "Claude Max Authentication" section with quick-start snippet
  • .gitignore — Un-ignore docs/ so the guide is tracked

Problem this documents

When multiple OpenClaw agents share OAuth tokens via per-agent auth-profiles.json, Anthropic token rotation causes cascading auth failures. One agent refreshes → old token invalidated → all other agents break.

Solution documented

Use claude setup-token + shared ANTHROPIC_OAUTH_TOKEN env var instead of per-agent token files.

- Add docs/OPENCLAW-AUTH-SETUP.md: full guide for shared token setup
- Add 'Claude Max Authentication' section to README linking to guide
- Un-gitignore docs/ directory so guide is tracked

Fixes token rotation race condition where multiple agents sharing
OAuth tokens cause cascading auth failures when one refreshes.
@madtank madtank force-pushed the docs/auth-setup-guide branch from 3609bb6 to cb8c695 Compare February 15, 2026 16:51
@madtank madtank merged commit 242ac58 into main Feb 15, 2026
1 check passed
@madtank madtank deleted the docs/auth-setup-guide branch February 15, 2026 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant