Sync ADP docs with cloudv2: budget enforcement, spending API, BYOA#41
Merged
Conversation
✅ Deploy Preview for redpanda-agentic-data-plane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Verified against cloudv2 origin/main (2026-05-29): - budgets.adoc: document BudgetService spend-limit enforcement (per-agent caps -> HTTP 429, warn threshold, daily/weekly/monthly periods, default vs per-agent override, CRUD); scope to M1+M2. Fix spending API: drop nonexistent ListSpendingEvents and the ORGANIZATION breakdown dimension, group_by -> dimension, correct the proto package, un-nest start_time/end_time, entries[] response, add GetSpendingTimeSeriesByDimension. Fix microcent conversion (1 cent = 1,000,000 microcents; divide by 100,000,000). - permissions-reference.adoc: add Budget permissions section. - dashboard/overview.adoc: resolve surface-verification TODO; per-agent analysis uses the USER dimension. - claude-code.adoc: MCP URL /mcp/v1/servers/<name> -> /mcp/v1/<name>. - byoa-register.adoc: reframe self-managed registration as a metadata-only governance/telemetry record; remove unsupported gateway-A2A-routing claims (A2A proxy serves managed agents only). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
baf60db to
a7a5eb2
Compare
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.
Verified the docs against cloudv2
origin/main(2026-05-29) and applied updates for features that have landed and are complete since the last verification pass (PRs #31–#39 were not yet reflected in the GA Readiness plan). WIP features (Guardrails, transcript-capture toggle, SharePoint/S3 managed MCP) were deliberately left untouched.Changes
budgets.adoc— DocumentBudgetServicespend-limit enforcement: per-agent hard caps (→HTTP 429), warning threshold, daily/weekly/monthly periods, tenant-default vs. per-agent override, and CRUD. Scoped to what shipped (M1+M2); notifications, shared pools, and model/provider/org-scoped limits flagged as not-yet-available.ListSpendingEventsand theORGANIZATIONbreakdown dimension;group_by→dimension; corrected proto package toredpanda.api.adp.v1alpha1; un-nestedstart_time/end_time;entries[]response shape; addedGetSpendingTimeSeriesByDimension.permissions-reference.adoc— Added Budget permissions section (Writer gets all five; Reader getsget/list).dashboard/overview.adoc— Resolved the surface-verification TODO (per-user filter, Top users + heatmap, Agents drill-down all live); per-agent analysis uses the USER dimension.claude-code.adoc— MCP server URL/mcp/v1/servers/<name>→/mcp/v1/<name>.byoa-register.adoc— Reframed self-managed registration as a metadata-only governance/telemetry record. Removed unsupported gateway-A2A-routing claims and the reachability test (the aigw A2A proxy serves managed agents only).Verified against
budget.proto,spending_service.proto,agent.proto,aigw/internal/mcp/proxy.go,aigw/internal/a2a/proxy.go,pkg/permissions/permissions_constants.go,adp-ui(lib/budget.ts, governance routes, budget e2e fixtures).Notes for reviewers
🤖 Generated with Claude Code
Preview pages
Deploy preview (entry point — budget enforcement is the headline change):
Other changed pages live on the same preview build:
control/permissions-reference,control/dashboard/overview,connect/byoa-register,connect/claude-code.