guides
Intended Documentation
OpenShell Runtime Quickstart
Generate, review, and apply an OpenShell policy from Intended intent and LIM data.
OpenShell Runtime Quickstart#
This guide walks through the shortest safe path for generating OpenShell policy from Intended.
Step 1: Create your input file#
Save it as meritt-openshell.json.
Step 2: Compile policy YAML#
Step 3: Review generated scope#
Before applying the file, review:
- inferred presets
- allowed endpoints
- allowed HTTP methods
- any privileged or production-sensitive destinations
Step 4: Apply with upstream tooling#
Step 5: Validate in staging#
- run the runtime in staging first
- confirm the expected actions succeed
- confirm out-of-scope actions are blocked
- preserve the generated YAML in your deployment records
Shared responsibility#
Intended governs the authorization boundary. You remain responsible for:
- upstream runtime deployment
- credential handling
- destination review
- environment-specific hardening