Langbase
Langbase

Langbase is a serverless AI developer platform that enables developers to build, collaborate, and deploy AI agents and applications with composable AI infrastructure.

Completely Secure
74037VIEWS
2356USERS

Tools

1 of 2

Split Content Into Chunks

Tool to split content into smaller chunks. Use when processing large text segments to fit downstream limits.

Create Thread

Tool to create a new conversation thread. Use when starting a fresh chat session or grouping messages into a distinct thread.

List Documents In Memory

Tool to list documents in a specific memory. Use when you need to fetch document metadata (and optionally vectors) from a memory after confirming its name. Supports pagination via limit and startAfter parameters.

Get Thread Details

Tool to retrieve details of a specific conversation thread. Use when you need the full thread details by its ID after confirming its existence.

List Thread Messages

Tool to list all messages in a conversation thread. Use after obtaining the thread ID to fetch its messages.

Create Memory

Tool to create a new memory. Use when storing a new memory record in Langbase after confirming memory details.