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

    Troubleshooting Guide

    Common Issues#

    Coworker Not Executing
    Ensure all agents within the coworker are assigned specific goals and tasks.
    Verify that the coworker is properly linked to its corresponding triggers and workflows.
    API Calls Failing
    Double-check connector configurations, including:
    Authentication: Confirm that API keys or credentials are correctly entered.
    Headers: Ensure all required headers are present and correctly formatted.
    Endpoints: Validate that the API endpoints are correct and accessible.
    Refer to the Wexa Connectors Documentation for detailed setup instructions.
    Table Not Updating
    Confirm that the AI Coworker has the necessary write permissions for the Wexa Table.
    Check the sequence of triggers to ensure that table updates occur in the correct order.

    Debugging Tips#

    Live Logs
    Utilize the Coworker Monitor Panel to view real-time logs of agent activities and identify where issues may be occurring.
    Logger Skill Agents
    Implement Logger skill agents at critical points within your workflow to capture and record data for debugging purposes.
    Sandbox Mode
    Test individual agent logic in Sandbox Mode to isolate and resolve issues without affecting the live environment.

    Permissions & Security#

    Scoped Credentials
    AI Coworkers operate using scoped credentials, ensuring they have access only to the resources necessary for their tasks.
    Per-Agent Access Control
    Assign specific access permissions to individual agents for Wexa Tables, enhancing data security and integrity.
    Encrypted Credential Stores
    Store all connector credentials in encrypted formats to protect sensitive information.

    Platform Limits#

    Free Plan Restrictions
    Maximum of 10 AI Coworkers per organization.
    Wexa Tables
    Support up to 100,000 rows per table.
    API Call Limits
    API call limits vary based on the connector type and subscription plan. Refer to the Wexa Pricing Page for detailed information.

    For additional support and resources, consider exploring the Wexa AI Beginner Course, which offers step-by-step tutorials to help you effectively utilize Wexa AI's capabilities.
    Modified at 2025-04-24 05:11:01
    Previous
    Tutorials
    Next
    create project