Skip to content

Commit 18005af

Browse files
committed
Move files, add detailed instructions for grabbing endpoint ID
1 parent 562a8f3 commit 18005af

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
{
150150
"group": "Guides",
151151
"pages":[
152-
"tutorials/integrations/n8n-integration",
153-
"tutorials/integrations/crewai-integration",
152+
"integrations/n8n-integration",
153+
"integrations/crewai-integration",
154154
"integrations/dstack",
155155
"integrations/mods",
156156
"integrations/skypilot"

images/serverless-endpoint-id.png

262 KB
Loading

tutorials/integrations/crewai-integration.mdx renamed to integrations/crewai-integration.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@ First, you'll deploy a vLLM worker to serve your language model.
5353
</Step>
5454

5555
<Step title="Copy your endpoint ID">
56-
Once deployed, navigate to your endpoint in the Runpod console and copy the **Endpoint ID**. You'll need this to connect your endpoint to CrewAI.
56+
Once deployed, navigate to your endpoint in the Runpod console. You can find your endpoint ID in the **Overview** tab:
57+
58+
<Frame>
59+
<img src="/images/serverless-endpoint-id.png" />
60+
</Frame>
61+
62+
You can also find your endpoint ID in the URL of the endpoint detail page. For example, if the URL for your endpoint is `https://console.runpod.io/serverless/user/endpoint/isapbl1e254mbj`, the endpoint ID is `isapbl1e254mbj`.
63+
64+
Copy your endpoint ID to the clipboard. You'll need this to connect your endpoint to CrewAI.
5765
</Step>
5866
</Steps>
5967

tutorials/integrations/n8n-integration.mdx renamed to integrations/n8n-integration.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,15 @@ First, you'll deploy a vLLM worker to serve the `Qwen/qwen3-32b-awq` model.
5858
</Step>
5959

6060
<Step title="Copy your endpoint ID">
61-
Once deployed, navigate to your endpoint in the Runpod console and copy the **Endpoint ID**. You'll need this to connect your endpoint to n8n.
61+
Once deployed, navigate to your endpoint in the Runpod console. You can find your endpoint ID in the **Overview** tab:
62+
63+
<Frame>
64+
<img src="/images/serverless-endpoint-id.png" />
65+
</Frame>
66+
67+
You can also find your endpoint ID in the URL of the endpoint detail page. For example, if the URL for your endpoint is `https://console.runpod.io/serverless/user/endpoint/isapbl1e254mbj`, the endpoint ID is `isapbl1e254mbj`.
68+
69+
Copy your endpoint ID to the clipboard. You'll need this to connect your endpoint to n8n.
6270
</Step>
6371
</Steps>
6472

0 commit comments

Comments
 (0)