Materialize Agent Profile
Dry-run resolve a profile’s LLM/MCP references into a diagnostics report.
Dangling refs are reported in the body (valid=False), not raised; the
only error status is 404 (unknown profile name). resolved_settings is
redacted. Delegates entirely to resolve_agent_profile_dry_run.
Authorizations
Path Parameters
1 - 64^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$Query Parameters
Response
Successful Response
Side-effect-free report of what :func:resolve_agent_profile would do.
Consumed by POST /{id}/materialize (#3719) and the canvas editor. The
verdict (:attr:valid) and the dangling-ref lists match exactly what a real
resolve produces; :attr:resolved_settings is the redacted settings dump
(present only when :attr:valid).
Deprecated alias for resolved_mcp_config_keys.

