We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e0241 commit 7278636Copy full SHA for 7278636
sandboxes/droid/policy.yaml
@@ -44,8 +44,16 @@ network_policies:
44
- { host: api.factory.ai, port: 443 }
45
# Auth, OAuth callbacks, CLI updates
46
- { host: app.factory.ai, port: 443 }
47
+ # WorkOS authentication (device code / OAuth login flow)
48
+ - { host: api.workos.com, port: 443 }
49
# Droid Computers relay (HTTPS + WSS)
50
- { host: relay.factory.ai, port: 443 }
51
+ # CLI auto-update CDN
52
+ - { host: downloads.factory.ai, port: 443 }
53
+ # Documentation / changelog
54
+ - { host: docs.factory.ai, port: 443 }
55
+ # Customer OTEL telemetry
56
+ - { host: "*.run.app", port: 443 }
57
# Error tracking
58
- { host: "*.ingest.us.sentry.io", port: 443 }
59
- { host: "*.ingest.sentry.io", port: 443 }
0 commit comments