How to Claim and Extend Anthropic API Credits Using Manifest's Router

A guide from r/clawdbot explains how to claim free Anthropic API credits and use Manifest's router feature to make them last longer by automatically selecting cost-effective models.
Claiming Credits and Router Setup
From the Manifest dashboard, after setting up your agent:
- Click on the Routers tab.
- Click "Add a router".
- Inside the router, click "Add a provider".
- From the Subscription tab, select Anthropic.
- Click the button to claim your credits from Claude, which redirects to a specific Anthropic page. Claim them there.
- Return to Manifest with the modal still open.
Connecting Your Subscription
To connect your Anthropic subscription:
- Paste this command in your terminal:
claude setup-token. - This opens a Claude tab in your browser asking for authorization. Accept and close the tab.
- A token appears in your terminal. Copy it.
- Paste the token into Manifest's "Setup Token" field and click Connect.
Model Routing and Cost Savings
Manifest pre-selects the best models for each tier: Simple, Standard, Complex, and Reasoning. You can change them manually if needed.
Every prompt gets routed to the appropriate model automatically:
- Simple tasks go to Haiku.
- Complex tasks go to Sonnet.
Haiku is 12x cheaper than Sonnet. This routing strategy can extend the lifespan of $200 in credits from approximately one month to several months.
Notes and Eligibility
- If you get a 404 error on the Anthropic page after clicking the claim button, your Claude account is not eligible.
- You have until April 17th to redeem your credits.
📖 Read the full source: r/clawdbot
👀 See Also

Google AI Pro Account Restored After OpenClaw OAuth Ban — Appeal Form Works
A user reports their Google AI Pro account was restored 3 months after being banned for linking to OpenClaw via Google OAuth. The official appeal form eventually worked.

Configuring OpenClaw for Smooth Agent-to-Agent Communication
A Reddit user shares specific configuration settings for OpenClaw that reduce timeouts in agent-to-agent communication, including tool visibility settings, memory directives, and workarounds for the ANNOUNCE_SKIP limitation.

Fix Remote Browser Automation with OpenClaw Node Setup
Use a local OpenClaw node to avoid CDP/RDP headaches — run browser visible, keep your IP and cookies.

Fix for Claude Desktop Workspace VM Service Issue on Windows 11 Home
A community-developed fix addresses the 'VM service not running' error in Claude Desktop's workspace feature on Windows 11 Home, with manual PowerShell commands and an automated tool available on GitHub.