AI & ML20 toolsPaste one API key
Langbase integration for AI agents
Langbase is a serverless AI developer platform that enables developers to build, collaborate, and deploy AI agents and applications with composable AI infrastructure.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Langbase once and call the same tools from all of them.
Setup
Connect Langbase through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Langbase exposes 20 tools through ClawLink. The 17 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
langbase_check_health | Check the health status of the Langbase API service | Read |
langbase_chunker_split_content | Split content into smaller chunks | Read |
langbase_document_list | List documents in a specific memory | Read |
langbase_get_pipe | Retrieve details of a specific pipe by owner and name | Read |
langbase_get_thread | Retrieve details of a specific conversation thread | Read |
langbase_list_models | Get available AI models supported by Langbase | Read |
langbase_list_thread_messages | List all messages in a conversation thread | Read |
langbase_list_traces | Get execution traces for debugging and monitoring pipe runs | Read |
langbase_memory_list | List all memory objects | Read |
langbase_pipe_list | List all pipes | Read |
langbase_append_thread_messages | Add new messages to an existing conversation thread | Read |
langbase_create_thread | Create a new conversation thread | Write |
langbase_memory_create | Create a new memory | Read |
langbase_pipe_create | Create a new pipe | Read |
langbase_update_pipe | Update an existing pipe's configuration on Langbase | Write |
langbase_update_thread | Update an existing thread's metadata | Write |
langbase_update_thread_message | Update an existing message in a conversation thread | Write |