Add text-editing tools to your AI Agent
Like other Tiptap AI Extensions, the AI Agent extension can be used in two ways:
- With Tiptap Cloud: Includes a managed AI Agent. Works out of the box, no server setup required.
- With your own AI Agent: Add text-editing capabilities to your custom AI Agent that runs in your backend.
This guide explains when to use each option.
Tiptap Cloud
Using the AI Agent extension with Tiptap Cloud is the fastest way to get started. It eliminates the need to build and maintain your own server.
Tiptap Cloud's AI Agent is highly configurable:
- Customize how the AI Agent behaves, by editing the system prompt. Define multiple AI Agents, each with their own rules and personality.
- Provide context to the user messages.
- Customize the AI model. Only OpenAI models are supported in Tiptap Cloud.
Tiptap Cloud's AI Agent is the recommended option for beginners. To get started, follow this guide.
Custom AI Agent
Beginner's tip
Building an AI Agent for the first time? Start with Tiptap Cloud's AI Agent, then migrate to a custom AI Agent when you need more features.
A custom AI Agent gives you more control over the AI model and tools. Use it in these situations:
- If you've already built an AI Agent and want to add text-editing capabilities to it.
- To use an AI model that is not supported in Tiptap Cloud.
- To create an AI Agent with custom tools that interact with external data sources. For example, a tool that searches the web for information.
However, a custom AI Agent requires more work to set up and maintain. You need to build and maintain your own backend.
To get started with a custom AI Agent, follow this guide.