Skip to content

Commit 079f670

Browse files
authoredMay 23, 2024··
adding Groq how to guide (#23)
* adding Groq how to guide * alphabatize
1 parent 9106f30 commit 079f670

File tree

7 files changed

+57
-8
lines changed

7 files changed

+57
-8
lines changed
 

‎content/docs/introduction/_table.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
|||
22
|-|-|-|
3-
[AWS](/docs/tutorials/aws)|[Airbrake](/docs/tutorials/airbrake)|[Atlassian](/docs/tutorials/atlassian)|
3+
[Airbrake](/docs/tutorials/airbrake)|[Atlassian](/docs/tutorials/atlassian)|[AWS](/docs/tutorials/aws)|
44
[Azure DevOps](/docs/tutorials/azuredevops)|[Azure Function](/docs/tutorials/azurefunctionkey)|[Azure Search Admin](/docs/tutorials/azuresearchadmin)|
55
[Azure Search Query](/docs/tutorials/azuresearchquery)|[Azure Storage](/docs/tutorials/azure)|[GCP](/docs/tutorials/gcp)|
6-
[GitHub](/docs/tutorials/github)|[GitLab](/docs/tutorials/gitlab)|[Mailchimp](/docs/tutorials/mailchimp)|
7-
[MaxMind](/docs/tutorials/maxmind)|[Microsoft Teams](/docs/tutorials/microsoftteams)|[MongoDB](/docs/tutorials/mongo)|
8-
[NPM](/docs/tutorials/npm)|[Netlify](/docs/tutorials/netlify)|[OpenAI](/docs/tutorials/openai)|
9-
[Sendbird](/docs/tutorials/sendbird)|[Sendgrid](/docs/tutorials/sendgrid)|[Slack Webhook](/docs/tutorials/slack-webhook)|
10-
[Slack](/docs/tutorials/slack)|[Sourcegraph](/docs/tutorials/sourcegraph)|[Square](/docs/tutorials/square)|
11-
[Stripe](/docs/tutorials/stripe)|[Sumo Logic](/docs/tutorials/sumologic)|[Tailscale](/docs/tutorials/tailscale)|
12-
[Twilio](/docs/tutorials/twilio)|
6+
[GitHub](/docs/tutorials/github)|[GitLab](/docs/tutorials/gitlab)|[Groq](/docs/tutorials/groq)|
7+
[Mailchimp](/docs/tutorials/mailchimp)|[MaxMind](/docs/tutorials/maxmind)|[Microsoft Teams](/docs/tutorials/microsoftteams)|
8+
[MongoDB](/docs/tutorials/mongo)|[Netlify](/docs/tutorials/netlify)|[NPM](/docs/tutorials/npm)|
9+
[OpenAI](/docs/tutorials/openai)|[Sendbird](/docs/tutorials/sendbird)|[Sendgrid](/docs/tutorials/sendgrid)|
10+
[Slack](/docs/tutorials/slack)|[Slack Webhook](/docs/tutorials/slack-webhook)|[Sourcegraph](/docs/tutorials/sourcegraph)|
11+
[Square](/docs/tutorials/square)|[Stripe](/docs/tutorials/stripe)|[Sumo Logic](/docs/tutorials/sumologic)|
12+
[Tailscale](/docs/tutorials/tailscale)|[Twilio](/docs/tutorials/twilio)|

‎content/docs/tutorials/groq.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Groq
3+
---
4+
5+
*This tutorial provides step-by-step instructions on how to rotate a Groq API key.*
6+
7+
---
8+
9+
## Generate a new Groq API key
10+
11+
### Step 1 - Navigate to the API key page
12+
13+
The API key page is located at https://console.groq.com/keys.
14+
![](/images/groq/1.png)
15+
16+
### Step 2 - Generate a new API key
17+
#### 2a. Click on the `Create API Key` button underneath any existing API keys
18+
#### 2b. Create a descriptive name for your key.
19+
![](/images/groq/2.png)
20+
#### 2c. Copy the key and store it in a password manager or secure vault.
21+
![](/images/groq/3.png)
22+
23+
---
24+
25+
## Revoking a Groq API key
26+
27+
### Step 1 - Navigate to the API key page
28+
29+
The API key page is located at https://console.groq.com/keys.
30+
![](/images/groq/1.png)
31+
32+
### Step 2 - Revoke the Groq API key
33+
34+
#### 2a. Identify the key to be revoked
35+
36+
Identify the API key to be revoked and click the trash can icon associated with
37+
it.
38+
![](/images/groq/4.png)
39+
40+
#### 2b. Confirm the revocation
41+
42+
Within the `Revoke API Key` modal, ensure the correct key is selected and
43+
click the `Revoke Key` button.
44+
![](/images/groq/5.png)
45+
46+
---
47+
48+
## Resources
49+
- [Groq's Docs](https://console.groq.com/docs/api-keys)
278 KB
Loading
285 KB
Loading
331 KB
Loading
345 KB
Loading
397 KB
Loading

0 commit comments

Comments
 (0)