Add request-analytics + track-group reference docs, refresh MCP tools list#281
Merged
Conversation
…ol list - Add reference/request-analytics.mdx documenting POST /api/public/v2/requests/analytics - Add reference/track-group.mdx documenting POST /rest/track-group (was in OpenAPI but had no reference page) - Wire both into the Tracking group in docs.json - Refresh agents/mcp.mdx tool table with the new MCP tools (skill collections, analytics, tracking, tool registry, patch-prompt-template-version, etc.) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ck-group - Add /api/public/v2/requests/analytics path entry plus full request and response schemas (RequestAnalyticsResponse, RequestAnalyticsStat, RequestAnalyticsLatencyByDay, RequestAnalyticsDimensionLatency, RequestAnalyticsBreakdownEntry, RequestAnalyticsToolLatency). - Factor the shared filter/search/sort body into a `RequestLogQuery` component; both the analytics endpoint and SearchRequestLogsRequest now reference it (search extends it with page/per_page/include_prompt_name via allOf). - Drop the new track-group reference page (the endpoint is legacy and was not exposed through MCP); other already-published track-* pages stay. - Update agents/mcp.mdx tool count and tables to drop the legacy tracking tools that no longer ship in @promptlayer/mcp-server. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
rite2hhh
approved these changes
May 7, 2026
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.
Summary
reference/request-analytics.mdxforPOST /api/public/v2/requests/analytics(added in promptlayer-app PR #850, was undocumented).reference/track-group.mdxforPOST /rest/track-group(already in OpenAPI but had no reference page).docs.json.agents/mcp.mdxtool table to reflect all 64 MCP tools (skill collections, request analytics, tool registry, additional tracking endpoints,patch-prompt-template-version, report column edit/delete, etc.).Companion to MagnivOrg/promptlayer-mcp#15.
Test plan
openapi.jsonentry yet).agents/mcp.mdxmatches the actual tool set in@promptlayer/mcp-server.🤖 Generated with Claude Code