Anthropic builds reliable, interpretable AI systems. Claude, their AI assistant, excels at thoughtful dialogue, content creation, complex reasoning, and coding. Cargo’s native integration with Anthropic allows you to use Claude models directly in your workflows.
How to set up Anthropic
You can use Anthropic in two ways:
- Cargo credits – Use Claude through Cargo’s managed integration
- Your own API key – Connect your Anthropic account
Connection details
Find your API key in the Anthropic Console under API Keys.
Anthropic actions
Instruct
Send a prompt to a Claude model and receive a text response.
Use cases
- Content generation – Generate personalized emails and messages
- Classification – Categorize text into predefined categories
- Summarization – Summarize long documents or conversations
- Data extraction – Extract structured information from text
- Analysis – Analyze sentiment, intent, or other properties
- Reasoning – Complex multi-step problem solving
Configuration
Available models
The available Claude models — and their per-model credit costs — evolve with Anthropic’s lineup, so the action’s Model dropdown in the workspace is always the authoritative list. From the terminal:
Picking a model:
- Opus — the most powerful tier: complex reasoning, advanced coding, creative work (highest credit cost)
- Sonnet — the best balance of intelligence and cost for most tasks, including agents (start here)
- Haiku — fast, low-cost inference for high-volume, low-latency work
Advanced settings
System prompt
Set instructions that guide Claude’s behavior:
- Define the model’s role or persona
- Set output format guidelines
- Provide context about your use case
- Establish constraints or rules
Temperature
Control the randomness of outputs:
Web search
Enable Claude to search the web for current information:
- Real-time data lookups
- Current events research
- Fact verification