- Integrations
- /
- Anthropic
Anthropic
Claude, Skills, and Computer Use in every workflow
Anthropic on Tiny Command exposes Claude as a set of agentic primitives, not just a chat endpoint. Create Message and Create Message with Tools handle the standard prompt/response cycle with tool calling. Message with Web Search lets Claude reach the live web mid-message, which removes the need to pre-fetch context for time-sensitive workflows. Computer Use turns Claude into an agent that can drive a screen, click, type, scroll, screenshot, useful for automating any app that doesn't expose a clean API. The Skills surface (Create / Get / List / Delete Skill) lets you author reusable agent behaviours and call them from any workflow on your account. Count Tokens runs ahead of a call for cost-aware orchestration. Create Message Batch is the 50%-off async path for large jobs. Files upload and persist for cross-call reuse. The connection uses your own Anthropic API key, so usage and rate limits track to your account directly.
Do anything Anthropic can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Analyze Image | Sends an image to Claude for analysis (vision), via URL or base64 bytes alongside a text prompt. Use for OCR, chart extraction, accessibility alt-text, or visual QA flows. |
| Cancel Message Batch | Cancels a message batch that is still processing. Already-completed entries in the batch keep their results; in-flight ones get cancelled with no charge. |
| Computer Use | Sends a message with the computer-use tool, letting Claude take screenshots and click/type on a virtual desktop. Requires Opus 4.x or Sonnet 4.x; you provide the sandboxed desktop environment. |
| Count Tokens | Counts the number of tokens a Messages API call would consume without actually sending the message. Useful for cost estimation and to stay under context-window limits. |
| Create Message | Sends a message to a Claude model and gets a response. The core Anthropic action; supports system prompts, multi-turn conversation, temperature, and stop sequences. |
| Create Message Batch | Creates a batch of messages for async processing on the Messages API, with a 50% cost reduction and up to 24-hour turnaround. Perfect for bulk classification, summarization, or labeling jobs. |
| Create Message with Tools | Sends a message with tool definitions. Claude returns tool_use blocks when it wants to call a function; you execute the call and feed results back as tool_result blocks for the next turn. The foundation for agentic workflows. |
| Create Skill | Creates a new Claude Skill from a SKILL.md file. Skills are file-based; Claude reads the SKILL.md content directly. The action fetches your URL, uploads it as files[], and Anthropic returns a skill_id you can reference in subsequent Messages API calls. |
| Delete File | Deletes an uploaded file from Anthropic's file store. Use to clean up after a one-shot document analysis or to remove PII for compliance. |
| Delete Skill | Deletes a custom Claude Skill by ID. The skill is removed from your workspace and can't be referenced in future Messages API calls. |
| Get File | Returns metadata about an uploaded file (filename, mime type, size, created_at). Use to verify an upload succeeded or to render a file picker. |
| Get Message Batch | Gets the status of a message batch: processing_status, request_counts, and (when complete) the results_url to download. Poll until status is "ended". |
| Get Model | Returns metadata about a specific Claude model (display name, context window, deprecation status). Useful for surfacing model availability in your UI. |
| Get Skill | Returns details of a specific Claude Skill by ID. Useful to inspect what's currently registered before updating or deleting. |
| List Files | Lists uploaded files in your Anthropic workspace with their IDs, names, and sizes. Used to render a file picker or for cleanup automations. |
| List Message Batches | Lists all message batches and their processing status. Useful for batch-monitoring dashboards or for resuming work after a restart. |
| List Models | Lists available Claude models with their display names and context windows. Used to populate a dynamic model picker. |
| List Skills | Lists all custom skills registered in your Anthropic workspace. Useful for skill-management dashboards. |
| Make API Call | Makes a custom API call to any Anthropic endpoint with method, path, headers, and body. The escape hatch for newly-released APIs or fields that the typed actions don't yet expose. |
| Message with Web Search | Sends a message with Anthropic's built-in web_search tool enabled. Claude fetches fresh web results inside the model call and cites them in the response. Removes the need to wire up an external search API. |
| Upload File | Uploads a file (PDF, image, text) to Anthropic for use in messages via document blocks. Returns a file_id you reference instead of re-sending the bytes on every call. |
Pre-built Anthropic workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Anthropic once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Anthropic field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Anthropic integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Anthropic to Tiny Command?
What Anthropic triggers does Tiny Command support?
What Anthropic actions can I run from a workflow?
Is the Anthropic integration real-time?
Do I need to write code to use Anthropic with Tiny Command?
How much does the Anthropic integration cost?
More ai & ml apps people connect.
Same category as Anthropic, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Anthropic.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.