Skip to main content
Langbase logo

Langbase

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

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Langbase authenticates with an API key. Generate the credential in your Langbase account, then paste it into FlyMyAI the first time an agent uses a Langbase action.

Get your Langbase credential →

Fields to fill in FlyMyAI

FieldDetails
Langbase API KeyYour Langbase API key for authenticating API requests. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
LANGBASE_CHUNKER_SPLIT_CONTENTTool to split content into smaller chunks. use when processing large text segments to fit downstream limits.content
LANGBASE_CREATE_THREADTool to create a new conversation thread. use when starting a fresh chat session or grouping messages into a distinct thread.-
LANGBASE_DOCUMENT_LISTTool 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.memoryName
LANGBASE_GET_THREADTool to retrieve details of a specific conversation thread. use when you need the full thread details by its id after confirming its existence.threadId
LANGBASE_LIST_THREAD_MESSAGESTool to list all messages in a conversation thread. use after obtaining the thread id to fetch its messages.threadId
LANGBASE_MEMORY_CREATETool to create a new memory. use when storing a new memory record in langbase after confirming memory details.name
LANGBASE_MEMORY_DELETETool to delete a specific memory. use when you need to permanently remove a stored memory by its name.memory_name
LANGBASE_MEMORY_LISTTool to list all memory objects. use when you need to fetch stored memories for context retrieval.-
LANGBASE_PIPE_CREATETool to create a new pipe. use after configuring pipe parameters. returns pipe details including api key and url.name
LANGBASE_PIPE_LISTTool to list all pipes. use after authentication to retrieve the complete list of pipes.-
We love our partners - FlyMy.AI builds with the best. Thanks, Langbase!