Skip to content

Commit 4593463

Browse files
kalanchanjac
andauthored
analytics: update SAT creation instructions (#1264)
<!-- Explain the changes introduced in your PR --> Received feedback that the current SAT generation instructions were confusing https://sourcegraph.slack.com/archives/C05GJPTSZCZ/p1752681671517589 ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel. --------- Co-authored-by: James Cotter <[email protected]>
1 parent 353b920 commit 4593463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/analytics/api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The Sourcegraph Analytics API is an API that provides programmatic access to you
66

77
For Sourcegraph Analytics, you can generate an access token for programmatic access. Tokens are long-lived with an optional expiry and have the same permissions to access instance data as the user who created them.
88

9-
### Token management APIs
9+
### Getting Started
1010

11-
Token management is currently only available via the Sourcegraph Analytics API. Token management APIs are authenticated via the `cas` session cookie.
11+
Access tokens are created using the `cas` cookie for authentication to the token creation endpoint. Access tokens are longer lived than the `cas` cookie making them more suitable for programmatic access to the Sourcegraph Analytics API.
1212

1313
- Sign in to [Sourcegraph Analytics](https://analytics.sourcegraph.com).
1414
- Retrieve your session cookie, `cas`, from your browser's developer tools.

0 commit comments

Comments
 (0)