CtrlK
BlogDocsLog inGet started
Tessl Logo

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.

74

Quality

91%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

For agents — source-of-truth: This skill is authored in roboflow/computer-vision-skills and shipped with the Roboflow plugin. If your client has loaded the plugin (you'll see roboflow:<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 at roboflow://skills/<name>/... is a fallback for clients without the plugin and may lag this repo. Don't call ReadMcpResourceTool for roboflow://skills/... URIs when a local roboflow:<name> skill is available.

Roboflow Web App Navigation

Base URL: https://app.roboflow.com

URL Hierarchy

Workspace -> Project -> Version -> Model
/{workspace} -> /{workspace}/{project} -> /{workspace}/{project}/{version} -> trained model

Page Reference

Workspace Level

PageURL PatternWhat's There
Workspace projects/{workspace}Project list, asset library tab, create new project
Home/{workspace}/homeDashboard, recent activity, quick actions
Asset Library/{workspace}?tab=asset-libraryCross-project image library (tab on projects page)
Browse images/{workspace}/browseBrowse all workspace images
Models/{workspace}/modelsAll models in workspace
Workflows list/{workspace}/workflowsAll workflows in workspace, create/manage
Vision Events/{workspace}/vision-eventsInference volume, class distribution, monitoring
Deployments/{workspace}/deploymentsDedicated deployments, batch processing, edge devices (tabs)
Edge Devices/{workspace}/deployment-manager/devicesEdge device management

Workspace Settings (/{workspace}/settings/...)

PageURL PatternWhat's There
Plan & Billing/{workspace}/settings/planPlan, credit usage, invoices, payment method
Usage/{workspace}/settings/usageAPI call history, credit consumption
Team members/{workspace}/settings/membersInvite, remove, change roles (RBAC)
API keys/{workspace}/settings/apiWorkspace API keys
Annotation insights/{workspace}/settings/insightsAnnotator productivity, agreement metrics
Workflow blocks/{workspace}/settings/workflow-blocksCustom workflow block management
Project settings/{workspace}/settings/project-settingsWorkspace-wide project settings
Third-party keys/{workspace}/settings/thirdpartykeysExternal service API keys
Data sources/{workspace}/settings/datasourcesBucket mirror / cloud import config
Audit logs/{workspace}/settings/audit-logsWorkspace activity audit trail (Enterprise)

Project Level

PageURL PatternWhat's There
Project (auto-redirect)/{workspace}/{project}Redirects to most relevant sub-page based on state
Upload/{workspace}/{project}/uploadDrag-and-drop images/videos, import from cloud (S3/GCS/Azure)
Annotate/{workspace}/{project}/annotateAnnotation 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}/imagesGrid view of all images, search, filter by tag/class/split
Browse/{workspace}/{project}/browseDataset image browser
Explore/{workspace}/{project}/exploreVisual dataset exploration
Dataset health/{workspace}/{project}/healthClass balance, image sizes, annotation stats
Settings / Classes/{workspace}/{project}/settingsManage classes, project settings
Videos/{workspace}/{project}/videosVideo management
Active Learning/{workspace}/{project}/active-learningActive learning configuration
Train/{workspace}/{project}/trainStart training, model architecture selection
Deploy/{workspace}/{project}/deployAPI snippet, SDK code, deployment options
Overview/{workspace}/{project}/overviewProject overview (public projects)

Version Level

PageURL PatternWhat's There
Generate version/{workspace}/{project}/generateTrain/test split, preprocessing, augmentation config
Version list / detail/{workspace}/{project}/versionsAll versions, version summary
Version detail/{workspace}/{project}/{version}Version summary, image counts per split
Training/{workspace}/{project}/{version}/trainStart training on this version
Training results/{workspace}/{project}/{version}/train/resultsmAP, precision, recall, confusion matrix
Export/{workspace}/{project}/{version}/exportDownload in various formats (COCO, YOLO, VOC, etc.)
Version images/{workspace}/{project}/{version}/imagesBrowse images in this version

Workflows

PageURL PatternWhat's There
Workflows list/{workspace}/workflowsAll workflows, create new
Workflow editor/{workspace}/workflows/{workflow-id}Visual block editor, JSON editor, preview, test

Universe (separate domain)

PageURL PatternWhat's There
Universe homeuniverse.roboflow.comSearch datasets/models, trending projects
Dataset pageuniverse.roboflow.com/{user}/{project}Overview, images, classes, download, fork
Model pageuniverse.roboflow.com/{user}/{project}/modelTry model, API snippet, deploy
Dataset browseuniverse.roboflow.com/{user}/{project}/browseExplore images with annotations

Other Pages

PageURL PatternWhat's There
Account settings/settings/accountProfile, email, password, API keys
Roboflow Rapid/{workspace}/rapid/{rapidDataId}Guided flow: upload, auto-label, train, deploy

API Keys

  • Workspace API key: /{workspace}/settings/api
  • Personal API key: /settings/account -> API Keys tab
  • Both are needed for different SDK/API operations

Project Types

When creating a project, choose one (cannot be changed later):

TypeUse Case
Object DetectionLocate objects with bounding boxes
Instance SegmentationPixel-level object boundaries
Semantic SegmentationPixel-level class regions
Keypoint DetectionObject pose/skeleton
Single-Label ClassificationOne label per image
Multi-Label ClassificationMultiple labels per image

Related Pages

  • roboflow://skills/product-navigation/features-by-page — intent-to-URL lookup table ("I want to do X → go here")
Repository
roboflow/computer-vision-skills
Last updated
Created

Is this your skill?

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.