ConnectConnect your stackAdd Anthropic API key

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

  1. Open the Config screen.
  2. Find the provider you want to use and paste your API key into the API key field.
  3. 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.

On this page