Free usage is now available on puq.ai
Integrations Templates Blog Pricing

Claude

Connect to Claude AI services powered by Anthropic for advanced language processing, conversation capabilities, and intelligent text generation.

Claude

Triggers & Actions

Use Claude as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

No triggers available

Actions

  • Create Message

    Send a structured list of input messages with text and/or image content to Claude models, and the model will generate the next message in the conversation. Supports the latest Claude 4 models.

  • Count Message Tokens

    Count the number of tokens in a Message, including tools, images, and documents, without creating it.

  • List Models

    List available models. More recently released models are listed first.

  • Get Model

    Get information about a specific Claude model or resolve a model alias to a model ID. Use model aliases (e.g., claude-sonnet-4) for latest versions or specific snapshots for consistent behavior.

  • Create Message Batch

    Send a batch of Message creation requests. Batches can take up to 24 hours to complete and can process up to 10,000 requests.

  • Retrieve Message Batch

    Retrieve the status and details of a Message Batch. This endpoint is idempotent and can be used to poll for batch completion.

  • Retrieve Message Batch Results

    Streams the results of a Message Batch as a .jsonl file. Each line contains the result of a single request. Results are not guaranteed to be in the same order as requests - use custom_id to match results to requests.

  • List Message Batches

    List all Message Batches within a Workspace. Most recently created batches are returned first. Supports cursor-based pagination.

  • Cancel Message Batch

    Cancel a Message Batch before processing ends. Once cancellation is initiated, the batch enters a "canceling" state. Note that cancellation may not result in any canceled requests if they were non-interruptible.

  • Delete Message Batch

    Delete a Message Batch. Message Batches can only be deleted once they've finished processing. If you'd like to delete an in-progress batch, you must first cancel it.

  • Create File

    Upload a file to Claude. Supports various file formats including PDFs, images, and documents for use with Claude AI models.

  • List Files

    List files within a workspace. Returns paginated results with file metadata including ID, filename, size, MIME type, and creation date.

  • Get File Metadata

    Retrieve detailed metadata about a specific file including filename, size, MIME type, creation date, and downloadable status.

  • Delete File

    Make a file inaccessible through the API. This permanently removes the file from your Claude workspace and cannot be undone.

  • Get Organization Info

    Retrieve information about the current organization including organization ID, name, and type. Requires Admin API key.

  • Generate Prompt

    Generate a prompt for a model using Claude's experimental prompt tools. ⚠️ EXPERIMENTAL: Requires special preview access and may not be available to all users.

  • Improve Prompt

    Improve an existing prompt using Claude's experimental prompt tools. ⚠️ EXPERIMENTAL: Requires special preview access and may not be available to all users.

  • Templatize Prompt

    Convert a prompt into a reusable template with placeholders using Claude's experimental prompt tools. ⚠️ EXPERIMENTAL: Requires special preview access and may not be available to all users.