docs: add Personal Access Tokens user guide - #695
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
mattshep
force-pushed
the
ms/add-pat-user-guide
branch
from
April 2, 2026 16:58
637b366 to
c790650
Compare
mattshep
force-pushed
the
ms/add-pat-user-guide
branch
from
April 2, 2026 17:00
c790650 to
40a05fa
Compare
mattshep
marked this pull request as ready for review
April 2, 2026 17:00
markbackman
approved these changes
Apr 2, 2026
markbackman
left a comment
Contributor
There was a problem hiding this comment.
Looks great. Just two questions.
|
|
||
| | Scenario | Recommended auth | | ||
| | --- | --- | | ||
| | Local development | `pipecat cloud auth login` (OAuth) | |
Contributor
There was a problem hiding this comment.
Is this OAuth or a PAT?
Contributor
Author
There was a problem hiding this comment.
auth login uses the OAuth flow
|
|
||
| <Steps> | ||
| <Step title="Open account settings"> | ||
| Navigate to **Settings → Personal Access Tokens** in the dashboard. |
Contributor
There was a problem hiding this comment.
Has this been deployed yet? I don't see it on the production dashboard yet.
Contributor
Author
There was a problem hiding this comment.
Yes its live https://pipecat.daily.co/account/tokens - its in your account settings since they belong to you as a user
markbackman
force-pushed
the
ms/add-pat-user-guide
branch
from
April 2, 2026 18:09
40a05fa to
b0d7c7d
Compare
New guide covering PAT creation, PIPECAT_TOKEN env var usage, use-pat command, and CI/CD examples (GitHub Actions, GitLab). Also adds the missing use-pat command reference to the auth CLI docs.
markbackman
force-pushed
the
ms/add-pat-user-guide
branch
from
April 2, 2026 18:12
b0d7c7d to
b9dcb0c
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.
New guide covering PAT creation, PIPECAT_TOKEN env var usage, use-pat command, and CI/CD examples (GitHub Actions, GitLab). Also adds the missing use-pat command reference to the auth CLI docs.