You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agents-docs/content/deployment/inkeep-enterprise/get-started.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,39 +1,39 @@
1
1
---
2
-
title: Get Started with Inkeep Cloud
2
+
title: Get Started with Inkeep Enterprise
3
3
sidebarTitle: Get Started
4
-
description: Get started with Inkeep Cloud
4
+
description: Get started with Inkeep Enterprise
5
5
icon: LuZap
6
6
---
7
7
8
8
# Overview
9
9
10
-
With Inkeep Cloud, we manage the infrastructure for you so you can focus on building your agents. In this guide, will walk you through the steps to build your first agent in the Inkeep Cloud Visual Builder.
10
+
With Inkeep Enterprise, we manage the infrastructure for you so you can focus on building your agents. In this guide, will walk you through the steps to build your first agent in the Inkeep Enterprise Visual Builder.
11
11
12
12
### Prerequisites
13
13
14
-
- An Inkeep Cloud account - if you don't have one, you can sign up for the [waitlist](https://inkeep.com/cloud-waitlist)
14
+
- An Inkeep Enterprise account - if you don't have one, you can sign up for the [demo](https://inkeep.com/demo?cta_id=docs_nav)
Once you're logged in, you'll be redirected to the Inkeep Cloud project overview page. If you are part of a team, you might see a list of existing projects like this:
22
+
Once you're logged in, you'll be redirected to the Inkeep Enterprise project overview page. If you are part of a team, you might see a list of existing projects like this:
If you are part of a team, click into the project your team has created. If you are not part of a team, you can create a new project by clicking the "Create Project" button.
27
27
28
28
### Step 3: Inspect the project
29
29
30
30
Once you're in the project, you'll see the project overview page. You can see the list of agents that are part of the project.
MCP servers are the tools that your agents can use to interact with external APIs and services.
@@ -49,7 +49,7 @@ Back in the agent overview page, click the "Create Agent" button to create a new
49
49
50
50
Inkeep will prompt you to build your agent using natural language. Let's ask Inkeep to build a knowledge agent that can answer questions about your knowledge base:
When [creating a new MCP server](/visual-builder/tools/mcp-servers) in the Inkeep Cloud Visual Builder, you can choose to configure it at the user-level or project-level.
11
+
When [creating a new MCP server](/visual-builder/tools/mcp-servers) in the Inkeep Visual Builder, you can choose to configure it at the user-level or project-level.
12
12
13
13
Understanding the difference between these two types is important for managing your team's access to agents and their associated tools.
14
14
15
15
## User-Level MCP Servers
16
16
17
17
User-level MCP servers are configured per individual user. When you create a user-level MCP server, each team member must authenticate with their own credentials to use the associated tools.
@@ -34,7 +34,7 @@ User-level MCP servers are configured per individual user. When you create a use
34
34
35
35
Project-level MCP servers use shared credentials that are configured at the project level. All team members in the project can use these servers without individual authentication.
Copy file name to clipboardExpand all lines: agents-docs/content/guides/cli/overview.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,19 @@ description: Learn how to use the Inkeep CLI for common workflows
5
5
icon: LuTerminal
6
6
---
7
7
8
-
The Inkeep CLI is your primary tool for managing agents, syncing configurations, and deploying to Inkeep Cloud. These tutorials walk you through common CLI workflows.
8
+
The Inkeep CLI is your primary tool for managing your Inkeep agents and MCP servers. These guides walk you through common CLI workflows.
9
9
10
10
## What you'll learn
11
11
12
12
<Cards>
13
13
<Cardtitle="Set Up a CLI Profile"icon="LuUserCog"href="/guides/cli/setup-profile">
14
-
Create a profile and authenticate with a remote deployment (only needed for cloud push/pull)
14
+
Create a profile and authenticate with a remote deployment (only needed for remote push/pull)
15
15
</Card>
16
-
<Cardtitle="Push to Inkeep Cloud"icon="LuCloudUpload"href="/guides/cli/push-to-cloud">
17
-
Push your local agent configurations to Inkeep Cloud
16
+
<Cardtitle="Push to Remote"icon="LuCloudUpload"href="/guides/cli/push-to-remote">
17
+
Push your local agent configurations to remote Inkeep instance
18
18
</Card>
19
-
<Cardtitle="Pull from Inkeep Cloud"icon="LuCloudDownload"href="/guides/cli/pull-from-cloud">
20
-
Pull agent configurations from Inkeep Cloud to your local project
19
+
<Cardtitle="Pull from Remote"icon="LuCloudDownload"href="/guides/cli/pull-from-remote">
20
+
Pull agent configurations from remote Inkeep instance to your local project
21
21
</Card>
22
22
</Cards>
23
23
@@ -31,7 +31,7 @@ Before starting these tutorials, ensure you have:
31
31
npm install -g @inkeep/agents-cli
32
32
```
33
33
34
-
- Access to [Inkeep Cloud](https://inkeep.com/cloud-waitlist) or a [self-hosted deployment](/deployment/vercel)
34
+
- Access to a remote Inkeep instance (e.g. [Inkeep Enterprise](https://inkeep.com/enterprise?cta_id=docs_nav) or a [self-hosted deployment](/deployment/vercel))
0 commit comments