docs(audiences): document View Claygent column-header shortcut#1566
Merged
george-dilthey merged 1 commit intoJul 15, 2026
Merged
Conversation
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Added a paragraph to
docs/audiences.mddocumenting the new "View Claygent" column-header dropdown option in Companies audiences. The new### Claygent-managed columnssub-section (inserted between### Signalsand### Connecting a workflow to a segment) explains that workspace admins and members can click an AI-managed column header in a Companies audience and select View Claygent to open the Claygent configuration that writes to that column.Why
Deployed in clay-run/clay-base
80f4944...eb65070(https://github.com/clay-run/clay-base/actions/runs/29392703062). Commit49259871("feat(agt-408): link agent defined fields to agent, #44099") added a new View Claygent dropdown item to AI-managed column headers in Audiences. The feature lets users navigate directly from a Claygent-populated column in a Companies audience back to the Claygent's configuration sidebar. Prior to this deploy,audiences.mdcontained no mention of Claygent-managed columns or this navigation path.This deploy also included three other commits — a batched Clickhouse query optimization (backend-only, no docs impact), a correction to MCP tool-hint metadata (
readOnlyHint/destructiveHintannotations — internal protocol metadata not documented in customer docs), and an observability logging improvement (internal only). Only the Audiences UI change was customer-facing and undocumented.Source link(s)
apps/frontend/src/state/Audiences/fieldToAgentConfigMapping.ts:24—getAssociatedAccountAgentConfigreturns null ifisArchived || entityType !== AudienceEntityType.Account || !canManageActionsapps/frontend/src/components/Audiences/AudiencesHeaderCell.tsx:146-151— "View Claygent"DropdownItemrendered only whenonViewAssociatedClaygentis definedapps/api/v3/audiences/services/audience-abilities.service.ts—ManageActionsgranted toWorkspaceAdminandWorkspaceMemberonly; no Eppo flag gateUncertainties
None. Verifier returned PASS. Feature is live with no flag gate, gated only by the standard
canManageActionsRBAC permission (WorkspaceAdmin and WorkspaceMember). The three restrictions stated in the doc (Companies only, non-archived, admins/members) are all confirmed atfieldToAgentConfigMapping.ts:24.Related observations
a29e54a0) correctsreadOnlyHintanddestructiveHintannotations on several MCP tools. Themcp-settings.mddoc covers admin settings, not tool-level metadata — no docs impact.docs/audiences.md— none cover Claygent-managed columns: PR docs(audiences): add Databricks as beta import source #1485 (Databricks import), PR docs(audiences): add field-filter warning to Snowflake and BigQuery import steps #1507 (Snowflake/BigQuery field mapping notes), PR docs(audiences): document Salesforce custom object export limitation and workaround #1528 (signal export to Salesforce custom objects FAQ), PR docs(audiences): add FAQ clarifying dedup scope — Audiences only, not Clay tables #1547 (deduplication FAQ), PR docs(audiences): add CSV export workaround via Add to workbook #1550 (CSV export via Add to workbook), PR docs(audiences): document nested sub-field mapping in bulk enrichments #1558 (bulk enrichment sub-field mapping).Confidence: high
Closes DOC-1166