Anthropic (Claude)
Also an agent toolAnthropic Claude API: generate text with the Messages API (chat, summarization, classification, extraction, tool use, vision), count tokens before sending, discover available models, and run large asynchronous jobs through the Message Batches API. Request/response bodies are JSON; there are no webhooks (request/response API only).
9 actions · 0 triggers
The Anthropic (Claude) integration lets you connect Anthropic (Claude) to your automations with 9 actions — and every action is also a tool an AI agent can call. Examples: List Models, Get Model, Create Message, Count Message Tokens, Create Message Batch. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Actions 9
What Zervanor can do in Anthropic (Claude).
List Models
List the models available to your API key, most recent first (GET /v1/models). Safe read-only identity + connectivity probe; does not consume model tokens.
Get Model
Get details for a single model by id or alias (GET /v1/models/{model_id}). Returns display name, creation date, and capability metadata.
Create Message
Send a structured list of messages and get a model-generated response (POST /v1/messages). This single action covers text generation, chat, summarization, classification, extraction, tool use, and vision — vary the prompt and parameters for each use case. Consumes input + output tokens.
Count Message Tokens
Count the number of input tokens a Messages request would use, without creating it (POST /v1/messages/count_tokens). Use this to estimate cost or check prompt size before calling Create Message.
Create Message Batch
Submit a batch of Messages requests for asynchronous processing at reduced cost (POST /v1/messages/batches). Each entry has a custom_id and a params object identical to a Create Message body.
List Message Batches
List message batches in your workspace, most recent first (GET /v1/messages/batches). Cursor pagination.
Get Message Batch
Get a message batch's status and request counts (GET /v1/messages/batches/{message_batch_id}). Poll processing_status until it is 'ended'.
Cancel Message Batch
Cancel a message batch that is still processing (POST /v1/messages/batches/{message_batch_id}/cancel). Requests already in progress may still complete.
Get Message Batch Results
Stream the results of a completed message batch as JSONL (GET /v1/messages/batches/{message_batch_id}/results). Available once the batch's processing_status is 'ended'; each line is keyed by custom_id.
Nothing matches your search.
Automations using Anthropic (Claude)
Build your own automation with Anthropic (Claude) in the visual builder.
Frequently asked questions
What can I automate with Anthropic (Claude)?
9 actions are available — for example: List Models, Get Model, Create Message, Count Message Tokens, Create Message Batch, and more.
Can Anthropic (Claude) be used as an AI agent tool?
Yes. Every Anthropic (Claude) action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Anthropic (Claude) integration modelled?
Anthropic (Claude) is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.