[docs-agent] Add Admin API + Usage APIs skill coverage (DX-3680) - #45
Merged
CodesMcCabe merged 1 commit intoAug 24, 2026
Merged
Conversation
Documents Alchemy's public Admin API surface (Apps + Chains + Usage endpoints) as a new skill reference, and adds the alchemy usage summary / alchemy usage timeseries CLI commands to the alchemy-cli skill. Base: skills/aggregated-2026-08-24 (PR #44). Stack this on top of the aggregated PR; once #44 merges, this rebases onto main automatically. Refs DX-3680 Requested-by: @SahilAujla
CodesMcCabe
approved these changes
Aug 24, 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.
Stacked on top of #44. Once #44 merges, GitHub auto-rebases this PR onto
main.Addresses DX-3680 — Apps Management + Usage APIs skill coverage. Split out from the aggregated queue-drain PR so reviewers can evaluate this surface separately.
Summary
Adds skill coverage for Alchemy's public Admin API (now unhidden as of 2026-08 per docs PRs
#1525/#1531/#1534) plus the CLI wrappers for it.Files changed
6 files (3 canonical + 3 mirror), +330 lines. One NEW reference file.
skills/alchemy-api/references/operational-admin-api.md— full reference for the Admin API REST surface atapi.g.alchemy.com/admin-api/v1/...:apps create/update).usd-metric removal from/usage/timeseries(still valid on/usage/summary).SUPERNODE_CU,SUPERNODE_ENHANCED_CU,NOTIFY_CU,BUNDLER_CU,PAYMASTER_CU,SUBSCRIPTION_BYTES) with their meters.#1487).skills/alchemy-cli/SKILL.md— new### Usage and meteringsection:alchemy usage summary— full flag surface (--start-date,--end-date,--app-ids,--networks,--metrics amount,usd).alchemy usage timeseries— full flag surface (granularity, products, metrics, filters, group-by).--metricssemantics: timeseries accepts onlyamount; summary accepts bothamountandusd(per PR#1526).appandusageare thin wrappers over the Admin API, with a link tooperational-admin-api.md.skills/alchemy-api/references/skill-map.md— new indexed row foroperational-admin-api.mdunder the Operational section.Plus the three matching
plugins/alchemy/skills/...mirror updates (regenerated viaplugins/alchemy/scripts/sync_from_catalog.py, byte-identical to canonical).Source docs
alchemyplatform/docs#1525— Nav restructure (Admin API → Apps / Chains / Usage each with own hidden flag) and indexer support for/docs/admin-api/{apps|chains|usage}/...stable URLs.alchemyplatform/docs#1534— Unhide Apps + Chains (Usage still hidden but self-serve for app-scoped queries).alchemyplatform/docs#1531— Time-series products table andusd-metric drop from timeseries examples.alchemyplatform/docs#1526— Removeusdfrom--metricsflag onalchemy usage timeseries.alchemyplatform/docs#1487— Document API key rotation flow (2-minute grace window).alchemyplatform/docs#1408— Originalalchemy usageCLI namespace.alchemyplatform/docs#1419— Usage API range limits.Notes for reviewers
main(GitHub handles this automatically for stacked PRs). No manual rebase needed on the happy path.plugins/alchemy/skills/...mirror are byte-identical.alchemy-botGPG key.Requested by
@SahilAujla (via Slack thread)