Langbase
Overview
SLUG: LANGBASE
Description
Langbase is a serverless AI developer platform that enables developers to build, collaborate, and deploy AI agents and applications with composable AI infrastructure.
Authentication Details
API Key
Connecting to Langbase
Create an auth config
Use the dashboard to create an auth config for the Langbase toolkit. This allows you to connect multiple Langbase accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Langbase Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Langbase toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
LANGBASE_CHUNKER_SPLIT_CONTENT
Tool Name: Split Content into Chunks
Description
Action Parameters
Action Response
LANGBASE_CREATE_THREAD
Tool Name: Create Thread
Description
Action Parameters
Action Response
LANGBASE_DOCUMENT_LIST
Tool Name: List Documents in Memory
Description
Action Parameters
Action Response
LANGBASE_GET_THREAD
Tool Name: Get Thread Details
Description
Action Parameters
Action Response
LANGBASE_LIST_THREAD_MESSAGES
Tool Name: List Thread Messages
Description
Action Parameters
Action Response
LANGBASE_MEMORY_CREATE
Tool Name: Create Memory
Description
Action Parameters
Action Response
LANGBASE_MEMORY_DELETE
Tool Name: Delete Memory
Description
Action Parameters
Action Response
LANGBASE_MEMORY_LIST
Tool Name: List Memories
Description
Action Parameters
Action Response
LANGBASE_PIPE_CREATE
Tool Name: Create a new pipe
Description
Action Parameters
Action Response
LANGBASE_PIPE_LIST
Tool Name: List all pipes
Description
Action Parameters
Action Response