Create New Agent

Design Your Specialized AI Agent

Create a custom AI agent that can autonomously handle specific tasks across your data infrastructure. Agents can be triggered by conditions or activated on demand.

How Agents Work

Each agent has a specific role and set of tools it can use. When conditions match its activation criteria, it automatically executes actions to fulfill its purpose. You can also manually trigger agents for specific tasks.

Start with a Template
Linux Admin Agent

Automates Linux environment setup, kubernetes deployments, and system maintenance tasks.

Database Admin Agent

Manages database operations, performance tuning, and monitoring across multiple systems.

ETL Pipeline Agent

Orchestrates data extraction, transformation, and loading processes with advanced monitoring.

System Monitoring Agent

Continuously listens to environment metrics, detects anomalies, and recommends fixes.

Security Compliance Agent

Enforces security policies, detects vulnerabilities, and ensures regulatory compliance.

Custom Agent (Blank)

Start from scratch and build a completely custom agent for your specific needs.

Agent Configuration
Determines what actions this agent can perform without human approval
LLM Integration & Routing
More Precise (0.0) 0.7 More Creative (1.0)

The LLM Router intelligently selects the most appropriate model based on task requirements and context.

When enabled, the system will automatically choose the best model for each task based on requirements.
This model will be used if the router fails or for simple tasks.
Tool Access

Select which tools this agent can access and use:

Database Tools
Data Processing Tools
Object Storage Tools
CRM Tools
Knowledge Integration (RAG)
Monitoring Tools
Telecom-Specific Tools
External Tool Integrations
PostgreSQL Connector
Data Source Integration
Connected
S3 Bucket Access
Cloud Storage Integration
Connected
Email Notification Service
Communication Integration
Connected
MySQL Database
Data Source Integration

Connect to MySQL databases for data reading and writing operations.

Document Processing
Content Analysis Integration

Extract and analyze information from various document formats.

Analytics API
Business Intelligence Integration

Connect to data visualization and analytics platforms.

The Tool Marketplace provides community-contributed and premium integrations that extend your agents' capabilities.
OpenAI Assistant API
Premium • 4.8 ★ (125 ratings)

Integrate OpenAI's Assistant API to provide powerful AI capabilities to your agent.

AI Service
Slack Integration
Free • 4.6 ★ (89 ratings)

Connect your agent to Slack channels for notifications and interactive commands.

Communication
Create custom tool integrations by implementing the Tool Adapter interface and registering your integration.
from myraxis.tools import BaseToolAdapter

class CustomToolAdapter(BaseToolAdapter):
    def __init__(self):
        super().__init__(
            name="custom_tool",
            description="My custom integration"
        )
    
    def _execute(self, **kwargs):
        # Custom implementation here
        pass
        
    def _check_health(self):
        # Health check implementation
        pass
View Documentation
Knowledge Integration (RAG)
Top K Results
Search Type
Prompt Engineering
AI Model Configuration
More Precise
Balanced
More Creative