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.
74
91%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
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")02936d5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.