Hex
Available Tools
List cells in a project with pagination. Use cursor from page_info for next page.
Get a cell by ID within a project.
Create a new cell in a project. Pass cell type and content in cell_data.
Update a cell’s content or configuration within a project.
Delete a cell from a project permanently.
List collections in the workspace with pagination. Use cursor from page_info for next page.
Get a collection by ID including name, description, creator, and sharing settings.
Create a new collection to organize projects.
Update a collection’s name or description.
List accessible data connections with pagination. Use cursor from page_info for next page.
Get a data connection by ID including configuration, sharing, and schema settings.
Create a new data connection. Requires name, type (e.g. snowflake, postgres, bigquery), and type-specific connection…
Update a data connection’s name, description, configuration, or sharing settings.
Update a data connection’s schema filters to include or exclude databases, schemas, or tables. Each update: .
List workspace groups with pagination. Sort by CREATED_AT or NAME. Use cursor from page_info for next page.
Get a group by ID including name and creation date.
Create a new workspace group with optional initial members. Use list_users to find user IDs for members.
Update a group’s name and membership. Add or remove users by ID. Use list_users to find user IDs.
Delete a workspace group permanently. This cannot be undone.
List guide drafts with pagination. Use cursor from page_info for next page.
Create or update a guide draft. Pass guide data including title, content, and configuration.
Publish guide drafts. Optionally specify guide IDs, or omit to publish all drafts.
Delete a guide draft permanently. Use list_guide_drafts to find IDs.
Get warehouse tables queried within a project. Enterprise plan only. Use list_projects to find project IDs.
List projects in the workspace. Filter by status, category, creator, owner, or collection. Supports sorting and pagin…
Get metadata for a single project by ID. Optionally include sharing details.
Create a new project in the workspace with a title and optional description.
Update a project’s status or endorsements.
Share a project with specific users. Set access level per user (CAN_VIEW, CAN_EDIT, FULL_ACCESS, NONE). Use list_user…
Share a project with groups. Set access level per group (CAN_VIEW, CAN_EDIT, FULL_ACCESS, NONE). Use list_groups to f…
Add a project to collections with specific access levels (APP_ONLY, CAN_VIEW, CAN_EDIT, FULL_ACCESS, NONE). Use list_…
Update workspace-wide and public web sharing for a project. Access levels: NONE, APP_ONLY, CAN_VIEW, CAN_EDIT, FULL_A…
Trigger a run of a published project. Optionally pass input parameters, notification configs, and cache settings. Pro…
List run history for a project. Filter by status (PENDING, RUNNING, ERRORED, COMPLETED, KILLED) or trigger type (API,…
Get detailed status of a specific project run including timing, state events, and notifications.
Cancel an in-progress project run. Only works on runs with PENDING or RUNNING status.
Get a rendered PNG chart image from a completed project run. Returns base64-encoded image data. Requires the chart ce…
Get the authenticated user’s profile including name, email, and workspace role.
List workspace users with pagination. Use cursor from page_info for next page.
Deactivate a workspace user. Use list_users to find user IDs. This action cannot be undone via API.
Validate Hex API token by retrieving the current user profile.