Data workspace API for running projects, managing notebooks, and embedding analytics. Best for triggering data pipeline runs, polling execution status, and generating embeddable analytics URLs. Unlike Jupyter (local notebooks), Hex is a collaborative cloud platform with scheduling, SQL cells, and a project-level API. 8 example endpoints available through Lava’s AI Gateway. See the Hex API docs for full documentation.Documentation Index
Fetch the complete documentation index at: https://lava.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
This is a catch-all provider — any valid URL under
https://app.hex.tech is supported. Any Hex API endpoint. Construct URL as https://app.hex.tech/api/v1/{path}. See https://learn.hex.tech/docs/api-integrations/api/reference for full reference. The endpoints below are curated examples.Endpoints
Trigger a project run with optional input parameters
POSThttps://app.hex.tech/api/v1/projects/{project_id}/runs — Free
- SDK
- cURL
Get the status of a project run
GEThttps://app.hex.tech/api/v1/projects/{project_id}/runs/{run_id} — Free
- SDK
- cURL
List projects in the workspace
GEThttps://app.hex.tech/api/v1/projects — Free
- SDK
- cURL
Get project details
GEThttps://app.hex.tech/api/v1/projects/{project_id} — Free
- SDK
- cURL
Cancel a running project execution
POSThttps://app.hex.tech/api/v1/projects/{project_id}/runs/{run_id}/cancel — Free
- SDK
- cURL
Replace project configuration
PUThttps://app.hex.tech/api/v1/projects/{project_id} — Free
- SDK
- cURL
Update project metadata
PATCHhttps://app.hex.tech/api/v1/projects/{project_id} — Free
- SDK
- cURL
Delete a project
DELETEhttps://app.hex.tech/api/v1/projects/{project_id} — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests