Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is kicking off a free cloud agent to fix this issue. This run is complimentary, but you can enable autofix for all future PRs in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
| sidebar_label: Agent onboarding | ||
| description: Connect your AI agent to Apify. Set up the MCP server, install Agent Skills + CLI, or integrate via the API client. | ||
| sidebar_position: 0 | ||
| slug: platform/integrations/agent-onboarding |
There was a problem hiding this comment.
Slug format causes incorrect URL path resolution
High Severity
The slug value platform/integrations/agent-onboarding is missing a leading / and incorrectly includes the platform/ prefix. Every other doc in this directory uses an absolute slug pattern like /integrations/crewai. Since the Docusaurus docs plugin already sets routeBasePath: 'platform', this relative slug gets resolved against the file's directory, producing a deeply nested and incorrect URL instead of the intended /platform/integrations/agent-onboarding. The correct slug is /integrations/agent-onboarding.
There was a problem hiding this comment.
Bugbot Autofix determined this is a false positive.
The file mentioned in the bug report (agent-onboarding.md with slug 'platform/integrations/agent-onboarding') does not exist; the actual file is ai-agents.md with correct slug '/integrations/ai-agents', and git history shows all versions always had correct slug format with leading slash.
This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.


Summary
/platform/integrations/agent-onboardingrun-sync-get-dataset-itemsshortcutRelationship to #2367
This is an alternative take on the same problem as #2367 by @nicoleolender. Key differences:
apify-clientvsapifynaming trap warningBoth PRs share the same signpost/hub-and-spoke philosophy - link out to detailed docs rather than duplicate content. The best version is probably a merge of both. Happy to consolidate into one.
Structure
.mdURLs,Accept: text/markdown, MCP tools)Context
Test plan
npm start)npm run lint:mdpasses🤖 Generated with Claude Code
Note
Low Risk
Low risk documentation-only change that adds a new onboarding page; the main risk is broken links or incorrect setup instructions for MCP/Skills/API usage.
Overview
Adds a new
platform/integrations/agent-onboardingdoc page that serves as an entry point for connecting AI agents/apps to Apify.The page documents multiple integration paths (remote/local MCP server setup, Agent Skills install, JS/Python
apify-clientexamples, CLI usage, and a REST API quick-reference includingrun-sync-get-dataset-items), plus guidance on programmatic docs access and an agent-friendly FAQ/resources section.Written by Cursor Bugbot for commit b19a982. Configure here.