docs(api): publish canonical endpoint matrix, remove dead API hosts#76
Open
moshemalawach wants to merge 1 commit into
Open
docs(api): publish canonical endpoint matrix, remove dead API hosts#76moshemalawach wants to merge 1 commit into
moshemalawach wants to merge 1 commit into
Conversation
foxpatch-aleph
approved these changes
Jun 10, 2026
foxpatch-aleph
left a comment
There was a problem hiding this comment.
The PR correctly updates API, monitoring, and SDK documentation to use the new canonical endpoint api.aleph.im and removes references to the deprecated api1.aleph.cloud host. All changes are straightforward and accurate. A minor suggestion is to update a comment in the monitoring doc to match the new URL.
docs/nodes/resources/management/monitoring/index.md (line 29): The URL in the inline comment still says api.aleph.cloud/metrics but the actual link above now correctly points to https://official.aleph.cloud/metrics. Either remove the comment or update it to match the new URL.
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.
Implements backlog item P0-02: canonical API endpoint matrix.
All endpoints were live-probed on 2026-06-10. Host verdicts:
api.aleph.cloud— DNS does not resolve. Removed as documented base URL.api1.aleph.cloud— TLS broken. Removed as dev/testing endpoint.api1.aleph.im— returns 404 on everything. Replaced in SDK examples.Changes:
docs/devhub/api/rest.md: base URLs replaced with working hosts (https://api.aleph.imprimary,https://official.aleph.cloudalternative); added a canonical endpoint matrix covering CCN API, mirrors, VM scheduler, status, and credit API; added acurl https://api.aleph.im/api/v0/info/public.jsonquick check.docs/devhub/sdks-and-tools/python-sdk/index.md:api_serverexamples now usehttps://api.aleph.im.docs/nodes/resources/management/monitoring/index.md: fixed mismatched link (text saidofficial.aleph.cloud/metrics, URL pointed toapi.aleph.im/metrics) — now consistentlyofficial.aleph.cloud.docs/devhub/sdks-and-tools/aleph-cli/commands/message.md:aleph message syncexamples now usehttps://api.aleph.im/https://api2.aleph.iminstead of dead*.aleph.cloudhosts.