AI & ML22 toolsPaste one API key
Lyzr integration for AI agents
Build, run, evaluate, and manage AI agents and related Lyzr Studio services, including voice, responsible AI, simulation, memory, scheduling, workflows, and knowledge bases.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Lyzr once and call the same tools from all of them.
Setup
Connect Lyzr 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
Lyzr exposes 22 tools through ClawLink. The 20 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
lyzr_get_agent | Return the current configuration and status of one Agent Studio agent by ID | Read |
lyzr_get_knowledge_base | Return one Lyzr Knowledge Base configuration by its known RAG configuration ID | Read |
lyzr_get_simulation_overview | Return aggregate Agent Simulation counts and average evaluation pass rate for the connected | Read |
lyzr_list_agent_schedules | Return one page of agent cron schedules, optionally filtered by user, agent, or active state | Read |
lyzr_list_agent_simulation_issues | Return recent performance, error, and Responsible AI issues across monitored agents, optionally | Read |
lyzr_list_agents | Return all Agent Studio agents owned by the connected API key, including IDs needed by | Read |
lyzr_list_rai_policies | Return Responsible AI policies owned by the authenticated user, including policy IDs and | Read |
lyzr_list_superflow_executions | Return one page of SuperFlow execution records, optionally filtered by workflow and execution | Read |
lyzr_list_superflow_workflows | Return all SuperFlow workflow definitions accessible to the connected API key, including | Read |
lyzr_list_voice_agents | Return saved Voice agents accessible to the connected organization, including IDs used to | Read |
lyzr_list_voice_transcripts | Return one page of accessible Voice call transcripts, optionally filtered by agent, session | Read |
lyzr_retrieve_knowledge | Retrieve relevant documents from a known Lyzr Knowledge Base using configurable basic, MMR | Read |
lyzr_search_memories | Semantically search stored memories for one owner, within one session or across that owner's | Read |
lyzr_add_memory_messages | Store a batch of conversation messages in Lyzr Memory for an owner, session, and optional | Write |
lyzr_chat_with_agent | Send a message or message history to an active Agent Studio agent and return its synchronous | Read |
lyzr_create_agent | Create a single-task Agent Studio agent with an LLM provider, model, instructions, and optional | Write |
lyzr_create_agent_schedule | Create a cron schedule that runs one Agent Studio agent with a message in a specified timezone | Write |
lyzr_evaluate_text_with_rai_policy | Apply one owned Responsible AI policy to text and return processed text, block decisions | Read |
lyzr_set_agent_status | Activate or deactivate an Agent Studio agent | Write |
lyzr_clear_memory_session | Permanently clear messages and memories for one explicit owner and session in Lyzr Memory | Read |