platform-tracing-agentforce-configure

Generate AgentforcePlatformTracing settings metadata to enable or disable trace forwarding to Data Cloud.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-tracing-agentforce-configure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-tracing-agentforce-configure
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/platform-tracing-agentforce-configure
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-tracing-agentforce-configure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill removes the manual work of creating and editing Agentforce tracing settings so you can quickly enable or disable agent execution span forwarding to Data Cloud.

Core Features & Use Cases

  • Generates the singleton AgentforcePlatformTracing settings file for deployment.
  • Supports both enable and disable states for Agentforce agent tracing.
  • Helps with org setup tasks where observability, Data Cloud ingestion, and API version compatibility must be aligned.

Quick Start

Ask to enable or disable Agentforce tracing and have the Skill produce the AgentforcePlatformTracing.settings-meta.xml file for deployment.

Frequently Asked Questions about platform-tracing-agentforce-configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable Agentforce tracing settings for Data Cloud?

To enable Agentforce tracing, you generate an AgentforcePlatformTracing.settings-meta.xml file with the enableAgentforcePlatformTracing field set to true for deployment to your Salesforce org.

What prerequisites do I need to configure AgentforcePlatformTracingSettings?

Configuring AgentforcePlatformTracingSettings requires API version 68.0 or later, PlatformObservability org permission, and Data Cloud provisioning to successfully forward trace spans.

How does Agentforce agent execution trace span forwarding work?

Agentforce agent execution trace span forwarding sends observability data to Data Cloud by deploying the singleton AgentforcePlatformTracing settings metadata to enable or disable the capture.

Can I disable Agentforce tracing using metadata deployment?

Yes, you can disable Agentforce tracing by generating the AgentforcePlatformTracing.settings-meta.xml file with the enableAgentforcePlatformTracing field set to false and deploying it.

Why does my Agentforce tracing setup fail without Data Cloud?

Agentforce tracing setup fails without Data Cloud because the feature requires Data Cloud provisioning to ingest the agent execution trace spans forwarded by the observability settings.

What is the best way to align observability prerequisites for Agentforce?

The best way to align observability prerequisites is deploying the AgentforcePlatformTracingSettings metadata, which validates API version 68.0, PlatformObservability permission, and Data Cloud availability.