# 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 - [Agents](https://docs.servflow.io/concepts/agents.md): The top-level object in ServFlow — what an agent owns, and how workflows attach to it - [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): ServFlow is an agent builder — design AI agents and the workflows they run, then serve them from a fast Go engine - [Installation](https://docs.servflow.io/installation.md): Install ServFlow Pro, start the server, and create your first account - [Quickstart](https://docs.servflow.io/quickstart.md): Choose how to deploy your first ServFlow API — visually or declaratively - [Deploy your first API with the dashboard](https://docs.servflow.io/quickstart-dashboard.md): Create an agent and its first workflow in the ServFlow visual builder, then call the live endpoint - [Deploy your first API declaratively](https://docs.servflow.io/quickstart-declarative.md): Define a workflow as a configuration file, validate it, and deploy it with the ServFlow CLI - [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): Every TOML option and environment variable for a ServFlow Pro instance - [Secrets Management](https://docs.servflow.io/references/secrets.md): Manage sensitive credentials securely with SQLite storage or environment variables - [Running ServFlow](https://docs.servflow.io/running-modes.md): What a ServFlow instance serves, how the dashboard and engine share one port, and how storage and authentication shape a deployment - [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)