Skip to content

Commit e3d7653

Browse files
authored
update SAT creation instructions
1 parent 3c2a469 commit e3d7653

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/analytics/api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The Sourcegraph Analytics API is an API that provides programmatic access to you
44

55
## Access tokens
66

7-
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.
7+
For Sourcegraph Analytics, you can generate an access token for programmatic access using your session cookie. 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+
Tokens are first retrieved via the `cas` session cookie and then used to generate a long-lived access token. Token management is currently only available via 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)