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
| Field | Details |
|---|---|
Langbase API Key | Your 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.
| Action | What it does | Required inputs |
|---|---|---|
LANGBASE_CHUNKER_SPLIT_CONTENT | Tool to split content into smaller chunks. use when processing large text segments to fit downstream limits. | content |
LANGBASE_CREATE_THREAD | Tool to create a new conversation thread. use when starting a fresh chat session or grouping messages into a distinct thread. | - |
LANGBASE_DOCUMENT_LIST | 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. | memoryName |
LANGBASE_GET_THREAD | Tool 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_MESSAGES | Tool to list all messages in a conversation thread. use after obtaining the thread id to fetch its messages. | threadId |
LANGBASE_MEMORY_CREATE | Tool to create a new memory. use when storing a new memory record in langbase after confirming memory details. | name |
LANGBASE_MEMORY_DELETE | Tool to delete a specific memory. use when you need to permanently remove a stored memory by its name. | memory_name |
LANGBASE_MEMORY_LIST | Tool to list all memory objects. use when you need to fetch stored memories for context retrieval. | - |
LANGBASE_PIPE_CREATE | Tool to create a new pipe. use after configuring pipe parameters. returns pipe details including api key and url. | name |
LANGBASE_PIPE_LIST | Tool to list all pipes. use after authentication to retrieve the complete list of pipes. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Langbase!