{% hint style="info" %} If you’re new to integrations in Rewst, read through our introductory integration documentation here. {% endhint %}
Our HatzAI integration enables you to build, deploy, and manage secure AI agents and workflows across your organization. The integration provides OpenAI-compatible chat completions, App Builder workflows, and file management.
- Log in to the Hatz Admin Dashboard.
- Navigate to the Workspace tab.
- Click API Keys.
- Enter the name
Rewstinto the field. - Click Generate API Key.
- Copy the API key value and store it somewhere secure. You'll need this information for further steps in Rewst.
Follow the below steps to configure a new integration:
- Navigate to Marketplace > Integrations in the left side menu of your Rewst platform.
- Search for
Hatzin the integrations page. - Click on the integration tile to launch the configuration setup page.

- Enter the information copied from Hatz into the API Key field.
- Click Save Configuration.
{% hint style="success" %} 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. {% endhint %}
{% hint style="info" %} For more on how actions work in Rewst, check out our introductory actions documentation here. {% endhint %}
View Hatz AI's own API documentation here.
| Category | Action | Description |
|---|---|---|
| Apps | Query App | Executes a Hatz AI app with provided inputs and returns the result. |
| Apps | Get App | Retrieves details for a specific app including its configuration, user inputs, and prompt sections. |
| Apps | List Apps | Retrieves a list of all apps/workflows created in the Hatz AI App Builder |
| Chat Completions | Create Chat Completion | Sends messages to an AI model and receives a response. |
| Files | Upload File | Uploads a file to Hatz AI for use in chat completions or apps. Returns a file UUID. Maximum file size is 30MB. |
| Files | List Files | Retrieves a list of all files uploaded to Hatz AI. |
| Generic Request | Hatz AI API Request | Generic action for making authenticated requests against the Hatz AI API. |
| Models | List Models | Retrieves a list of all available AI models on the Hatz AI platform. |
