logo_smallAxellero.io

Axellero Studio

Reference documentation for Axellero Studio platform features and capabilities.

Axellero Studio is a comprehensive platform for building, integrating, and managing AI-powered workflows and applications. This reference documentation covers all Studio features and capabilities.

What is Axellero Studio?

Axellero Studio is a comprehensive platform that enables you to:

CapabilityDescriptionKey Benefits
AI AgentsDesign and deploy intelligent conversational agentsNatural language interaction, context awareness, automated responses
WorkflowsCreate automated processes using visual workflow builderProcess automation, data transformation, system integration
IntegrationsConnect to databases, APIs, and external servicesUnified data access, seamless connectivity, real-time sync
Project OrganizationStructure work using organizations, workspaces, and applicationsTeam collaboration, access control, scalable architecture

Core Concepts

Platform Hierarchy

Studio uses a three-level hierarchy to organize your work:

Organization
└── Workspace
    └── Application
  • Organizations: Top-level containers for teams or companies
  • Workspaces: Project-level containers within organizations
  • Applications: Individual Studio projects containing AI agents, workflows, integrations, and database entities

Main Features

FeaturePurposeKey Capabilities
AI AgentFlow BuilderDesign conversational AI agentsNatural language understanding, context management, conversation flows
Workflow BuilderVisual canvas for creating automated processesDrag-and-drop nodes, data transformation, conditional logic, loops
Integration HubConnect to external systemsDatabase connectors, API integrations, MCP server connections
Database ManagementHandle data schemas and contentSchema design, data editing, query builder, relationship management
SettingsConfigure authentication, permissions, and system settingsUser management, API tokens, authentication providers, security controls

Foundation & Setup

Integration & Connectivity

Building & Development

Configuration & Management

Interface Overview

Studio's interface provides a comprehensive development environment:

ComponentFunctionUsage
Navigation SidebarAccess all major featuresDashboard, AI Agents, Workflows, Database, Integrations, Settings
Main CanvasWork area for buildingVisual workflow design, agent conversation flows, data relationships
Properties PanelConfigure selected componentsNode settings, agent parameters, connection details, validation rules
ToolbarCommon actions and toolsSave/load, run/debug, copy/paste, undo/redo, zoom controls
Context PanelWorkflow data and variablesView execution context, debug values, test inputs/outputs

Getting Started

First Steps

  1. Understand Organizations & Workspaces - Learn the platform structure
  2. Set up Integrations - Connect to your data sources
  3. Create Your First AI Agent - Build an intelligent conversational agent
  4. Build Your First Workflow - Create an automated process
  5. Configure Settings - Set up authentication and permissions

Next Steps

Once you're familiar with the basics, explore:

Common Use Cases

Use CaseAI Agent ApplicationWorkflow ApplicationIntegration Requirements
Customer SupportFAQ automation, ticket routing, response generationTicket escalation, notification workflowsCRM, email systems, knowledge bases
Data ProcessingData validation, content generation, analysisETL pipelines, data transformation, schedulingDatabases, APIs, file storage
Business AutomationApproval processes, status updates, notificationsMulti-step workflows, conditional routingERP, messaging, document systems
Content ManagementContent review, categorization, summarizationPublishing workflows, approval chainsCMS, storage, notification systems
Sales & MarketingLead qualification, customer interaction, follow-upsLead routing, campaign automationCRM, email marketing, analytics

Architecture Patterns

PatternDescriptionWhen to Use
Agent-FirstAI agent handles primary interaction, workflows for background tasksCustomer-facing applications, interactive systems
Workflow-FirstWorkflows handle data processing, agents for specific decision pointsData processing, automation systems
HybridAgents and workflows work together in complex orchestrationEnterprise applications, multi-step processes