Open the Anthropic configuration
Go to Integrations
Navigate to app.atcyrus.com/settings/integrations.
Open the configuration modal
Find the Claude tile, click the dropdown on the right side of the tile, and select Configure.
Supported models
Cyrus supports the following Claude models. Use the alias as a Linear label or in a[model=...] description tag — see Default Model Provider for syntax.
| Alias | Model | Notes |
|---|---|---|
fable | Claude Fable 5 | Highest capability. Falls back to Opus, then Sonnet. |
opus | Claude Opus 4.8 | Default. |
sonnet | Claude Sonnet 4.6 | Balanced quality and speed. |
haiku | Claude Haiku 4.5 | Fast and cost-efficient. |
opus and falls back to sonnet on retry. When fable is selected, Cyrus runs claude-fable-5 and automatically falls back to opus, then sonnet.
Claude Fable 5 is Anthropic’s most capable Claude model. You can make it your team’s default Claude model in Behaviours settings, or try it on a single issue by adding the fable label before assigning the issue to Cyrus.
You can also pass a fully-qualified Anthropic model ID (e.g. claude-fable-5 or claude-opus-4-8) in a [model=...] tag.
API key setup
Option A: use claude setup-token
You can generate a token through the CLI:
Option B: create a key via the Anthropic Console
Sign in to Anthropic
Go to console.anthropic.com and sign in. If you don’t have an account, create one first.
Open the API Keys page
Click API Keys in the left sidebar, or go directly to console.anthropic.com/settings/keys.
Copy the key
Your key will be shown once. Copy it immediately — you won’t be able to view it again after closing the dialog.
Add billing
Anthropic API keys require a billing method. If you haven’t set one up:- Go to console.anthropic.com/settings/billing
- Add a payment method
- Optionally configure spend limits
Troubleshooting
“Invalid Claude API key” error- Make sure you copied the full key (it starts with
sk-ant-) - Verify the key hasn’t been disabled in the Anthropic console
- Check your billing status at console.anthropic.com/settings/billing
- Ensure your account has available credits or an active payment method
Next steps
To make Claude the provider Cyrus uses for every issue, see Default Model Provider.
Cyrus Community
Get support on Discord

