Tools Configuration
Per-client configuration of security scanning tools.
ποΈ Get Repository Tools Configuration
Return the repository-level tool configuration overrides and the repository-level included tools override. A null included_tools means the repository inherits the client-wide selection.
ποΈ Update Repository Included Tools
Set the repository-level included tools override. Send null to revert the repository to the client-wide selection.
ποΈ Get Repository Tool Bundle Configuration
Return the effective configuration for a tool bundle on a repository: the repository-level override when present, otherwise the client-wide configuration. The source field indicates where the returned values come from.
ποΈ Update Repository Tool Bundle Configuration
Set the repository-level configuration override for a tool bundle: params, severity_filter and (for plexicus-dast) custom_prompt. Returns 404 for an unknown tool_name and 422 for unknown parameters or an invalid severity value.
ποΈ Delete Repository Tool Bundle Configuration
Remove the repository-level configuration override for a tool bundle so the repository reverts to the client-wide configuration.
ποΈ Get Base Tools Configuration
Return the platform's default security tools configuration shipped with the deployment, before any per-client overrides are applied.
ποΈ Get Client Tool Parameter Values
Return the stored parameter values for every tool the authenticated client has configured, keyed by tool name. Returns an empty object when the client has no stored configuration.
ποΈ Get Tool Bundle Configuration
Return the authenticated client's stored configuration for a single tool bundle: canonical parameters, raw params and severity filter (plus custom_prompt for plexicus-dast). Returns 404 for an unknown tool_name.
ποΈ Update Tool Bundle Configuration
Update the authenticated client's configuration for a tool bundle: params, severity_filter and (for plexicus-dast) custom_prompt. Returns 404 for an unknown tool_name and 422 for unknown parameters or an invalid severity value.