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

Skill-writing principles for Claude Code from 159 open-source skills
A developer shares 10 principles for writing effective skills for Claude Code, based on building and maintaining an open-source registry with 159 skills. The principles include practical approaches like using folders instead of single files, adding gotchas sections, and implementing on-demand hooks.

Building 9 Claude Skills for Solo Studio: Stacking Instructions for Real Work
A solo developer built nine Claude skills for video production, analytics, SEO, financial modeling, and more. Key insight: write skills as instructions to an experienced colleague, not as documentation. Skills auto-trigger and stack when tasks overlap.

Agent-Oriented API Design Patterns: Insights from Moltbook
Moltbook's API design supports proactive AI agent interactions by integrating direct instruction, state transitions, cognitive challenges, and educational rate-limiting.

12 OpenClaw SOUL.md and STYLE.md Templates with Practical Lessons
A developer created 12 OpenClaw agent templates for common use cases, each following the official 4-section spec, and identified key lessons including the necessity of STYLE.md for defining communication patterns and the importance of specific boundaries over vague personality traits.