Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ navigation:
- api: Admin API Endpoints
api-name: admin-api
flattened: true
- api: Usage API Endpoints
api-name: usage-api
flattened: true
Comment on lines +128 to +130

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this actually be under Admin API? I thought it was a separate API entirely

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Usage API is served under admin-api.alchemy.com (path-routed through the Apps API ALB via /v1/usage*), so nesting it beneath the Admin API in docs.yml matches where it actually lives operationally — even though it's a logically distinct product surface. If we'd rather present it as its own top-level API in the docs nav, that's an easy reshuffle into a separate section. Deferring to your preference on the nav structure; happy to split it out if you'd like.

- section: Activity Log
hidden: true
contents:
Expand Down
4 changes: 4 additions & 0 deletions content/remote-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"name": "admin-api",
"url": "https://admin-api.alchemy.com/openapi.yaml"
},
{
"name": "usage-api",
"url": "https://admin-api.alchemy.com/v1/usage/openapi.json"
},
{
"name": "wallet-api",
"url": "https://txe-api-specs.docs.alchemy.com/wallet/openrpc.yaml",
Expand Down
Loading