Skip to content

Instantly share code, notes, and snippets.

@JosiahSiegel
Created May 8, 2026 13:58
Show Gist options
  • Select an option

  • Save JosiahSiegel/e14742ad4c299be19649f83cf5ef48a1 to your computer and use it in GitHub Desktop.

Select an option

Save JosiahSiegel/e14742ad4c299be19649f83cf5ef48a1 to your computer and use it in GitHub Desktop.
Claude Code with Manifest Router
{
"$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"
}
}
{
"$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