Skip to content

Document Devin Outposts on E2B - #308

Merged
matthewlouisbrockman merged 7 commits into
mainfrom
devin-outposts-guide
Jul 21, 2026
Merged

Document Devin Outposts on E2B#308
matthewlouisbrockman merged 7 commits into
mainfrom
devin-outposts-guide

Conversation

@matthewlouisbrockman

@matthewlouisbrockman matthewlouisbrockman commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a public guide for running Devin Outposts on E2B
  • document the dispatcher and per-session worker sandbox model
  • provide dashboard and TypeScript launch paths using the public templates
  • cover Devin service-user permissions, setup, session routing, lifecycle, and troubleshooting

Keep operational setup and troubleshooting in internal docs while the private cookbook owns executable launch code. Clarify current permissions, routing, and pause behavior.
Keep the public guide self-contained with a runnable SDK example and remove pre-launch-only language and private repository links.
@cla-bot cla-bot Bot added the cla-signed label Jul 21, 2026
@cursor

cursor Bot commented Jul 21, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Docs and navigation only; no runtime, auth, or product code changes.

Overview
Adds a Devin Outposts guide under Agents and wires it into Mintlify navigation via docs.json.

The new page documents running Devin cloud sessions on E2B using the public devin-outposts dispatcher template and per-session devin-outposts-worker sandboxes. It covers CLI, dashboard, and TypeScript launch paths; Devin Enterprise prerequisites and service-user permissions; dispatcher setup steps; routing tasks through Devin’s virtual environment; dispatcher lifecycle (avoid pausing while accepting work); and troubleshooting with log/status commands.

The existing Devin (Terminal) page gains a short cross-link to Outposts so readers can tell terminal-in-sandbox from Outposts-based cloud sessions.

Reviewed by Cursor Bugbot for commit df61ec6. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 8ac0776. Configure here.

)

console.log(stdout.trim())
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing e2b install instructions

Medium Severity

The TypeScript example imports e2b, but the page never tells readers to install that package (for example via npm install e2b), so copying the launch snippet fails on a clean machine.

Fix in Cursor Fix in Web

Triggered by learned rule: Code examples must not import packages missing from install instructions

Reviewed by Cursor Bugbot for commit 8ac0776. Configure here.

Comment thread docs/agents/devin-outposts.mdx Outdated
@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
e2b 🟢 Ready View Preview Jul 21, 2026, 5:17 PM

Document lifecycle auto-resume using both JavaScript and Python option names, and make the Outposts guide discoverable from the main Devin page.
@matthewlouisbrockman
matthewlouisbrockman merged commit 4d009db into main Jul 21, 2026
8 checks passed
@matthewlouisbrockman
matthewlouisbrockman deleted the devin-outposts-guide branch July 21, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants