feat: cloud adapters E2B/Modal and billing export (SAND-WP-0010)
Add credentialed E2B and Modal extensions, burst routing fallback, fin-hub meter export hook, BYOK docs, and 77 tests.
This commit is contained in:
parent
6d0a1a8b1e
commit
15f031fd65
26 changed files with 859 additions and 75 deletions
32
profiles/profile.modal-gpu.yaml
Normal file
32
profiles/profile.modal-gpu.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
id: profile.modal-gpu
|
||||
version: "1.0.0"
|
||||
extension: ext.modal
|
||||
isolation:
|
||||
level: policy
|
||||
network:
|
||||
default: deny
|
||||
egress: []
|
||||
workspace:
|
||||
mode: remote-canonical
|
||||
access: rw
|
||||
scope_default: session
|
||||
ttl:
|
||||
default: 2h
|
||||
max: 8h
|
||||
idle_reap: null
|
||||
resources:
|
||||
cpu: null
|
||||
memory_mb: null
|
||||
setup:
|
||||
instructions: "Modal GPU/burst sandbox — requires MODAL_TOKEN_ID."
|
||||
secret_refs: [modal-token-id]
|
||||
placement:
|
||||
prefer: []
|
||||
fallback: []
|
||||
reachability:
|
||||
tunnel: ops-bridge
|
||||
identity: ops-warden
|
||||
metadata:
|
||||
cost_class: saas-metered
|
||||
latency_class: low
|
||||
observability: none
|
||||
Loading…
Add table
Add a link
Reference in a new issue