Deployment
How to ship Digitorn apps you wrote in YAML: local installs, cloud preview, and production hardening tips for the app file.
Pages
| Page | What it covers |
|---|---|
| Cloud preview | Preview surfaces behind a reverse proxy |
| Production checklist | Harden app.yaml (capabilities, credentials, sandbox) |
| Multi-tenant installs | System-wide vs per-user apps |
Local shape
- Install Digitorn (Install).
digitorn lint my-app.yamldigitorn install my-app.yamldigitorn chat my-app(conversation apps) or wait for triggers (background apps).
Production tips for app authors
tools.capabilities.default_policy: blockwith explicit grants- Declare
security.credentials_schemafor user-supplied keys - Prefer deny lists for write / shell when the agent is read-only
- Keep secrets in
{{secret.X}}, never inline in git - See YAML building blocks
Operational hosting details (process layout, reverse proxies) belong with your platform team; these docs stay focused on the app YAML you deploy.