Skip to content

Draft Findings and Decoys docs - #456

Open
mindymo wants to merge 21 commits into
mainfrom
findings-decoys-followup
Open

Draft Findings and Decoys docs#456
mindymo wants to merge 21 commits into
mainfrom
findings-decoys-followup

Conversation

@mindymo

@mindymomindymo commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Draft product/admin/findings.mdx: enabling finding types, working a finding, transformation and routing rules, rule-ordering guidance, and a worked example (decoy credential detection → escalation).
  • Draft product/admin/decoys.mdx: planting/managing decoys, and what happens when one is used (Critical severity, audit trail survives a finding-type toggle, the Attempts table).
  • Documents the **...** (more actions) menu convention in the docs-writing skill.

Both pages are marked early access and were reverse-engineered from screenshots plus the c1 source (proto, controller, and frontend code) since the primary dev was unavailable this week — draft is meant for his review, not final.

Open questions

  1. Access token decoys — allowed user types. The picker's on-screen label just says "User," but CreateAccessTokenForm's request filter appears to restrict selection to service-principal users only. Intentional, or should human users be selectable too? Docs currently just say "an existing user."
  2. Disable behavior for Access Token decoys. A code comment says AT credential rows have no disabled field yet, and "Phase-3 fire-hook will honor Decoy.disabled directly for AT decoys" — implying Disable may not fully stop an access-token decoy today the way it does for the others. Should we caveat this in the docs, or has it shipped since that comment was written?
  3. Connector client credential placement. Proto comment says C1 auto-places this decoy under the tenant's C1 app with no app/connector choice. Still accurate? Is there a specific display name for that app customers would see?
  4. Rollout status. Decoys sits behind FeatureFlagIdDecoys in addition to the Super Admin role gate — live for all Super Admins today, or still limited to specific tenants?

Test plan

  • Verify both pages render correctly in Mintlify preview
  • Confirm docs.json nav entries for findings and decoys (already merged in docs-ia-reframe-draft) still match this content

mindymoand others added 17 commits July 23, 2026 12:47
…vers, group AI agent governance
Rough pass at a new admin-guide structure to make room for the upcoming Shadow AI Discovery, Agentic Vault, Agent Runtime Governance, and Agentic Security & Intelligence features alongside the existing AI access management, enterprise-managed authorization, and cloud infrastructure access sections. Splits end-user guides into their own top-level tab and promotes MCP server setup guides out of a nested subgroup. Not for merge yet — several referenced pages don't exist.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…tion
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Adds a new card for the Use C1 tab and renames the Products card
to Administer C1, matching the reframed IA in this draft.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Adds an overview page for the Use C1 tab, organized around what
readers are trying to do rather than a list of feature names, with
a first-time quickstart, admin-side disambiguation, and an FAQ.
Points the homepage's Use C1 card and the tab's Overview group at it.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Recolors Administer C1 pink and Developer teal so the 2x3 grid
checkerboards, and swaps the Use C1 / Administer C1 card icons to
the same compass/gear icons used for their nav tabs.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The hand-drawn compass/gear paths rendered broken in preview. Swap
to Mintlify's Icon component with the same icon names used for the
Use C1 / Administer C1 tabs.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
- Fix gerund parallelism: "Administer C1" -> "Administering C1" in
the audience-disambiguation Tip
- Collapse the first-time-in-C1 Steps into a collapsed Accordion so
it doesn't push task cards below the fold
- Move "What are you trying to do?" up to follow the intro/Tip
- Retitle the AI tools card to lead with the task, not MCP jargon
- Retitle the approval card to avoid overloading "complete"
- Trim the redundant FAQ heading
- Tighten generic step copy to match the opening line's specificity
- Switch card icons to the duotone variant
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
# Conflicts:
#	docs.json
#	product/how-to/intro.mdx
Findings: enabling finding types, working a finding, transformation and
routing rules, rule ordering guidance, and a worked example chaining a
transformation rule with a routing rule.
Decoys: planting, managing, and what happens when a decoy is used,
including the audit-trail-survives-a-toggle nuance and the finding
types it produces.
Also documents the "... (more actions) menu" convention in the
docs-writing skill.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@mintlify

mintlifyBot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

ProjectStatusPreviewUpdated (UTC)
conductorone🟢 ReadyView PreviewAug 13, 2026, 10:43 PM

mindymoand others added 2 commits August 13, 2026 15:44
Standalone early-access entries, JTBD-framed per house style, linking
to the new docs pages drafted earlier in this branch.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Split sentences held together by em dashes, colons, or comma chains
into shorter standalone sentences across findings.mdx, decoys.mdx,
and the release notes entry.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The decoy-credential walkthrough and the decoy-planting steps each had
multiple actions (navigate, set fields, save) bundled into single
steps. Broken out into individual steps per the docs style guide's
one-action-per-step rule.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@mindymo