Data & Analytics32 toolsPaste one API key
Hex integration for AI agents
Hex is a collaborative data workspace that combines SQL, Python, and R notebooks for analytics and data science.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Hex once and call the same tools from all of them.
Setup
Connect Hex through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Hex exposes 32 tools through ClawLink. The 29 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
hex_get_cell | Get a single cell by ID from the draft version of a Hex project | Read |
hex_get_collection | Get information about a specific collection in Hex | Read |
hex_get_group | Retrieve information about a specific Hex group | Read |
hex_get_project | Get metadata about a single Hex project | Read |
hex_get_project_runs | Retrieve the status of API-triggered runs for a specific Hex project | Read |
hex_get_run_chart_image | Retrieve a rendered chart image from a Hex project run | Read |
hex_get_run_status | Retrieve the status of a specific Hex project run | Read |
hex_list_cells | List all cells from the draft version of a Hex project | Read |
hex_list_collections | Retrieve all collections in the workspace with pagination support | Read |
hex_list_data_connections | List all data connections in the Hex workspace with pagination support | Read |
hex_list_groups | List all groups in the Hex workspace with pagination support | Read |
hex_list_projects | List all viewable Hex projects with pagination and filtering support | Read |
hex_list_users | List all users in the Hex workspace with pagination support | Read |
hex_create_cell | Create a new cell in the draft version of a Hex project | Write |
hex_create_collection | Create a new collection in the Hex workspace | Write |
hex_create_group | Create a new group in the Hex workspace | Write |
hex_deactivate_user | Deactivates a user in the Hex workspace | Read |
hex_edit_collection | Edit a collection's name, description, and sharing settings in Hex | Write |
hex_edit_group | Edit a group's name and/or members in Hex | Write |
hex_edit_project_sharing_collections | Add a project to collections or remove it from collections | Write |
hex_edit_project_sharing_groups | Edit project sharing settings for groups in Hex | Write |
hex_edit_project_sharing_org_and_public | Edit project sharing settings for workspace members and public web access | Write |
hex_edit_project_sharing_users | Edit project sharing settings for individual users in Hex | Write |
hex_publish_guide_drafts | Publish all currently drafted guides or specific guides by ID | Write |
hex_run_project | Trigger a run of the latest published version of a Hex project | Read |
hex_update_cell | Update a cell's source code and/or data connection in Hex | Write |
hex_update_project | Add or remove a status (including endorsements) from a Hex project | Write |
hex_upsert_guide_draft | Update or create guide drafts by filePath | Read |
hex_cancel_run | Cancel a project run that is in progress | Write |