Created
May 8, 2026 13:58
-
-
Save JosiahSiegel/e14742ad4c299be19649f83cf5ef48a1 to your computer and use it in GitHub Desktop.
Claude Code with Manifest Router
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
| { | |
| "$schema": "https://json.schemastore.org/claude-code-settings.json", | |
| "env": { | |
| "ANTHROPIC_BASE_URL": "https://app.manifest.build", | |
| "ENABLE_TOOL_SEARCH": "auto:10", | |
| "ANTHROPIC_CUSTOM_MODEL_OPTION": "manifest/auto", | |
| "ANTHROPIC_CUSTOM_MODEL_OPTION_NAME": "Manifest Auto", | |
| "ANTHROPIC_CUSTOM_MODEL_OPTION_DESCRIPTION": "Routed through app.manifest.build", | |
| "CLAUDE_CODE_MAX_OUTPUT_TOKENS": "32000", | |
| "MAX_THINKING_TOKENS": "10000" | |
| }, | |
| "effortLevel": "high", | |
| "permissions": { | |
| "defaultMode": "bypassPermissions" | |
| } | |
| } |
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
| { | |
| "$schema": "https://json.schemastore.org/claude-code-settings.json", | |
| "env": { | |
| "ANTHROPIC_AUTH_TOKEN": "mnfst_*" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment