Anthropic Connection
Connect to the Anthropic API to use Claude models for text generation in your workflows.
Configuration
| Field | Description | Required |
|---|---|---|
| API Key | Anthropic API key | Yes |
| Base URL | Custom API base URL | No (default: https://api.anthropic.com) |
Getting Your API Key
- Log in to the Anthropic Console
- Go to Settings > API Keys
- Click Create Key, give it a name, and copy the key (starts with
sk-ant-)
Usage
Once created, this connection becomes available in:
- Claude Chat — generate text using Claude models
TIP
API usage is billed by Anthropic based on token consumption. Monitor your usage at console.anthropic.com.
TIP
The Base URL field is useful if you access Claude through a proxy or an AWS Bedrock / Google Vertex endpoint.