# riogentix Documentation > riogentix is an AI workflow automation platform. Build, deploy, and scale intelligent automations — no code required. This documentation covers every feature, integration, and API. > Full content: https://docu.riogentix.com/llms-full.txt ## Getting Started - [What is riogentix?](https://docu.riogentix.com/docs/introduction): riogentix is an **AI-powered workflow automation platform** that lets your team build, deploy, and scale intelligent aut - [Quick Start Guide](https://docu.riogentix.com/docs/quickstart): Get your first riogentix workflow running in under 10 minutes. - [Create Your First Workflow](https://docu.riogentix.com/docs/first-workflow): This guide walks you through building a complete, real-world workflow: **automatically classifying and routing inbound s - [Working with AI Agents](https://docu.riogentix.com/docs/ai-agents-intro): riogentix treats AI agents as first-class citizens in your workflows. This guide introduces the core concepts. ## Core Concepts - [Workflows](https://docu.riogentix.com/docs/workflows): A **workflow** is the core building block in riogentix. It is a visual graph of connected nodes that defines how data fl - [Nodes & Connectors](https://docu.riogentix.com/docs/nodes): Nodes are the individual steps in a workflow. Each node does one thing and passes its output to the next node. - [Triggers & Actions](https://docu.riogentix.com/docs/triggers): Triggers are the entry point of every workflow. They listen for an event and fire the workflow when it occurs. - [Data Flow & Transformations](https://docu.riogentix.com/docs/data-flow): Understanding how data moves through a riogentix workflow is key to building reliable automations. - [Credentials & Secrets](https://docu.riogentix.com/docs/credentials): riogentix stores all external service credentials encrypted at rest using AES-256-GCM. Credentials are scoped to your te ## AI Agents - [Agent Overview](https://docu.riogentix.com/docs/agent-overview): riogentix AI Agents are autonomous components that can reason, plan, and act over multiple steps to complete a goal — al - [LLM Nodes](https://docu.riogentix.com/docs/llm-nodes): LLM nodes let you send structured prompts to language models and capture the output for further processing. - [Agent Memory](https://docu.riogentix.com/docs/memory): Memory lets AI agents recall information across multiple workflow runs, enabling truly contextual and personalised autom - [Tool Calling](https://docu.riogentix.com/docs/tools-calling): Tool calling lets AI agents interact with the real world — running queries, calling APIs, reading files, and more — with - [Multi-Agent Workflows](https://docu.riogentix.com/docs/multi-agent): Multi-agent workflows let you decompose complex tasks into specialised sub-agents coordinated by an orchestrator. ## Integrations - [Available Integrations](https://docu.riogentix.com/docs/integrations-overview): riogentix connects to 500+ services out of the box. All integrations are available as nodes in the Node Picker. - [Enterprise Cloud (AWS, Azure, GCP)](https://docu.riogentix.com/docs/enterprise-cloud): riogentix provides native, first-class connectors for Amazon Web Services, Microsoft Azure, and Google Cloud Platform. T - [SAP Integration via MCP](https://docu.riogentix.com/docs/sap-mcp): riogentix integrates with SAP systems using the **Model Context Protocol (MCP)** — an open standard that lets AI agents - [Webhooks](https://docu.riogentix.com/docs/webhooks): Webhooks are the most powerful way to trigger riogentix workflows in real time from external systems. - [API Authentication](https://docu.riogentix.com/docs/api-auth): riogentix supports all major authentication patterns for connecting to external APIs. - [Database Connectors](https://docu.riogentix.com/docs/database-nodes): Connect directly to relational and NoSQL databases in your workflows. ## Teams & Workspaces - [Workspaces & Team Collaboration](https://docu.riogentix.com/docs/workspaces): A **workspace** is a shared environment where a team of colleagues can build, manage, and run workflows together. Worksp - [Sharing Workflows & Assets](https://docu.riogentix.com/docs/team-sharing): riogentix gives teams multiple ways to share and reuse workflows, credentials, and templates — whether within a single w - [Identity & Access Management](https://docu.riogentix.com/docs/iam-overview): riogentix includes a built-in Identity & Access Management (IAM) system that handles authentication, authorisation, and - [Managing Users](https://docu.riogentix.com/docs/user-management): 1. Go to **Settings → Members → Invite Member** - [Roles & Permissions](https://docu.riogentix.com/docs/roles-permissions): riogentix implements **Role-Based Access Control (RBAC)** across all workspaces. - [SSO Configuration](https://docu.riogentix.com/docs/sso): riogentix supports Single Sign-On (SSO) via **SAML 2.0** and **OIDC (OpenID Connect)**. Connect your existing identity p ## Advanced - [API Reference](https://docu.riogentix.com/docs/api-reference): riogentix exposes a REST API for programmatic access to all platform features. - [Custom Nodes](https://docu.riogentix.com/docs/custom-nodes): Extend riogentix with your own nodes written in TypeScript or JavaScript. - [Environment Variables](https://docu.riogentix.com/docs/environment-variables): Environment variables let you store configuration values that are accessible across all workflows in a tenant — without - [Best Practices](https://docu.riogentix.com/docs/best-practices): Guidelines for building robust, maintainable, and secure riogentix workflows. ## Support & FAQ - [Frequently Asked Questions](https://docu.riogentix.com/docs/faq): **Q: What is riogentix?** - [Troubleshooting](https://docu.riogentix.com/docs/troubleshooting): **Symptoms:** Workflow is active but never executes.