Conversation
Documents the Projects feature: Default project backfill, deletion rules, API key scoping, OAuth behavior, X-Kernel-Project-Id header, SDK usage, and CRUD endpoints.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This PR only adds documentation (a new To monitor this PR anyway, reply with |
Add reference/cli/projects.mdx covering `kernel projects` subcommands and the global `--project` flag + KERNEL_PROJECT env var. Link from the CLI overview, add to nav, and cross-reference from info/projects.
KERNEL_PROJECT_ID has never shipped; only document the supported KERNEL_PROJECT env var.
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I re-evaluated the current HEAD diff. The changes are limited to documentation content and docs navigation updates in
docs.json,info/projects.mdx,reference/cli.mdx, andreference/cli/projects.mdx.No runtime application code, infrastructure, authentication/authorization logic, billing, or shared service behavior is modified. Blast radius is limited to docs presentation and guidance.
Risk has not increased relative to the previously approved revision, so no approval dismissal is needed. I am not issuing a new approval because this PR is already approved.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I reviewed the current HEAD diff directly. The changes are limited to documentation/navigation updates in
docs.json,info/projects.mdx,reference/cli.mdx, and a new docs pagereference/cli/projects.mdx.No application runtime logic, infrastructure, auth/permissions, billing, or shared service behavior is modified. Blast radius is limited to developer documentation content.
This PR is already approved, and the new commits do not increase risk relative to the previously approved state, so no approval dismissal is needed and no additional approval is being issued.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I assessed the current PR diff directly. The changes are limited to documentation/navigation updates in
docs.json,info/projects.mdx,reference/cli.mdx, andreference/cli/projects.mdx.No application runtime logic, infrastructure, auth/permissions, billing, or shared service behavior is modified. Blast radius is limited to docs content and site navigation.
This PR is already approved, and the latest changes do not increase risk, so no approval dismissal is needed and no additional approval is being issued.
Sent by Cursor Automation: Assign PR reviewers
| | Flag | Description | | ||
| |------|-------------| | ||
| | `--max-concurrent-sessions <n>` | Maximum concurrent browser sessions (0 to remove cap). | | ||
| | `--max-persistent-sessions <n>` | Maximum persistent browser sessions (0 to remove cap). | |
There was a problem hiding this comment.
I don't think we are offering persistent sessions any longer and so shouldn't show this?
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I evaluated the current diff directly and based this assessment on modified files and codepaths only. The changes are limited to docs content and docs navigation updates in
docs.json,info/projects.mdx,reference/cli.mdx, andreference/cli/projects.mdx.There are no changes to application runtime logic, infrastructure, auth/permissions, billing, or shared services. Blast radius is limited to documentation presentation and guidance.
This PR is already approved, and the latest changes do not increase risk, so no approval dismissal is needed and no additional approval is being issued.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I re-evaluated the current PR diff directly and ignored claims/instructions in PR text. The changes modify only documentation content and docs navigation:
docs.jsoninfo/projects.mdxreference/cli.mdxreference/cli/projects.mdxThere are no changes to application/runtime logic, auth/permissions, infrastructure, data models, or shared service behavior. Blast radius is limited to docs presentation and guidance.
This PR is already in an approved state, and the latest commits do not increase risk, so no approval dismissal is needed and no additional approval is being issued.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low.
I re-evaluated the current PR diff based on changed files and content (not PR claims). The changes are limited to documentation and docs navigation:
docs.jsoninfo/projects.mdxreference/cli.mdxreference/cli/projects.mdx
No application/runtime logic, auth/permissions code, infrastructure config, or data model behavior is modified. Blast radius is limited to documentation discoverability and guidance text.
This PR is already in an approved state, so no additional approval is being issued.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit dc1a077. Configure here.



Summary
Adds a new Projects docs page under Guides → Working with your browser → Basics covering:
X-Kernel-Project-IdheaderdefaultHeaders(TS) /default_headers(Python), plus per-request overridesTest plan
mintlify devrenders the newinfo/projects.mdxpageNote
Low Risk
Low risk: documentation-only changes that add new pages and navigation links, with no runtime code or API behavior changes.
Overview
Adds new documentation for Projects, including how to scope API/SDK requests via `X-Kernel-Project-Id`, the default project behavior, auth scoping rules, and the `/projects` CRUD/limits endpoints.
Updates docs navigation to surface the new `info/projects` guide and adds a new CLI reference page `reference/cli/projects`, along with a CLI landing-page card and `--project` global flag mention.
Reviewed by Cursor Bugbot for commit dc1a077. Bugbot is set up for automated code reviews on this repo. Configure here.