Lyzr

Build, run, evaluate, and manage AI agents and related Lyzr Studio services, including voice, responsible AI, simulation, memory, scheduling, workflows, and knowledge bases.

22 actions Integration catalog
Request access
Connect Lyzr once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Memory MessagesLYZR_ADD_MEMORY_MESSAGES
Store a batch of conversation messages in Lyzr Memory for an owner, session, and optional agent, with optional synchronous fact extraction.
Chat With AgentLYZR_CHAT_WITH_AGENT
Send a message or message history to an active Agent Studio agent and return its synchronous inference response for a session.
Clear Memory SessionLYZR_CLEAR_MEMORY_SESSION
Permanently clear messages and memories for one explicit owner and session in Lyzr Memory. Cross-session deletion is always disabled.
Create AgentLYZR_CREATE_AGENT
Create a single-task Agent Studio agent with an LLM provider, model, instructions, and optional tool configuration.
Create Agent ScheduleLYZR_CREATE_AGENT_SCHEDULE
Create a cron schedule that runs one Agent Studio agent with a message in a specified timezone.
Delete AgentLYZR_DELETE_AGENT
Permanently delete one Agent Studio agent by ID.
Delete Agent ScheduleLYZR_DELETE_AGENT_SCHEDULE
Permanently delete one agent cron schedule and remove its associated scheduler job.
Evaluate Text With RAI PolicyLYZR_EVALUATE_TEXT_WITH_RAI_POLICY
Apply one owned Responsible AI policy to text and return processed text, block decisions, warnings, detections, and redactions.
Get AgentLYZR_GET_AGENT
Return the current configuration and status of one Agent Studio agent by ID.
Get Knowledge BaseLYZR_GET_KNOWLEDGE_BASE
Return one Lyzr Knowledge Base configuration by its known RAG configuration ID.
Get Simulation OverviewLYZR_GET_SIMULATION_OVERVIEW
Return aggregate Agent Simulation counts and average evaluation pass rate for the connected workspace.
List AgentsLYZR_LIST_AGENTS
Return all Agent Studio agents owned by the connected API key, including IDs needed by lifecycle and inference tools.
List Agent SchedulesLYZR_LIST_AGENT_SCHEDULES
Return one page of agent cron schedules, optionally filtered by user, agent, or active state.
List Agent Simulation IssuesLYZR_LIST_AGENT_SIMULATION_ISSUES
Return recent performance, error, and Responsible AI issues across monitored agents, optionally filtered by resolution and severity.
List RAI PoliciesLYZR_LIST_RAI_POLICIES
Return Responsible AI policies owned by the authenticated user, including policy IDs and enabled guardrail configuration.
List SuperFlow ExecutionsLYZR_LIST_SUPERFLOW_EXECUTIONS
Return one page of SuperFlow execution records, optionally filtered by workflow and execution status.
List SuperFlow WorkflowsLYZR_LIST_SUPERFLOW_WORKFLOWS
Return all SuperFlow workflow definitions accessible to the connected API key, including workflow IDs and graph data.
List Voice AgentsLYZR_LIST_VOICE_AGENTS
Return saved Voice agents accessible to the connected organization, including IDs used to filter transcripts.
List Voice TranscriptsLYZR_LIST_VOICE_TRANSCRIPTS
Return one page of accessible Voice call transcripts, optionally filtered by agent, session, organization, or date range.
Retrieve KnowledgeLYZR_RETRIEVE_KNOWLEDGE
Retrieve relevant documents from a known Lyzr Knowledge Base using configurable basic, MMR, hypothetical-document, or time-aware retrieval.
Search MemoriesLYZR_SEARCH_MEMORIES
Semantically search stored memories for one owner, within one session or across that owner's sessions, using Lyzr's hybrid vector and BM25 retrieval.
Set Agent StatusLYZR_SET_AGENT_STATUS
Activate or deactivate an Agent Studio agent. Deactivated agents reject inference until reactivated.