Product API¶
Use Product API to manage workspace-scoped product resources. Each task page documents the HTTP interface; use Product SDK when application code needs typed wrappers.
Task |
Start here |
|---|---|
Make the first authenticated request |
|
Find workspaces and members |
|
Manage data, files, and transfers |
|
Create or run workflows |
|
Invoke published agents |
|
Run SQL |
|
Manage compute instances |
Product resources normally belong to one workspace. Obtain a workspace_id, send the same workspace header on later requests, save IDs returned by create or run operations, and use status or detail endpoints to continue. Genesis model inference uses separate service addresses and credentials.
Last updated on