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
### Create conversational AI proxies for your applications.
19
17
18
+
### Create conversational AI proxies for your applications.
20
19
AI agents are server-side components that act as secure proxies between RavenDB clients and AI models. They can be easily customized to handle specific client needs, tasks or workflows, such as answering questions, performing data analysis, or automating processes.
21
20
- Using AI agents frees developers from the need to manage the communication with the AI model in their code, and enables rapid integration of AI capabilities into their applications.
22
21
- An agent receives requests from clients and maintains continuous conversations with AI models to fulfill them. During the conversation, the agent can enable the model to securely query a RavenDB database (e.g., fetch recent orders or run vector searches on products) and request the client to perform actions (like sending emails or creating new orders).
23
22
- You can use AI agents to quickly create an intelligent, actionable, conversational interface for your applications, in a way that abstracts much of the complexity of AI integration.
24
-
-[See common AI agents use cases](../../ai-integration/ai-agents/ai-agents_start#use-cases)
25
23
26
-
## Technical documentation
24
+
### Use cases
25
+
Creating an AI agent and assigning it a role can be done in minutes using Studio or the API, making it easy to address a wide variety of use cases like -
26
+
*[Customer support chatbot agents](../../ai-integration/ai-agents/ai-agents_overview#customer-support-chatbot-agents)
27
+
*[Data analysis and reporting agents](../../ai-integration/ai-agents/ai-agents_overview#data-analysis-and-reporting-agents)
Use the technical documentation to learn how to create and manage AI agents, configure secure database access, enable agents to trigger client actions, and more.
28
34
29
-
<ColGridcolCount={3}>
30
-
<CardWithImagetitle="AI Agents Overview"description="Basic concepts of RavenDB's native AI agents"url="../../ai-integration/ai-agents/ai-agents_overview"imgSrc={aiAgentsStartOvImage}imgAlt="imgAlt"ctaLabel="Read" />
31
-
<CardWithImagetitle="Create agents via the API"description="Define and run AI agents via the Client API"url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_api"imgSrc={aiAgentsStartApiImage}imgAlt="imgAlt"ctaLabel="Read" />
32
-
<CardWithImagetitle="Create agents via Studio"description="Easily create and test AI agents using Studio"url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_studio"imgSrc={aiAgentsStartStudioImage}imgAlt="imgAlt"ctaLabel="Read" />
35
+
<ColGridcolCount={2}>
36
+
<CardWithImagetitle="AI Agents Overview"description="Learn the basic concepts of RavenDB's native AI agents"url="../../ai-integration/ai-agents/ai-agents_overview"imgIcon="ai-agents"imgAlt="AI Agents Overview"ctaLabel="Read" />
37
+
<CardWithImagetitle="Creating agents using Studio"description="Learn how to easily create and test AI agents using Studio"url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_studio"imgIcon="ai-agents"imgAlt="Creating agents using Studio"ctaLabel="Read" />
33
38
</ColGrid>
34
39
35
-
## In-depth articles
36
-
Once you get acquainted with AI agents, expand your expertise with a comprehensive guide that includes some practical insights.
37
-
40
+
#### Learn more: In-depth AI agents articles
38
41
<ColGridcolCount={3}>
39
-
<CardWithImagetitle="Practical Look at AI Agents with RavenDB"description="A step-by-step tutorial for building AI agents with RavenDB, by Gracjan Sadowicz"imgSrc=""url="https://ravendb.net/articles/practical-look-at-ai-agents-with-ravendb"imgAlt="imgAlt"ctaLabel="Read" />
42
+
<CardWithImagetitle="Practical look at AI agents with RavenDB"description="A step-by-step tutorial for building AI agents with RavenDB, by Gracjan Sadowicz"imgSrc="https://ravendb.net/wp-content/uploads/2025/09/practical-look-ai-agents-article-image.jpg"url="https://ravendb.net/articles/practical-look-at-ai-agents-with-ravendb"imgAlt="Practical look at AI agents with RavenDB"ctaLabel="Read" />
40
43
</ColGrid>
41
44
42
-
## Videos
45
+
### Related lives & Videos
43
46
Watch our webinars to see AI agents in action and learn practical implementation techniques.
44
47
45
48
<ColGridcolCount={1}>
46
-
<CardWithImageHorizontaltitle="How to run AI agents natively in your database"description="Webinar with Oren Eini"url="https://www.youtube.com/watch?v=A17GSLGN-cQ"imgSrc="https://media.licdn.com/dms/image/v2/D4D10AQG81cXtiYRc2w/image-shrink_800/B4DZZYYLcTHwAk-/0/1745239456036?e=2147483647&v=beta&t=yQVz6ji4wD4reOTXtlPpERK0fdpr1f2VoG_SEV9x3lc"imgAlt="imgAlt"ctaLabel="Watch" />
47
-
<CardWithImageHorizontaltitle="How to create powerful and secure AI agents with RavenDB"description="Webinar with Oren Eini"url="https://www.youtube.com/watch?v=jzUxL9P17G4"imgSrc="https://media.licdn.com/dms/image/v2/D4D10AQG81cXtiYRc2w/image-shrink_800/B4DZZYYLcTHwAk-/0/1745239456036?e=2147483647&v=beta&t=yQVz6ji4wD4reOTXtlPpERK0fdpr1f2VoG_SEV9x3lc"imgAlt="imgAlt"ctaLabel="Watch" />
49
+
<CardWithImageHorizontaltitle="How to run AI agents natively in your database"description="Watch a webinar about AI agents."url="https://www.youtube.com/watch?v=A17GSLGN-cQ"imgSrc={aiAgentsVideo}imgAlt="How to run AI agents natively in your database"ctaLabel="Watch" />
50
+
<CardWithImageHorizontaltitle="Creating powerful and secure AI agents with RavenDB"description="Webinar with Oren Eini"url="https://www.youtube.com/watch?v=jzUxL9P17G4"imgSrc={powerfulAgentsVideo}imgAlt="Creating powerful and secure AI agents with RavenDB"ctaLabel="Watch" />
48
51
</ColGrid>
49
52
50
-
## Use cases
51
-
Creating an AI agent and assigning it a role can be done in minutes using Studio or the API, making it easy to address a wide variety of use cases like -
52
-
53
-
-[Customer support chatbot agents](../../ai-integration/ai-agents/ai-agents_overview#customer-support-chatbot-agents)
54
-
-[Data analysis and reporting agents](../../ai-integration/ai-agents/ai-agents_overview#data-analysis-and-reporting-agents)
0 commit comments