Running pipeline…

🎛️ Sutra Command Center

Launch agents, inspect traces, and tweak prompts without leaving your browser.

Pipeline Launcher

{% if run_error %}
⚠️ Failed

{{ run_error }}

{% elif run_output %}
✅ Success
{{ run_output }}
{% endif %}

Recent Traces

{% if runs %} {% else %}

No runs yet. Execute a pipeline to start logging.

{% endif %}

Trace Explorer

Select a run from the list to inspect step inputs/outputs.

Prompt Workbench

{% if edit_path %}
{% else %}

Load any agent file to iterate on prompts with instant save.

{% endif %}