# ServFlow Documentation ## Docs - [AI Agents](https://docs.servflow.io/concepts/actions/ai-agents.md): Integrate AI models into your workflows with the agent action - [Authentication](https://docs.servflow.io/concepts/actions/authentication.md): Secure your APIs with JWT tokens, user authentication, and password hashing - [Available Actions](https://docs.servflow.io/concepts/actions/available.md): Browse all available actions in ServFlow organized by category - [Binance Trading](https://docs.servflow.io/concepts/actions/binance.md): Execute cryptocurrency trades and retrieve market data from Binance - [Command](https://docs.servflow.io/concepts/actions/command.md): Execute shell commands and scripts from your ServFlow workflows - [Communication](https://docs.servflow.io/concepts/actions/communication.md): Send emails and notifications from your ServFlow workflows - [Data Operations](https://docs.servflow.io/concepts/actions/data-operations.md): Actions for reading, writing, updating, and deleting data in databases - [Flow Control](https://docs.servflow.io/concepts/actions/flow-control.md): Execute multiple actions simultaneously with parallel processing - [HTTP Requests](https://docs.servflow.io/concepts/actions/http-requests.md): Make HTTP requests to external APIs and services from your ServFlow workflows - [Memory](https://docs.servflow.io/concepts/actions/memory.md): Store and retrieve temporary data in memory for caching and workflow state - [Actions Overview](https://docs.servflow.io/concepts/actions/overview.md): Understanding actions — the building blocks of ServFlow workflows - [Transformation](https://docs.servflow.io/concepts/actions/transformation.md): Transform and manipulate data using JavaScript code or static values - [Vector Operations](https://docs.servflow.io/concepts/actions/vector-operations.md): Store and query vector embeddings for similarity search and RAG applications - [Setting Up Your Local Environment](https://docs.servflow.io/development.md): Download and configure ServFlow Pro for local development - [Introduction](https://docs.servflow.io/index.md): A visual backend engine for developing and rapidly prototyping scalable backends - [Installation](https://docs.servflow.io/installation.md): Install ServFlow Pro on your system using your preferred method - [Quickstart](https://docs.servflow.io/quickstart.md): Get started with ServFlow — choose your preferred approach to building APIs - [Dashboard Quickstart](https://docs.servflow.io/quickstart-dashboard.md): Create your first Hello World API with the ServFlow dashboard in under 5 minutes - [YAML Quickstart](https://docs.servflow.io/quickstart-yaml.md): Create your first API using YAML configuration files without the dashboard UI - [Conditionals](https://docs.servflow.io/references/concepts/conditionals.md): Understanding Conditionals in ServFlow — branching logic for your API workflows - [Dynamic Content](https://docs.servflow.io/references/concepts/dynamic-content.md): Use the Content Editor and template syntax to create dynamic values in your ServFlow workflows - [Responses](https://docs.servflow.io/references/concepts/responses.md): Understanding Responses in ServFlow — defining what your API returns to clients - [Configuration Reference](https://docs.servflow.io/references/configuration.md): Complete guide to all ServFlow configuration options and environment variables - [Secrets Management](https://docs.servflow.io/references/secrets.md): Manage sensitive credentials securely with SQLite storage or environment variables - [Running Modes](https://docs.servflow.io/running-modes.md): Understanding Dashboard Mode vs Headless Mode — two ways to run ServFlow Pro - [Build a Telegram Trading Bot](https://docs.servflow.io/tutorials/telegram-binance-bot.md): Create a no-code Telegram bot that manages Binance trades using AI agents and secure credential storage ## OpenAPI Specs - [openapi](https://docs.servflow.io/api-reference/openapi.json)