7. How can I test a new prompt flow without affecting production?

7. How can I test a new prompt flow without affecting production?

Set the environment flag MCP_ENV=staging and use a separate model registry or API key. Use dry_run=true in execution to simulate.

ON THIS PAGE