Enterprise API server for Comp task automation features
POST /api/tasks-automation/s3/upload - Upload automation scriptsGET /api/tasks-automation/s3/get - Retrieve automation scriptsGET /api/tasks-automation/s3/list - List automation scriptsPOST /api/tasks-automation/execute - Execute automation scriptsPOST /api/tasks-automation/chat - AI chat for automation (with streaming)POST /api/tasks-automation/workflow/analyze - Analyze workflowAll endpoints require a valid API secret in the x-api-secret header.
Security: Requests without a valid x-api-secret header will be rejected with a 401 Unauthorized response.
Configuration: Set the APP_SECRET environment variable to configure the expected secret.