File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ All requests require an API key in the `x-goog-api-key` header.
1515Get your key at [ jules.google.com/settings] ( https://jules.google.com/settings ) .
1616
1717``` bash
18- export JULES_API_KEY= " your-api-key-here "
18+ export JULES_API_KEY: ' REDACTED_BY_JULES '
1919curl -H " x-goog-api-key: $JULES_API_KEY " https://jules.googleapis.com/v1alpha/sessions
2020```
2121
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ A [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html) client
3838Get your Jules API key from [ jules.google.com/settings] ( https://jules.google.com/settings ) .
3939Set it as an environment variable — ** never commit it** :
4040``` bash
41- export JULES_API_KEY= " your-api-key-here "
41+ export JULES_API_KEY: ' REDACTED_BY_JULES '
4242```
4343### Build & Run
4444``` bash
You can’t perform that action at this time.
0 commit comments