Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components'
identifier: 'user_123',
path: '/2/tweets',
method: 'POST',
body: { text: 'Hello from Scalekit Agent Auth!' },
body: { text: 'Hello from Scalekit AgentKit!' },
});
console.log('Posted tweet:', tweet);

Expand Down Expand Up @@ -55,7 +55,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components'
identifier='user_123',
path="/2/tweets",
method="POST",
body={"text": "Hello from Scalekit Agent Auth!"}
body={"text": "Hello from Scalekit AgentKit!"}
)
print("Posted tweet:", tweet)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Register your Apify API token with Scalekit so it can authenticate and proxy Act

- In the left sidebar, click your avatar → **Settings** → **API & Integrations** → **API tokens**.

- Click **+ Create new token**. Give it a name (e.g., `Agent Auth`) and click **Create token**.
- Click **+ Create new token**. Give it a name (e.g., `AgentKit`) and click **Create token**.

- Copy the token immediately — it will not be shown again.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Register your Attio OAuth app credentials with Scalekit so it can manage the OAu

- Click the copy icon next to the Redirect URI to copy it to your clipboard.

<img src={scalekitRedirectUriImg.src} alt="Scalekit Agent Auth showing the Redirect URI for the Attio connection" width="540" />
<img src={scalekitRedirectUriImg.src} alt="Scalekit AgentKit showing the Redirect URI for the Attio connection" width="540" />

Keep this tab open — you'll return to it in step 3.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Register your Brave Search API key with Scalekit so it can authenticate and prox

- Go to [api.search.brave.com](https://api.search.brave.com) and sign in or create a free account.

- In the left sidebar, click **API Keys** → **+ New Key**. Give it a name (e.g., `Agent Auth`) and click **Create**.
- In the left sidebar, click **API Keys** → **+ New Key**. Give it a name (e.g., `AgentKit`) and click **Create**.

- Copy the key immediately — it is shown only once.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Register your Diarize API key with Scalekit so it can authenticate and proxy tra

- Sign in to [diarize.io](https://diarize.io) and go to **Settings** → **API Keys**.

- Click **+ Create New Key**, give it a name (e.g., `Agent Auth`), and confirm.
- Click **+ Create New Key**, give it a name (e.g., `AgentKit`), and confirm.

- Copy the key value — store it securely, as you will not be able to view it again.

Expand Down
2 changes: 1 addition & 1 deletion src/components/templates/agent-connectors/_setup-exa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Register your Exa API key with Scalekit so it can authenticate and proxy request

- Sign in to [dashboard.exa.ai/api-keys](https://dashboard.exa.ai/api-keys). Under **Management**, click **API Keys**.

- Click **+ Create Key**, enter a name (e.g., `Agent Auth`), and confirm.
- Click **+ Create Key**, enter a name (e.g., `AgentKit`), and confirm.

- In the **Secret Key** column, click the eye icon to reveal the key and copy it. Store it somewhere safe — you will not be able to view it again.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Register your Parallel AI API key with Scalekit so it can authenticate and proxy

- Navigate to **Settings** → **API Keys** and click **Create new key**.

- Give the key a name (e.g., `Agent Auth`) and copy it immediately — it will not be shown again.
- Give the key a name (e.g., `AgentKit`) and copy it immediately — it will not be shown again.

2. ## Create a connection in Scalekit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Register your Scalekit environment with the Supadata connector so Scalekit can p
- Go to [dash.supadata.ai](https://dash.supadata.ai) and sign up or sign in. No credit card is required for the free tier.
- After signing in, click **API Keys** in the left sidebar.
- Your auto-generated key is listed in the table. Click the key row to reveal or copy it.
- To create a new dedicated key for this integration, click **+ New Key**, give it a name (e.g., `Agent Auth`), and click **Create**.
- To create a new dedicated key for this integration, click **+ New Key**, give it a name (e.g., `AgentKit`), and click **Create**.

![Supadata dashboard showing the API Keys page with existing keys and the New Key button](@/assets/docs/agent-connectors/supadata/supadata-api-key.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Scalekit handles session token management automatically. You store your Personal

2. ### Create a connection in Scalekit

- In [Scalekit dashboard](https://app.scalekit.com), go to **Agent Auth** → **Create Connection**.
- In [Scalekit dashboard](https://app.scalekit.com), go to **AgentKit** → **Create Connection**.
- Search for **Tableau** and click **Create**.
- Note the **Connection name** — use this as `connection_name` in your code (e.g., `tableau`).
- Click **Save**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Register your Twitter app credentials with Scalekit so it can manage the OAuth 2

- In [Scalekit dashboard](https://app.scalekit.com), go to **AgentKit** > **Connections** > **Create Connection**. Search for **Twitter** and click **Create**.

![Search for Twitter and create a new connection in Scalekit Agent Auth](@/assets/docs/agent-connectors/twitter/scalekit-search-twitter.png)
![Search for Twitter and create a new connection in Scalekit AgentKit](@/assets/docs/agent-connectors/twitter/scalekit-search-twitter.png)

- In the **Configure Twitter Connection** panel, copy the **Redirect URI**. It looks like `https://<SCALEKIT_ENVIRONMENT_URL>/sso/v1/oauth/<CONNECTION_ID>/callback`. You'll paste this into Twitter in the next step.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Register your Google OAuth 2.0 credentials with Scalekit so it can manage the OA

- In <a href="https://app.scalekit.com" target="_blank" rel="noopener">Scalekit dashboard</a>, go to **AgentKit** > **Connections** > **Create Connection**.

<img src={scalekitAgentAuthImg.src} alt="Scalekit Agent Auth connections page" width="540" />
<img src={scalekitAgentAuthImg.src} alt="Scalekit AgentKit connections page" width="540" />

- Search for **YouTube** and click **Create**.

Expand Down

This file was deleted.

57 changes: 0 additions & 57 deletions src/components/templates/coding-agents/_agentkit-codex.mdx

This file was deleted.

This file was deleted.

Loading