The Agentforce Context Protocol (ACP) Management UI includes a “Settings” area where administrators can configure system-wide behaviors and preferences for ACP. These settings can influence aspects like logging levels, default behaviors, and potentially feature flags.This guide explains how to access and modify these settings.
DEBUG: Logs detailed debugging information, including potentially sensitive data like request/response payloads. (Use with caution in production).
Impact: Higher verbosity helps in troubleshooting but consumes more storage and can slightly impact performance. Lower verbosity is generally recommended for stable production environments.
Default Timeout for Tool Execution (milliseconds):
Description: Sets a default maximum time ACP will wait for an external tool to respond before considering the operation timed out. Individual tools or connections might override this.
Impact: Prevents indefinite waiting for unresponsive external services.
Enable/Disable Specific Connectors Globally:
Description: Allows administrators to quickly enable or disable all tools associated with a particular connector type (e.g., temporarily disable all Slack tools).
Impact: Useful during maintenance of an external system or for phasing out a connector.
Activity Log Retention Period (days):
Description: Defines how long Activity Log entries are kept before being archived or deleted.
Impact: Balances the need for historical data with storage considerations.
Sensitive Data Masking in Logs:
Description: A boolean setting to enable or disable the masking of potentially sensitive fields (e.g., API keys, passwords, PII) in log entries.
Impact: Enhances security and compliance but might make debugging certain issues harder if critical data is masked.
Impact Assessment: Understand the potential impact of changing a setting before you modify it. For example, setting a very low timeout might cause frequent failures for tools that legitimately take longer to respond. Setting Logging Level to DEBUG in production can generate very large logs.
Documentation: Refer to any internal ACP documentation or consult with your ACP development team if you are unsure about what a specific setting does.
Testing: After changing a setting, especially a critical one like a logging level or a global connector disable, it’s good practice to test relevant ACP functionality to ensure it behaves as expected.
User Communication: If a setting change significantly impacts end-users or other integrations (e.g., disabling a connector), communicate this change appropriately.
The “Settings” tab in the ACP Manager empowers administrators to fine-tune the Agentforce Context Protocol system to meet their organization’s specific operational, security, and performance requirements.