Anthropic (Claude)
Aynı zamanda bir ajan aracıAnthropic 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 eylemler · 0 tetikleyiciler
Anthropic (Claude) entegrasyonu — 9 aksiyon ile Anthropic (Claude)'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Models, Get Model, Create Message, Count Message Tokens, Create Message Batch. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Eylemler 9
Zervanor'un Anthropic (Claude) üzerinde yapabilecekleri.
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.
Aramanızla eşleşen bir şey yok.
Anthropic (Claude) kullanan Çözüm Şablonları
Anthropic (Claude) ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Anthropic (Claude) ile neler otomatikleştirebilirim?
9 aksiyon var — örneğin: List Models, Get Model, Create Message, Count Message Tokens, Create Message Batch ve daha fazlası.
Anthropic (Claude) bir AI agent aracı olarak kullanılabilir mi?
Evet. Anthropic (Claude)'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Anthropic (Claude) entegrasyonu nasıl modellenir?
Anthropic (Claude) sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.