Update quickstart auth docs for self-serve API keys#58
Merged
Conversation
API keys can now be created and managed self-serve within the ENLYZE platform, so replace the "reach out to us" flow with a link to the API keys documentation. Also align terminology from "access token" to "API key". Closes #543 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
daniel-k
requested changes
Jun 1, 2026
Member
daniel-k
left a comment
There was a problem hiding this comment.
Just one minor issue, otherwise LGTM
Member
|
CI is failing |
Co-authored-by: Daniel Roussel <daniel-k@users.noreply.github.com>
pyproject-fmt 2.23.0 imports tomli (stdlib tomllib is 3.11+) without declaring it as a dependency, so the lint job crashes on the Python 3.10 matrix entries with "No module named 'tomli'". Add tomli to the pyproject-fmt tox env for Python <3.11. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sphinx autodoc renders the pandas.DataFrame return annotations on TimeseriesData.to_dataframe and ProductionRuns.to_dataframe using the fully-qualified pandas.core.frame.DataFrame, which pandas does not publish in its intersphinx inventory. Under nitpicky mode with -W this emits 2 warnings-as-errors that fail the docs, docs-spellcheck and docs-linkcheck builders. Add the internal class to nitpick_ignore. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Coverage resultsThis is the coverage report for commit ab25ea4 |
daniel-k
approved these changes
Jun 1, 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.
What
Updates the Authentication section of the quickstart docs to reflect that API keys can now be created and managed self-serve within the ENLYZE platform.