Anthropic integration
If you’re new to integrations in Rewst, read through our introductory integration documentation here.
What does the Anthropic integration do?
Our Anthropic integration enables automation of Anthropic LLMs. Use the Anthropic API within Rewst workflows to automate text analysis, sentiment analysis, and more.
Why use the Anthropic integration?
Leverage conversational AI and content intelligence as a service to automate text analysis, sentiment analysis, and more.
Set up the Anthropic integration
Set up steps in Anthropic
Log in to Anthropic.
Navigate to Settings > API Keys.
Click Create Key.
Enter a name for your key. We recommend making it something that's easy to identify as being used in Rewst.
Copy your API key. You'll need this to continue your integration setup in Rewst.
Set up steps in Rewst
Navigate to Configuration > Integrations in the left side menu of your Rewst platform.
Click on the integration tile to launch the Configuration setup page.
Under Configuration:
Edit the Name
Add an optional Description for your configuration.
Check on Is Default.
Under Parameters:
Enter your API version in the Anthropic API Version field.
Enter your copied API key in the API Key field.
The base URL of the Anthropic API in the Base URL field will automatically populate into the form when you begin integration setup.
Click Save Configuration.
Test the integration
Saving your configuration during integration setup automatically triggers a test API call to verify that your setup is correct. If something is wrong with your credentials and the integration fails, you'll receive an error message in the Rewst platform.
Got an idea for a new Integration? Rewst is constantly adding new integrations to our integrations page. Submit your idea or upvote existing ideas here in our Canny feedback collector.
Anthropic integration actions and endpoints
For more on how actions work in Rewst, check out our introductory actions documentation here.
Generic Request
Anthropic API Request
Generic action for making authenticated requests against the Anthropic API
Message Batches
Cancel Message Batch
Batches can be canceled any time before processing ends. Once cancellation is initiated, the batch enters a canceling state, during which in-progress, non-interruptible requests may complete before finalizing cancellation.
Message Batches
Create Message Batch
Send a batch of Message creation requests.
Message Batches
Delete Message Batch
Message Batches can only be deleted once finished processing. If you'd like to delete an in-progress batch, you must first cancel it.
Message Batches
Get Message Batch
This endpoint is idempotent and can be used to poll for Message Batch completion
Message Batches
Get Message Batch Results
Retrieve the results of a Message Batch
Message Batches
List Message Batches
List all Message Batches within a Workspace, returning the most recently created batches first.
Messages
Count message tokens
The Token Count API can be used to count the number of tokens in a Message (including tools, images, and documents) without creating it.
Messages
Create Messages
Sends a structured list of input messages (text and/or images). The model will generate the next message in the conversation.
Models
Get Model
Retrieves information about a specific model, or resolves a model alias to a model ID.
Models
List Models
Determines which models are available for use in the API. More recently released models are listed first.
Last updated
Was this helpful?