Next version of Anthropic's dedicated coding agent. Expected improvements in multi-file refactors and repo-wide navigation.
Next version of Anthropic's dedicated coding agent. Expected improvements in multi-file refactors and repo-wide navigation.
Why it matters: Claude Code has become the default autonomous coding CLI for many teams; "Claude Code 2" is a high-volume search as soon as it shows up in changelogs.
Expected pricing: Usage-based on underlying Opus
Claude Code runs on Opus — connecting to SkillBoss gives you the same engine with pay-as-you-go billing.
We'll auto-switch your API calls to Claude Code 2 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "anthropic/claude-4-5-opus",
"input": {
"prompt": "Say hello from Claude Code 2 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account