Wexa AI
    Wexa AI
    • Wexa AI
    • Getting Started with Wexa AI
    • Use Cases and Workflows
    • API Reference
    • Tutorials
    • Troubleshooting Guide
    • API Endpoints
      • Project
        • create project
        • Get all projects
        • Get project
        • update project
        • Delete project
      • Agentflows
        • create agentflow
        • get agentflows
        • Get agentflow by projectId and UserId
        • get agentflow by id
        • Add skilled agent to agentflow
        • Update skilled agent
      • Connectors
        • get connectors by projectid
        • get connector by Id
        • Delete a connector
        • connector update status
        • get all available trigger actions
      • Skills
        • create skill
        • get skills
        • get skills by category'
        • get skills by id
        • skills by name
      • Executeflow
        • create executeflow
        • get executions
        • execute agentflow
        • pause executeflow
        • resume execution
        • cancel executeflow
        • get execution by execution id
        • get execution details for monitoring
      • Customer
        • get customer
        • Get credit history
      • Actions
        • create action
        • get action
      • Files
        • upload files
        • get files by fileid
        • get connector by fileid
        • get files by connector_id
      • Inbox
        • get inbox
      • Tags
        • tags
      • Tasks
        • get tasks
        • get task by id
        • Pause running task
        • resume task
        • Stop task
      • Tables
        • create table
        • create database
        • get tables
        • get records list
        • get table names
        • delete record
        • delete a column
      • Dashboard
        • get dashboard
        • refresh dashboard
        • delete component in dashboard
      • Settings
        • get settings
      • Marketplace
        • get all connectors
        • get marketplace coworkers
        • get marketplace coworker by id
      • Coworker schedules
        • get schedules
        • create coworker schedule
        • get schedule coworker by its id
        • update schedule by its id
        • delete schedule by its id
      • Analytics
        • Get analytics
      • Marketplace coworkers
        • hire a coworker
        • check marketplace coworker update
      • Project member
        • project_member

    Tutorials

    Designing a Multi-Agent Coworker#

    Step-by-Step Interface: Utilize Wexa Studio's intuitive interface to design your AI Coworker.
    Agent Configuration: Assign specific roles, titles, and tasks to each agent within the coworker.
    Logical Chaining: Sequence agents to work collaboratively towards a unified goal.
    Decision Agents: Implement decision agents to handle branching logic based on task data and preceding agent outputs.
    Loop Agents: Use loop agents to manage iterative processes within workflows.

    Setting Up Triggers & Workflows#

    Define Event Sources: Set up triggers based on events such as row additions in Wexa Tables or incoming webhooks.
    Link to Coworker: Associate triggers with specific AI Coworkers to initiate workflows.
    Conditional Logic: Add conditions to triggers, such as specific column values, to control workflow initiation.
    Workflow Automation: Design workflows that automate tasks with precision, reducing manual intervention.

    Using Wexa Tables#

    Table Creation: Create Wexa Tables with defined schemas to store and manage data.
    Access Control: Set access permissions for tables, specifying agent-only or shared access.
    Features:
    Auto-Refresh: Enable automatic data refresh to keep information up-to-date.
    Versioning: Maintain version history for data tracking and rollback.
    Workflow Integration: Utilize Wexa Tables within workflows for tasks such as data tracking and enrichment.

    For a comprehensive introduction to Wexa AI, consider exploring the Wexa AI Beginner Course, which covers:
    1.
    Introduction to Wexa
    2.
    Hiring an AI Coworker
    3.
    Configuring Connectors
    4.
    Creating Your First Wexa Table
    5.
    Creating Your First Wexa AI Coworker
    These tutorials provide step-by-step guidance to help you effectively utilize Wexa AI's capabilities.
    Modified at 2025-04-24 05:11:05
    Previous
    API Reference
    Next
    Troubleshooting Guide