Dari mountsDocumentation Index
Fetch the complete documentation index at: https://docs.dari.dev/llms.txt
Use this file to discover all available pages before exploring further.
<base_prefix>/sessions/<session_id>/ as the session’s /workspace for agents that reference a storage binding.
Only GCS-backed /workspace mounts on E2B are supported today. S3 and partial workspace mounts are not yet available.
Setup
1. Create a GCP service account scoped to your bucket
Recommended: one dedicated bucket or managed folder per environment, one service account per environment,roles/storage.objectUser.
2. Create a JSON key
3. Connect the bucket to Dari
workspace.
4. Reference the binding from your manifest
<base_prefix>/sessions/<session_id>/ and mounts it via gcsfuse as the whole agent workspace at /workspace.
Notes
- Use a separate GCS prefix and storage binding for each environment, such as
dari/devwithworkspace-devanddari/prodwithworkspace-prod, so test sessions cannot read or overwrite production workspace files. - Rotate the service account key on your normal schedule; update the org credential when you do.