{% extends "base.html" %} {% block title %}Policy | Suvra{% endblock %} {% block content %}

Policy Viewer

Read-only view of active policy configuration.

Environment
{{ active_environment }}
Policy Path
{{ policy_path }}
Last Modified
{{ modified_at }}
Workspace Root
{{ workspace_dir }} (prefix: {{ workspace_prefix }})
Workspace Absolute Path
{{ workspace_root }}

Policy Content

{{ policy_content }}

Built-in Templates

Read-only templates available for onboarding and environment bootstrap.

{% for item in templates %} {% else %} {% endfor %}
Template File Path
{{ item.name }} {{ item.path }}
No templates found.

OpenClaw Starter Templates

Role-based starter profiles. Set SUVRA_POLICY_PATH to one of these files.

{% for item in openclaw_templates %} {% else %} {% endfor %}
Template File Path
{{ item.name }} {{ item.path }}
No OpenClaw starter templates found.
{% endblock %}