Add Anthropic API key
Connect Claude models by adding your Anthropic API key.
Add your Anthropic API key to run Claude models (Opus, Sonnet, Haiku) inside OpenWorking.
Steps
- Open the Config screen.
- Find the provider you want to use and paste your API key into the API key field.
- Save. The key is stored in your local app-managed profile and redacted from the JSON preview.
{
"provider": {
"anthropic": {
"options": {
"apiKey": "sk-ant-..."
}
}
}
}Keys stay local
API keys never leave your machine. They are written only to the local profile, never to your project folder.