automation-cloud
latest
false
- Getting started
- Data security and compliance
- Organizations
- Authentication and security
- Licensing
- About licensing
- Unified Pricing: Licensing plan framework
- Flex: Licensing plan framework
- Activating your Enterprise license
- Upgrading and downgrading licenses
- License migration
- Requesting a service trial
- Assigning licenses to tenants
- Assigning user licenses
- Deallocating user licenses
- Monitoring license allocation
- License overallocation
- Licensing notifications
- User license management
- Tenants and services
- Accounts and roles
- Testing in your organization
- AI Trust Layer
- External applications
- Notifications
- Logging
- Troubleshooting
- Migrating to Automation Cloud

Automation Cloud admin guide
Last updated Mar 30, 2026
The OpenTelemetry tab in the AI Trust Layer allows administrators to configure export of agent traces to an external OTEL-compatible observability platform.
Note: This feature is currently available in preview.
- An OpenTelemetry HTTP endpoint
- API key or required authentication headers
- Publicly accessible endpoint
- Navigate to Administration > AI Trust Layer.
- Select the OpenTelemetry (Preview) tab.
- Select the target tenant.
- Select Add to open the Add OpenTelemetry Configuration panel.
-
In the configuration panel:
- Select a Vendor from the dropdown (for example, OpenTelemetry Collector).
- Enter the API Key (if required by the selected vendor).
- Enter the Endpoint
URL (for example:
https://your-otlp-endpoint.com).
-
(Optional) Add Custom Headers:
- Select Add Header.
- Enter the Header Name and Header Value. Use this for vendor-specific requirements (for example, routing headers, authorization tokens). Remove a header using the delete icon if needed.
- Select Save to create the configuration.
Once saved, agent and LLM execution traces are exported in near real time to the configured endpoint.
Each agent execution generates OTEL spans containing:
- Trace and span identifiers
- Timestamps
- Execution status
- Prompts and completions
- Token usage
- Tool calls
- Guardrail evaluations
-
UiPath metadata under
attributes.uipath.*
Attributes are flattened into OTEL format using dot notation.