# Lyzn AI Documentation ## Docs - [About Lyzn AI](https://docs.lyzn.ai/intro/about.md): Meet Lyzn - [Branding](https://docs.lyzn.ai/intro/branding.md): Official Lyzn AI brand assets, colors, typography, and usage guidelines - [Privacy Policy](https://docs.lyzn.ai/legal/privacy.md): Learn how Lyzn AI protects your data and keeps your experience secure. - [Terms of Service](https://docs.lyzn.ai/legal/terms.md): The rules, responsibilities, and expectations for using Lyzn AI. - [Lyzn Mobile App](https://docs.lyzn.ai/lyznflow/app.md): Your personalized AI assistant interface - [Execution & Watch Mode](https://docs.lyzn.ai/lyznflow/editor/execution.md): Understanding how workflows run and how to debug them in real-time - [Editor Interface](https://docs.lyzn.ai/lyznflow/editor/interface.md): A comprehensive guide to the LyznFlow Workflow Editor - [AI Agent Deep Dive](https://docs.lyzn.ai/lyznflow/guides/ai-agent-deep-dive.md): Mastering AI agents: Chat triggers, memory, and tools - [Custom Tool Builder](https://docs.lyzn.ai/lyznflow/guides/custom-tool-builder.md): Extend your AI agents with custom logic workflows - [Introduction](https://docs.lyzn.ai/lyznflow/introduction.md): Welcome to LyznFlow - The Intelligent Workflow Automation Engine - [AI Agent](https://docs.lyzn.ai/lyznflow/nodes/ai/agents/ai-agent.md): Intelligent AI agent that can use tools and generate responses - [Nano Banana](https://docs.lyzn.ai/lyznflow/nodes/ai/generation/image-generate.md): Generate images using AI models - [Nano Banana (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/ai/generation/image-generate-tool.md): AI tool to generate images - [Custom Tool Builder](https://docs.lyzn.ai/lyznflow/nodes/ai/tools/ai-extender-tool.md): Build custom AI tools by connecting other nodes. This enables developers to create their own tools with custom logic chains. - [List Variables (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/ai/tools/ai-list-variables-tool.md): List all variables that have been stored in the current session. Useful for seeing what information is available. - [Read Variable (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/ai/tools/ai-read-variable-tool.md): Retrieve a value from a named variable that was previously stored. Returns the stored value or indicates if the variable doesn't exist. - [Set Variable (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/ai/tools/ai-set-variable-tool.md): Store a value in a named variable that can be retrieved later. Useful for remembering user preferences, intermediate results, or any data the AI needs to persist across tool calls. - [HTTP Request Tool](https://docs.lyzn.ai/lyznflow/nodes/ai/tools/ai-tool-http.md): Make HTTP requests as an AI tool - [Widget Component Tool](https://docs.lyzn.ai/lyznflow/nodes/ai/tools/ai-tool-widget.md): Generate dynamic UI components with AI-powered data - [Live Search](https://docs.lyzn.ai/lyznflow/nodes/ai/tools/live-search.md): Real-time web search using Grok AI - [Live Search (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/ai/tools/live-search-tool.md): AI tool for real-time web search - [Browser Action (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/browser/general/browser-action-tool.md): AI tool to perform browser actions like navigation and clicking - [Browser AI Agent](https://docs.lyzn.ai/lyznflow/nodes/browser/general/browser-ai-agent.md): AI agent that remotely controls browsers using vision-based automation - [Get Browser Tabs](https://docs.lyzn.ai/lyznflow/nodes/browser/general/browser-get-tabs.md): Get a list of open tabs in the user's browser - [Navigate to URL](https://docs.lyzn.ai/lyznflow/nodes/browser/general/browser-navigate.md): Navigate to a URL in the user's browser via bridge mode - [Capture Screenshot](https://docs.lyzn.ai/lyznflow/nodes/browser/general/browser-screenshot.md): Capture a screenshot of the user's browser - [Data Transform](https://docs.lyzn.ai/lyznflow/nodes/core/data/data-transform.md): Restructure data using a JSON template with dynamic expressions - [Set Variable](https://docs.lyzn.ai/lyznflow/nodes/core/variables/set-variable.md): Store workflow or global scoped variables - [Execute Workflow](https://docs.lyzn.ai/lyznflow/nodes/core/workflow/execute-workflow.md): Call another workflow - [Workflow Input](https://docs.lyzn.ai/lyznflow/nodes/core/workflow/workflow-input.md): Define input contracts between workflows - [Workflow Output](https://docs.lyzn.ai/lyznflow/nodes/core/workflow/workflow-output.md): Define output contracts between workflows - [LyznDB Delete](https://docs.lyzn.ai/lyznflow/nodes/data/database/lyzndb-delete.md): Delete data from your personal database - [LyznDB Insert](https://docs.lyzn.ai/lyznflow/nodes/data/database/lyzndb-insert.md): Insert data into your personal database - [LyznDB Query](https://docs.lyzn.ai/lyznflow/nodes/data/database/lyzndb-query.md): Execute SQL SELECT queries on your personal database - [LyznDB Update](https://docs.lyzn.ai/lyznflow/nodes/data/database/lyzndb-update.md): Update data in your personal database - [Vector DB Query](https://docs.lyzn.ai/lyznflow/nodes/data/database/vector-db-query.md): Search for similar documents using semantic/vector search - [Vector Search Tool](https://docs.lyzn.ai/lyznflow/nodes/data/database/vector-db-query-tool.md): AI tool to search and retrieve information from a vector database - [Vector DB Upsert](https://docs.lyzn.ai/lyznflow/nodes/data/database/vector-db-upsert.md): Store text documents in a vector database for semantic search - [Vector Store Tool](https://docs.lyzn.ai/lyznflow/nodes/data/database/vector-db-upsert-tool.md): AI tool to store information in a vector database for later retrieval - [CSV Reader](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/csv-reader.md): Read CSV files into structured rows - [Excel Reader](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/excel-reader.md): Read Excel files into structured rows - [Parse CSV](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/parse-csv.md): Convert CSV to JSON - [Parse Excel](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/parse-excel.md): Convert XLSX to JSON - [PDF Extract Pages](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/pdf-extract-pages.md): Extract specific pages from a PDF document - [PDF Info](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/pdf-info.md): Get metadata and information about a PDF document - [PDF Merge](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/pdf-merge.md): Merge multiple PDF files into a single document - [PDF Reader](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/pdf-reader.md): Extract raw text or tables from PDF documents - [PDF Rotate](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/pdf-rotate.md): Rotate pages in a PDF document - [PDF Split](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/pdf-split.md): Split a PDF into individual pages or page ranges - [PDF Text Extract](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/pdf-text-extract.md): Extract readable text content from PDF documents - [PDF Watermark](https://docs.lyzn.ai/lyznflow/nodes/data/document-processing/pdf-watermark.md): Add a text watermark to PDF pages - [File Storage](https://docs.lyzn.ai/lyznflow/nodes/data/files/file-storage.md): Read and write files to S3 - [File Storage (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/data/files/file-storage-tool.md): AI tool to read/write files to S3 - [Send Email](https://docs.lyzn.ai/lyznflow/nodes/integrations/email/email-send.md): Send emails via AWS SES or SMTP - [Send Email (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/integrations/email/email-send-tool.md): AI tool to send emails - [Gmail List Emails](https://docs.lyzn.ai/lyznflow/nodes/integrations/email/gmail-list-emails.md): List emails from Gmail inbox - [Gmail List Emails (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/integrations/email/gmail-list-emails-tool.md): AI tool to list emails from Gmail - [Gmail Send Email](https://docs.lyzn.ai/lyznflow/nodes/integrations/email/gmail-send-email.md): Send an email via Gmail - [Gmail Send Email (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/integrations/email/gmail-send-email-tool.md): AI tool to send emails via Gmail - [LinkedIn Post](https://docs.lyzn.ai/lyznflow/nodes/integrations/linkedin/linkedin-post.md): Create a post on LinkedIn - [LinkedIn Post (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/integrations/linkedin/linkedin-post-tool.md): AI tool to create LinkedIn posts - [WhatsApp AI Agent](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-ai-agent.md): AI-powered personal assistant for WhatsApp - send messages, manage reminders, remember facts, moderate groups, and more - [WhatsApp Call](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-call-trigger.md): Triggered when an incoming WhatsApp call is received - [Get WhatsApp Contacts](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-get-contacts.md): Retrieve the list of WhatsApp contacts - [Get WhatsApp Groups](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-get-groups.md): Retrieve the list of WhatsApp groups - [Get WhatsApp Profile](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-get-profile.md): Get a contact's profile information - [WhatsApp Group Message](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-group-message-trigger.md): Triggered when a message is received in a WhatsApp group - [Mark WhatsApp as Read](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-mark-read.md): Mark messages as read (send read receipt) - [WhatsApp Message](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-message-trigger.md): Triggered when a WhatsApp message is received. Works like Chat Trigger for AI agents. - [WhatsApp Presence](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-presence-trigger.md): Triggered when a contact comes online or goes offline - [React to WhatsApp Message](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-react.md): React to a message with an emoji - [Send WhatsApp Location](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-send-location.md): Send a location pin via WhatsApp - [Send WhatsApp Media](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-send-media.md): Send an image, video, or document via WhatsApp - [Send WhatsApp Message](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-send-message.md): Send a text message via WhatsApp - [WhatsApp Agent Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-agent.md): Comprehensive WhatsApp tool for AI agents - send messages, search contacts, get messages, and more - [WhatsApp AI Reply Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-ai-reply.md): AI tool to send an AI-powered reply with full conversation context - [WhatsApp Delete Reminder Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-delete-reminder.md): AI tool to delete a scheduled reminder - [WhatsApp Download Media Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-download-media.md): AI tool to download media from a WhatsApp message and get S3 URL - [WhatsApp Get Chats Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-get-chats.md): AI tool to retrieve recent WhatsApp chats/conversations - [WhatsApp Get Messages Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-get-messages.md): AI tool to retrieve WhatsApp messages with smart filtering - [WhatsApp Get Profile Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-get-profile.md): AI tool to get a WhatsApp contact's profile information - [WhatsApp Group Moderation Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-group-moderation.md): AI tool for WhatsApp group administration - add/remove members, change settings - [WhatsApp List Reminders Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-list-reminders.md): AI tool to list pending WhatsApp reminders - [WhatsApp Mark Read Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-mark-read.md): AI tool to mark WhatsApp messages as read - [WhatsApp Profile Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-profile.md): AI tool to manage your WhatsApp profile - update name, status, photo - [WhatsApp React Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-react.md): AI tool to react to a WhatsApp message with an emoji - [WhatsApp Search Contacts Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-search-contacts.md): AI tool to search and retrieve WhatsApp contacts - [WhatsApp Search Knowledge Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-search-knowledge.md): AI tool to search stored knowledge and facts - [WhatsApp Send Location Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-send-location.md): AI tool to send a location pin via WhatsApp - [WhatsApp Send Media Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-send-media.md): AI tool to send images, videos, documents via WhatsApp - [WhatsApp Send Message Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-send-message.md): AI tool to send text messages via WhatsApp - [WhatsApp Set Reminder Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-set-reminder.md): AI tool to set reminders for WhatsApp messages - [WhatsApp Store Knowledge Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-store-knowledge.md): AI tool to store facts and knowledge about contacts for future reference - [WhatsApp Upload Media Tool](https://docs.lyzn.ai/lyznflow/nodes/integrations/whatsapp/whatsapp-tool-upload-media.md): AI tool to upload media from URL to S3 for WhatsApp sending - [X Get User](https://docs.lyzn.ai/lyznflow/nodes/integrations/x-twitter/x-get-user.md): Get X (Twitter) user profile information - [X Get User (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/integrations/x-twitter/x-get-user-tool.md): AI tool to get X user information - [X Post Tweet](https://docs.lyzn.ai/lyznflow/nodes/integrations/x-twitter/x-post-tweet.md): Post a tweet to X (Twitter) - [X Post Tweet (AI Tool)](https://docs.lyzn.ai/lyznflow/nodes/integrations/x-twitter/x-post-tweet-tool.md): AI tool to post tweets on X - [App Event Trigger](https://docs.lyzn.ai/lyznflow/nodes/triggers/general/app-event-trigger.md): Trigger when internal app events happen - [Chat](https://docs.lyzn.ai/lyznflow/nodes/triggers/general/chat-trigger.md): Triggered by chat messages over WebSocket - [Error Trigger](https://docs.lyzn.ai/lyznflow/nodes/triggers/general/error-trigger.md): Triggered when another workflow fails - [Manual Trigger](https://docs.lyzn.ai/lyznflow/nodes/triggers/general/manual-trigger.md): Start a workflow manually with custom input - [Schedule](https://docs.lyzn.ai/lyznflow/nodes/triggers/general/schedule-trigger.md): Triggered on a schedule. Users configure schedules via the AI agent's setup_schedule tool. - [Sleep](https://docs.lyzn.ai/lyznflow/nodes/utilities/flow/sleep.md): Delay execution with optional exponential backoff - [Send Widget](https://docs.lyzn.ai/lyznflow/nodes/utilities/general/send-widget.md): Send a dynamic UI widget component to the chat. Takes widget data as input. - [Variable Read](https://docs.lyzn.ai/lyznflow/nodes/utilities/general/var-read.md): Read secrets and environment variables - [HTTP Request](https://docs.lyzn.ai/lyznflow/nodes/utilities/network/http-request.md): Make outbound HTTP requests to external APIs - [HTTP Webhook Response](https://docs.lyzn.ai/lyznflow/nodes/utilities/network/http-webhook-response.md): Respond back to webhook callers - [Webhook](https://docs.lyzn.ai/lyznflow/nodes/utilities/network/webhook-trigger.md): Triggered by HTTP webhook calls - [Pricing & Earnings](https://docs.lyzn.ai/lyznflow/pricing/pricing.md): Understand how LyznFlow credits work for consumers and builders - [Actions](https://docs.lyzn.ai/widgets/actions.md): Execute dynamic behaviors from widget components - [Template Syntax Guide](https://docs.lyzn.ai/widgets/api/template-syntax.md): Learn the JSX-like template syntax for building widgets - [Button](https://docs.lyzn.ai/widgets/components/forms/button.md): Interactive button with multiple variants, custom colors, and action handling - [Checkbox](https://docs.lyzn.ai/widgets/components/forms/checkbox.md): Toggle selection box - [DatePicker](https://docs.lyzn.ai/widgets/components/forms/datepicker.md): Date selection input - [Form](https://docs.lyzn.ai/widgets/components/forms/form.md): Container for form inputs and submission - [Input](https://docs.lyzn.ai/widgets/components/forms/input.md): Text input field with validation, error handling, and character counting - [RadioGroup](https://docs.lyzn.ai/widgets/components/forms/radio.md): Single selection from multiple options - [Select](https://docs.lyzn.ai/widgets/components/forms/select.md): Dropdown selection menu with validation support - [Textarea](https://docs.lyzn.ai/widgets/components/forms/textarea.md): Multi-line text input with character counting and validation - [Box Component](https://docs.lyzn.ai/widgets/components/layout/box.md): Flexible container component with comprehensive styling options - [Card](https://docs.lyzn.ai/widgets/components/layout/card.md): Container with shadow, border, and background styles - [Col](https://docs.lyzn.ai/widgets/components/layout/col.md): Vertical flex container for laying out components - [Divider](https://docs.lyzn.ai/widgets/components/layout/divider.md): Visual separator line - [Row](https://docs.lyzn.ai/widgets/components/layout/row.md): Horizontal flex container for laying out components - [Spacer](https://docs.lyzn.ai/widgets/components/layout/spacer.md): Creates space between components - [Badge](https://docs.lyzn.ai/widgets/components/media/badge.md): Status indicator or label with custom colors and styling - [Chart](https://docs.lyzn.ai/widgets/components/media/chart.md): Data visualization component - [Icon](https://docs.lyzn.ai/widgets/components/media/icon.md): Displays vector icons from the Lucide library - [Image](https://docs.lyzn.ai/widgets/components/media/image.md): Display images with styling, shadows, and effects - [Caption](https://docs.lyzn.ai/widgets/components/typography/caption.md): Small descriptive text - [Label](https://docs.lyzn.ai/widgets/components/typography/label.md): Form field label - [Markdown](https://docs.lyzn.ai/widgets/components/typography/markdown.md): Renders rich text from markdown content - [Text](https://docs.lyzn.ai/widgets/components/typography/text.md): Display text with comprehensive styling options - [Title](https://docs.lyzn.ai/widgets/components/typography/title.md): Heading text component - [Task List Widget Example](https://docs.lyzn.ai/widgets/examples/task-list.md): Build an interactive task list with checkboxes - [Widget System Overview](https://docs.lyzn.ai/widgets/introduction.md): Build dynamic, data-driven UI components with our widget system ## OpenAPI Specs - [openapi](https://docs.lyzn.ai/api-reference/openapi.json) ## Optional - [Blog](https://blogs.mellob.in)