[BUG] RemoteTrigger API: "Unable to resolve organization UUID" on Max plan
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Description
The RemoteTrigger tool consistently returns "Unable to resolve organization UUID" when attempting to list or create remote triggers from Claude Code.
Account Details
- Plan: Claude Max ($200/mo)
- Org ID: 80fa1dd0-5f91-42d2-a0b6-42958a9c13ed
- Entrypoint: Claude Desktop (claude-desktop)
- Agent SDK Version: 0.2.87
- OAuth token: Present (
CLAUDE_CODE_OAUTH_TOKENis set)
Steps to Reproduce
- Open Claude Code on Max plan
- Use the
RemoteTriggertool withaction: "list" - Error: "Unable to resolve organization UUID"
- Same error on
action: "create"
Expected Behavior
Remote triggers should work on Max plan accounts. The API should resolve the organization from the OAuth token.
Environment
- macOS Darwin 25.4.0
- Claude Code via Claude Desktop
What Should Happen?
Expected Behavior
Remote triggers should work on Max plan accounts. The API should resolve the organization from the OAuth token.
Error Messages/Logs
Steps to Reproduce
Steps to Reproduce
- Open Claude Code on Max plan
- Use the
RemoteTriggertool withaction: "list" - Error: "Unable to resolve organization UUID"
- Same error on
action: "create"
Claude Model
Opus
Is this a regression?
No, this never worked
Last Working Version
_No response_
Claude Code Version
0.2.87 (Claude Agent SDK, via Claude Desktop)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
Issue
RemoteTrigger tool returns "Unable to resolve organization UUID" on every call (list, create).
Account
- Plan: Claude Max ($200/mo)
- Org ID: 80fa1dd0-5f91-42d2-a0b6-42958a9c13ed
- OAuth token: Present (CLAUDE_CODE_OAUTH_TOKEN set)
- Entrypoint: claude-desktop
- Agent SDK: 0.2.87
- macOS 26.4, Darwin 25.4.0 (ARM64)
Repro
- Use RemoteTrigger tool with action: "list"
- Returns: "Unable to resolve organization UUID"
- Same error on action: "create"
- Re-authenticated (logged out/in on claude.ai) — no change
- Tried setting ANTHROPIC_ORGANIZATION_ID env var — no change
Expected
Remote triggers should work on Max plan. The API should resolve the org from the OAuth token.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗