Skip to main content
The Hex node adds Hex operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Hex also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Hex.
You can wire the Hex node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Hex under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.

Operations

Admin

OperationIDDescriptionTrigger
Deactivate Userdeactivate_userDeactivate a workspace user.
Get Current Userget_meReturn the token owner’s user info.
List Userslist_usersList workspace users (Admin API; Team/Enterprise).

Collections

OperationIDDescriptionTrigger
Create Collectioncreate_collectionCreate a collection.
Edit Collectionedit_collectionEdit a collection; upsert user/group/workspace access.
Get Collectionget_collectionFetch a collection’s details.
List Collectionslist_collectionsList all collections.

Data connections

OperationIDDescriptionTrigger
Edit Data Connectionedit_data_connectionEdit a data connection / rotate secrets.
List Data Connectionslist_data_connectionsList configured data connections.

Embedding

OperationIDDescriptionTrigger
Create Embed URLcreate_embed_urlCreate a signed embed URL for a project.

Groups

OperationIDDescriptionTrigger
Create Groupcreate_groupCreate a new group.
Delete Groupdelete_groupDelete a group.
Edit Groupedit_groupRename a group or add/remove members.
Get Groupget_groupFetch a group’s details.
List Groupslist_groupsList all groups.

Projects

OperationIDDescriptionTrigger
Get Projectget_projectFetch metadata for a single project.
List Projectslist_projectsList all projects the caller can view.
Update Projectupdate_projectUpdate a project’s status or endorsements.

Runs

OperationIDDescriptionTrigger
Cancel Runcancel_runCancel an in-progress run.
Get Project Runsget_project_runsList recent runs for a project.
Get Run Cell Imageget_run_cell_imageDownload a rendered PNG of a chart/cell output from a run.
Get Run Statusget_run_statusGet the status of a single project run.
Run Projectrun_projectTrigger a run of a project’s latest published version.

Semantic models

OperationIDDescriptionTrigger
Ingest Semantic Projectingest_semantic_projectIngest a semantic project from a zip (max 3 req/min).

Sharing

OperationIDDescriptionTrigger
Update Collection Sharingupdate_collection_sharingAdd or remove a project from collections.
Update Group Sharingupdate_group_sharingAdd groups or change their access level on a project.
Update User Sharingupdate_user_sharingAdd users or change their access level on a project.
Update Workspace/Public Sharingupdate_workspace_sharingSet workspace-wide or public access level for a project.

Triggers

OperationIDDescriptionTrigger
On Project Run Completedon_run_completedTrigger: poll a project’s runs for newly-finished runs (COMPLETED/ERRORED/KILLED).Yes