Blocks
Anthropic Claude
Generate text with Claude AI models.
Connect to Anthropic Claude API to generate high-quality text using Claude 4 Opus, Sonnet, and other models.
Toolsanthropic
Block Preview
Anthropic Claude
Generate text with Claude AI models.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the anthropic block with monitoring enabled in production.
Inputs (UI)
API Key
short-inputPlaceholder: sk-ant-...
Layout: full
Model
dropdownLayout: full
Options: Claude 4 Opus (Latest), Claude 4 Sonnet (Latest), Claude 3.5 Sonnet, Claude 3.5 Haiku (Fast)
System Prompt
long-inputPlaceholder: You are a helpful assistant...
Layout: full
User Prompt
long-inputPlaceholder: Enter your prompt here...
Layout: full
Max Tokens
short-inputPlaceholder: 1024
Layout: half
Temperature
short-inputPlaceholder: 1.0 (0-1)
Layout: half
Inputs (API)
apiKey
stringRequired
model
stringRequired
prompt
stringRequired
systemPrompt
stringOptional
maxTokens
numberOptional
temperature
numberOptional
Outputs
Primary response type:
{
"success": "boolean",
"content": "string",
"usage": "json",
"model": "string",
"stopReason": "string"
}Tool Access
anthropic_chat