docs: document organization prompt cards, team scoping, and token usage - #3109
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Why
Two documentation gaps from enterprise rollout questions, both cases where the product ships a behavior the docs never mention.
1. Organization prompt cards + per-team scoping
cloud/share-with-your-team/desktop-policies.mdxdocumented only the boolean toggles and never mentioned the custom prompt feature at all, though it has shipped. Newcloud/share-with-your-team/team-prompt-cards.mdx(23 lines) documents, all verified against code:memberIds/teamIds— the concrete answer to "different prompts for different departments".priority, thencreatedAt, thenid.desktopPoliciesentitlement, HTTP 402), and changes arrive viaGET /v1/me/desktop-configso a member may need to reload.2. What actually uses tokens
No page anywhere in
packages/docscovered cost, tokens, or usage — and enterprise buyers sizing thousands of seats ask this first. Newstart-here/do-work-with-it/what-uses-tokens.mdx(23 lines) states only what is true today: every run costs, there is no result cache; cost scales with context read and tool calls, not with how many prompt cards an admin configures; configuring/installing/publishing costs nothing until someone runs something; a skill can reduce cost by making a task deterministic.Deliberately omitted because they do not exist in this repo: compiled widgets that execute without the model, result caching, free dashboard refresh, and scheduled runs. Documenting any of those would be a promise we cannot honor.
Verification
docs.jsonparses, both pages registered and resolve on disk, all internal links resolve, no image paths invented. Code citations for every numeric claim are in the commit discussion.Docs-only, no runtime path — no fraimz.