/langbase-pipes | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
langbase_pipes_create_message | POST /v1/threads/{threadId}/messages |
langbase_pipes_create_pipe | POST /v1/pipes |
langbase_pipes_create_thread | POST /v1/threads |
langbase_pipes_delete_message | DELETE /v1/threads/{threadId}/messages/{messageId} |
langbase_pipes_delete_thread | DELETE /v1/threads/{threadId} |
langbase_pipes_get_models | GET /v1/models |
langbase_pipes_get_pipe | GET /v1/pipes/{ownerLogin}/{pipeName} |
langbase_pipes_get_thread | GET /v1/threads/{threadId} |
langbase_pipes_list_messages | GET /v1/threads/{threadId}/messages |
langbase_pipes_list_pipes | GET /v1/pipes |
langbase_pipes_run_agent | POST /v1/agent/run |
langbase_pipes_run_pipe | POST /v1/pipes/run |
langbase_pipes_update_message | POST /v1/threads/{threadId}/messages/{messageId} |
langbase_pipes_update_pipe | POST /v1/pipes/{pipeName} |
langbase_pipes_update_thread | POST /v1/threads/{threadId} |
langbase_pipes_create_message
POST /v1/threads/{threadId}/messages Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threadId | string | Yes | — | Thread Id |
body | object[] | Yes | — | Array of messages to add to the thread |
langbase_pipes_create_pipe
POST /v1/pipes Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | The description value |
frequency_penalty | number | No | — | Frequency Penalty |
json | boolean | No | — | The json value |
max_tokens | number | No | — | Max Tokens |
memory | object[] | No | — | The memory value |
messages | object[] | No | — | The messages value |
model | string | No | — | The model value |
moderate | boolean | No | — | The moderate value |
name | string | Yes | — | The name value |
parallel_tool_calls | boolean | No | — | Parallel Tool Calls |
presence_penalty | number | No | — | Presence Penalty |
status | string | No | — | The status value |
stop | string[] | No | — | The stop value |
store | boolean | No | — | The store value |
stream | boolean | No | — | The stream value |
temperature | number | No | — | The temperature value |
tool_choice | object | No | — | Tool Choice |
tools | object | No | — | The tools value |
top_p | number | No | — | Top P |
type | string | No | — | The type value |
upsert | boolean | No | — | The upsert value |
variables | object[] | No | — | The variables value |
langbase_pipes_create_thread
POST /v1/threads Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
metadata | object | No | — | Optional metadata for the thread |
langbase_pipes_delete_message
DELETE /v1/threads/{threadId}/messages/{messageId} Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threadId | string | Yes | — | Thread Id |
messageId | string | Yes | — | Message Id |
langbase_pipes_delete_thread
DELETE /v1/threads/{threadId} Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threadId | string | Yes | — | Thread Id |
langbase_pipes_get_models
GET /v1/modelslangbase_pipes_get_pipe
GET /v1/pipes/{ownerLogin}/{pipeName} Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ownerLogin | string | Yes | — | Owner Login |
pipeName | string | Yes | — | Pipe Name |
langbase_pipes_get_thread
GET /v1/threads/{threadId} Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threadId | string | Yes | — | Thread Id |
langbase_pipes_list_messages
GET /v1/threads/{threadId}/messages Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threadId | string | Yes | — | Thread Id |
langbase_pipes_list_pipes
GET /v1/pipeslangbase_pipes_run_agent
POST /v1/agent/run Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
messages | object[] | Yes | — | An array of message objects to run through the agent |
threadId | string | No | — | Identifier for continuing an existing conversation thread |
variables | object | No | — | Variables for dynamic prompt customization |
langbase_pipes_run_pipe
POST /v1/pipes/run Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
memory | object[] | No | — | Memory objects to use, overriding the pipe’s configured memories |
messages | object[] | Yes | — | An array of message objects to run through the pipe |
threadId | string | No | — | Identifier for continuing an existing conversation thread |
variables | object | No | — | Variables for dynamic prompt customization |
langbase_pipes_update_message
POST /v1/threads/{threadId}/messages/{messageId} Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threadId | string | Yes | — | Thread Id |
messageId | string | Yes | — | The ID of the message to update |
content | string | No | — | The content value |
metadata | object | No | — | The metadata value |
langbase_pipes_update_pipe
POST /v1/pipes/{pipeName} Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pipeName | string | Yes | — | Pipe Name |
description | string | No | — | The description value |
frequency_penalty | number | No | — | Frequency Penalty |
json | boolean | No | — | The json value |
max_tokens | number | No | — | Max Tokens |
memory | object[] | No | — | The memory value |
messages | object[] | No | — | The messages value |
model | string | No | — | The model value |
moderate | boolean | No | — | The moderate value |
name | string | No | — | The name value |
parallel_tool_calls | boolean | No | — | Parallel Tool Calls |
presence_penalty | number | No | — | Presence Penalty |
regenerateApiKey | boolean | No | — | Regenerate Api Key |
status | string | No | — | The status value |
stop | string[] | No | — | The stop value |
store | boolean | No | — | The store value |
stream | boolean | No | — | The stream value |
temperature | number | No | — | The temperature value |
tool_choice | object | No | — | Tool Choice |
tools | object | No | — | The tools value |
top_p | number | No | — | Top P |
variables | object[] | No | — | The variables value |
langbase_pipes_update_thread
POST /v1/threads/{threadId} Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threadId | string | Yes | — | Thread Id |
metadata | object | No | — | The metadata value |

