Skip to main content
Scale ai logo

Scale ai

Scale AI provides data labeling and annotation services for machine learning, offering access to a global workforce and sophisticated tools for training AI models with high-quality labeled data

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Scale ai authenticates with an API key. Generate the credential in your Scale ai account, then paste it into FlyMyAI the first time an agent uses a Scale ai action.

Get your Scale ai credential →

Fields to fill in FlyMyAI

FieldDetails
API KeyYour Scale AI API Key from https://dashboard.scale.com/studio/settings/apikey. Test keys return dummy responses, live keys process real tasks. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
SCALE_AI_ADD_STUDIO_ASSIGNMENTSTool to add project assignments to team members in Scale AI Studio. Use when you need to assign specific projects to team members by their email addresses. This action creates new assignments for the specified team members and projects.emails, projects
SCALE_AI_ADD_TASK_TAGSTool to add tags to an existing task. Use when you need to tag or categorize tasks for organization and filtering. Automatically avoids duplicate tags.task_id, tags
SCALE_AI_CREATE_BATCHTool to create a new batch within a project. Use when you need to group multiple tasks together for organizational and processing purposes.project, name
SCALE_AI_CREATE_DOCUMENT_TRANSCRIPTION_TASKTool to create a document transcription task where workers transcribe and annotate information from single or multi-page documents. Use when you need to extract structured data from documents like invoices, forms, or screenshots.instruction
SCALE_AI_CREATE_IMAGE_ANNOTATION_TASKTool to create an image annotation task where annotators label images with vector geometric shapes (box, polygon, line, point, cuboid, ellipse). Use when you need to annotate objects in images with bounding boxes, polygons, or other geometric annotations.attachment, geometries
SCALE_AI_CREATE_LIDAR_ANNOTATION_TASKTool to create a lidar annotation task where annotators mark objects with 3D cuboids in 3D space. Use when you need to annotate LIDAR frame sequences with 3D object detection.attachments, attachment_type, labels
SCALE_AI_CREATE_LIDAR_SEGMENTATION_TASKTool to create a LiDAR segmentation task where annotators assign semantic class labels to individual LiDAR points. Use when you need to annotate point cloud data with object classes such as vehicles, pedestrians, roads, buildings, etc. Either 'project' or 'ba…attachments, attachment_type, labels
SCALE_AI_CREATE_NAMED_ENTITY_RECOGNITION_TASKTool to create a named entity recognition task for labelers to highlight text entity mentions. Use when you need to extract and label entities such as people, organizations, or locations from text.instruction, text, labels
SCALE_AI_CREATE_SEGMENTATION_ANNOTATION_TASKTool to create a segmentation task where annotators classify pixels in an image according to provided labels. Use when you need pixel-wise semantic segmentation of images.attachment, labels
SCALE_AI_CREATE_TEXT_COLLECTION_TASKTool to create a textcollection task for collecting information from attachments and/or web sources. Use when you need to gather structured data from documents, websites, images, or other content by having taskers fill out defined fields.instruction, fields
SCALE_AI_CREATE_VIDEO_ANNOTATION_TASKTool to create a video annotation task where annotators draw geometric shapes around specified objects across video frames. Use when you need to annotate video content with bounding boxes, polygons, lines, points, cuboids, or ellipses. Accepts either individu…attachment_type, geometries
SCALE_AI_CREATE_VIDEO_PLAYBACK_ANNOTATION_TASKTool to create a video playback annotation task where annotators draw shapes around specified objects in video files. Use when you need to annotate videos with bounding boxes, polygons, lines, points, cuboids, or ellipses for object detection and tracking.attachment, geometries
SCALE_AI_DELETE_TASK_TAGSTool to remove specified tags from a Scale AI task. Use when you need to clean up or modify task tags.task_id, tags
SCALE_AI_DELETE_TASK_UNIQUE_IDTool to remove the unique identifier from a task. Use when you need to remove a task's unique identifier for enhanced data management control.task_id
SCALE_AI_FINALIZE_BATCHTool to finalize a batch so its tasks can be worked on. Use when you need to finalize a batch for Scale Rapid and Studio customers. For other customer types, this endpoint returns success without performing any action.batch_name
SCALE_AI_GET_ASSETSTool to retrieve file assets with filtering capabilities by project and metadata. Use when you need to list or search for files uploaded to Scale AI, filtered by project and optionally by metadata. Supports cursor-based pagination for large result sets.project
SCALE_AI_GET_BATCHTool to retrieve the details of a batch with the specified name. Use when you need to check the status or configuration of an existing batch.batch_name
SCALE_AI_GET_BATCH_STATUSTool to retrieve the current status of a batch and task completion counts. Use when you need to monitor batch progress or check how many tasks are pending or completed.batch_name
SCALE_AI_GET_FIXLESS_AUDITSTool to retrieve fixless audits by task ID or audit ID. Use when you need to fetch audit information for quality assessment. At least one of task_id or id must be provided.-
SCALE_AI_GET_PROJECTTool to retrieve details about a specific Scale AI project using its unique identifier. Use when you need to get project metadata including type, name, parameter history, and creation timestamp.name
SCALE_AI_GET_QUALITY_LABELERSTool to retrieve training attempts matching provided filter parameters. Use when you need to assess labeler performance and understanding of task instructions. At least one of quality_task_ids or labeler_emails must be provided.-
SCALE_AI_GET_STUDIO_ASSIGNMENTSTool to retrieve current project assignments of all active team users in Scale AI Studio. Use when you need to view team member assignments and workload distribution. Excludes invited or disabled team members.-
SCALE_AI_GET_STUDIO_BATCHESTool to retrieve basic information about all pending batches in Studio. Use when you need to list batches organized by priority level.-
SCALE_AI_GET_TASKTool to retrieve detailed information about a specific task in Scale AI. Use when you need to check task status, review task parameters, or access task results.task_id
SCALE_AI_GET_TEAMSTool to retrieve basic information about all team members associated with the account. Use when you need to list team members, check roles, or view notification preferences.-
SCALE_AI_GET_V1_TASKTool to retrieve detailed information about a specific task using its task ID. Use when you need to check task status, retrieve results, or analyze task metadata.task_id
SCALE_AI_GET_V1_TASK_RESPONSE_URLTool to retrieve secure authenticated task response data. Use when you need to access stored response data for 2D segmentation, video, and lidar tasks that cannot be included in the task JSON.task_id, uuid
SCALE_AI_IMPORT_FILETool to import files from an external URL endpoint into Scale's system rather than uploading directly from local storage. Use when you need to import files from remote URLs for Scale AI projects or data labeling tasks.file_url
SCALE_AI_INVITE_TEAM_MEMBERTool to invite users by email to team with specified role. Use when you need to add new team members with roles like labeler, member, or manager.emails, team_role
SCALE_AI_LIST_BATCHESTool to retrieve all batches in descending order by creation date. Use when you need to list batches with optional filtering by project, status, or time range. Supports pagination via limit and offset parameters.-
SCALE_AI_LIST_PROJECTSTool to retrieve information for all projects in the Scale AI account with optional archived filtering. Use when you need to browse or manage project metadata. Returns project details including type, name, parameter history, and creation timestamps.-
SCALE_AI_LIST_TASKSTool to retrieve a paginated list of tasks in descending order by creation time. Use when you need to browse tasks with optional filtering by status, type, project, batch, tags, timestamps, or unique identifiers. Supports pagination via limit and next_token.-
SCALE_AI_POST_V1_TASK_SEND_CALLBACKTool to re-send a callback for a completed or errored task to the callback_url. Use when you need to manually trigger a callback resend for a task that has already been processed.task_id
SCALE_AI_REMOVE_STUDIO_ASSIGNMENTSTool to unassign projects from specified team members in Scale AI Studio. Use when you need to remove project assignments from one or more team members.emails
SCALE_AI_RESET_BATCH_PRIORITIESTool to restore batch priority order to default order (calibration batches first, then sorted by creation date). Use when you need to reset custom batch priorities back to the default ordering.-
SCALE_AI_SET_BATCH_PRIORITIESTool to modify batch priority order in Scale AI Studio. Use when you need to adjust the priority order of pending batches. You must include all pending studio batches in the request.batches
SCALE_AI_SET_PROJECT_ONTOLOGYTool to set ontologies on a Scale AI project. Ontologies define the labels or classes that tasks will reference, and projects maintain complete history of ontology versions. Use when you need to configure or update the classification labels for a project.project_name, ontology
SCALE_AI_SET_PROJECT_PARAMSTool to set default parameters for tasks created under a project. Use when you need to establish or update default parameters that apply to future tasks unless overridden.name
SCALE_AI_SET_TASK_METADATATool to set key-value metadata on an existing Scale AI task. Use when you need to attach custom metadata to track or organize tasks. This operation is idempotent.task_id, metadata
SCALE_AI_UPDATE_TASK_UNIQUE_IDTool to update or assign a unique identifier to a task. Use when you need to set a custom identifier for task tracking in your system.task_id, unique_id
SCALE_AI_UPLOAD_FILETool to upload a local file to Scale's servers with a maximum size limit of 80 MB per file. Use when you need to upload files for Scale AI projects or data labeling tasks.file
We love our partners - FlyMy.AI builds with the best. Thanks, Scale ai!