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