بنقرة واحدة
roboflow-product-navigation
// Use when explaining where Roboflow features live in the app.roboflow.com web app, mapping intents like upload, annotate, train, deploy to specific page URLs.
// Use when explaining where Roboflow features live in the app.roboflow.com web app, mapping intents like upload, annotate, train, deploy to specific page URLs.
Use when uploading images, labeling, organizing datasets, creating Roboflow projects (detection/segmentation/keypoint/classification), tags, splits, versions, or RoboQL search.
Use when searching for or using public datasets/models on Roboflow Universe (universe.roboflow.com), the open repository of 1M+ computer vision datasets and 50K+ pre-trained models.
Use when training Roboflow models or improving accuracy - covers architecture selection, model IDs, checkpoints, evaluation metrics, and the iterative improvement playbook.
Deployment option comparison (serverless, dedicated, self-hosted, batch) and Workflow execution patterns. For raw API URL patterns, auth, and request/response formats, see roboflow-api-reference.
Protocol-level facts for Roboflow REST and Inference APIs — URL patterns, auth, parameters, error codes, and SDK quick-start. For deployment strategy and Workflow execution patterns, see roboflow-inference.
Use when answering questions about Roboflow plans, credit usage, or cost estimation; directs users to roboflow.com/pricing for current dollar amounts.
| name | roboflow-product-navigation |
| description | Use when explaining where Roboflow features live in the app.roboflow.com web app, mapping intents like upload, annotate, train, deploy to specific page URLs. |
For agents — source-of-truth: This skill is authored in
roboflow/computer-vision-skillsand shipped with the Roboflow plugin. If your client has loaded the plugin (you'll seeroboflow:<name>skills in your available skills list), use those local skills — they're read fresh from disk every session. The same content served as MCP resources atroboflow://skills/<name>/...is a fallback for clients without the plugin and may lag this repo. Don't callReadMcpResourceToolforroboflow://skills/...URIs when a localroboflow:<name>skill is available.
Base URL: https://app.roboflow.com
Workspace -> Project -> Version -> Model
/{workspace} -> /{workspace}/{project} -> /{workspace}/{project}/{version} -> trained model
| Page | URL Pattern | What's There |
|---|---|---|
| Workspace projects | /{workspace} | Project list, asset library tab, create new project |
| Home | /{workspace}/home | Dashboard, recent activity, quick actions |
| Asset Library | /{workspace}?tab=asset-library | Cross-project image library (tab on projects page) |
| Browse images | /{workspace}/browse | Browse all workspace images |
| Models | /{workspace}/models | All models in workspace |
| Workflows list | /{workspace}/workflows | All workflows in workspace, create/manage |
| Vision Events | /{workspace}/vision-events | Inference volume, class distribution, monitoring |
| Deployments | /{workspace}/deployments | Dedicated deployments, batch processing, edge devices (tabs) |
| Edge Devices | /{workspace}/deployment-manager/devices | Edge device management |
/{workspace}/settings/...)| Page | URL Pattern | What's There |
|---|---|---|
| Plan & Billing | /{workspace}/settings/plan | Plan, credit usage, invoices, payment method |
| Usage | /{workspace}/settings/usage | API call history, credit consumption |
| Team members | /{workspace}/settings/members | Invite, remove, change roles (RBAC) |
| API keys | /{workspace}/settings/api | Workspace API keys |
| Annotation insights | /{workspace}/settings/insights | Annotator productivity, agreement metrics |
| Workflow blocks | /{workspace}/settings/workflow-blocks | Custom workflow block management |
| Project settings | /{workspace}/settings/project-settings | Workspace-wide project settings |
| Third-party keys | /{workspace}/settings/thirdpartykeys | External service API keys |
| Data sources | /{workspace}/settings/datasources | Bucket mirror / cloud import config |
| Audit logs | /{workspace}/settings/audit-logs | Workspace activity audit trail (Enterprise) |
| Page | URL Pattern | What's There |
|---|---|---|
| Project (auto-redirect) | /{workspace}/{project} | Redirects to most relevant sub-page based on state |
| Upload | /{workspace}/{project}/upload | Drag-and-drop images/videos, import from cloud (S3/GCS/Azure) |
| Annotate | /{workspace}/{project}/annotate | Annotation tool: bbox, polygon, mask, keypoints, AI labeling |
| Annotate batch | /{workspace}/{project}/annotate/batch/{batchId} | Annotate specific batch, create jobs, auto-label |
| Annotate job | /{workspace}/{project}/annotate/job/{jobId} | Work on specific annotation job |
| Images | /{workspace}/{project}/images | Grid view of all images, search, filter by tag/class/split |
| Browse | /{workspace}/{project}/browse | Dataset image browser |
| Explore | /{workspace}/{project}/explore | Visual dataset exploration |
| Dataset health | /{workspace}/{project}/health | Class balance, image sizes, annotation stats |
| Settings / Classes | /{workspace}/{project}/settings | Manage classes, project settings |
| Videos | /{workspace}/{project}/videos | Video management |
| Active Learning | /{workspace}/{project}/active-learning | Active learning configuration |
| Train | /{workspace}/{project}/train | Start training, model architecture selection |
| Deploy | /{workspace}/{project}/deploy | API snippet, SDK code, deployment options |
| Overview | /{workspace}/{project}/overview | Project overview (public projects) |
| Page | URL Pattern | What's There |
|---|---|---|
| Generate version | /{workspace}/{project}/generate | Train/test split, preprocessing, augmentation config |
| Version list / detail | /{workspace}/{project}/versions | All versions, version summary |
| Version detail | /{workspace}/{project}/{version} | Version summary, image counts per split |
| Training | /{workspace}/{project}/{version}/train | Start training on this version |
| Training results | /{workspace}/{project}/{version}/train/results | mAP, precision, recall, confusion matrix |
| Export | /{workspace}/{project}/{version}/export | Download in various formats (COCO, YOLO, VOC, etc.) |
| Version images | /{workspace}/{project}/{version}/images | Browse images in this version |
| Page | URL Pattern | What's There |
|---|---|---|
| Workflows list | /{workspace}/workflows | All workflows, create new |
| Workflow editor | /{workspace}/workflows/{workflow-id} | Visual block editor, JSON editor, preview, test |
| Page | URL Pattern | What's There |
|---|---|---|
| Universe home | universe.roboflow.com | Search datasets/models, trending projects |
| Dataset page | universe.roboflow.com/{user}/{project} | Overview, images, classes, download, fork |
| Model page | universe.roboflow.com/{user}/{project}/model | Try model, API snippet, deploy |
| Dataset browse | universe.roboflow.com/{user}/{project}/browse | Explore images with annotations |
| Page | URL Pattern | What's There |
|---|---|---|
| Account settings | /settings/account | Profile, email, password, API keys |
| Roboflow Rapid | /{workspace}/rapid/{rapidDataId} | Guided flow: upload, auto-label, train, deploy |
/{workspace}/settings/api/settings/account -> API Keys tabWhen creating a project, choose one (cannot be changed later):
| Type | Use Case |
|---|---|
| Object Detection | Locate objects with bounding boxes |
| Instance Segmentation | Pixel-level object boundaries |
| Semantic Segmentation | Pixel-level class regions |
| Keypoint Detection | Object pose/skeleton |
| Single-Label Classification | One label per image |
| Multi-Label Classification | Multiple labels per image |
roboflow://skills/product-navigation/features-by-page — intent-to-URL lookup table ("I want to do X → go here")