Open Agents Builder is an Enterprise Grade AI Agents development platform:
oneOf, parallel, sequence, evaluator, forEach. Read more at Anthropic blog...createOrderTool, createCalendarEventTool, listProductsTool, vector DB support - all basic tools are included*). Read on how to build your own custom tools...💵 Production grade Business Agents within hours. With Open Agents Builder you are able to build the fully fledge POC (Proof of Concept) app for your Business Stakeholders within hours, not days.
Design the flows visually and then integrate it via API with your existing apps or generate the TypeScript code for flows-ai
|
|
Cooperate with developers - all your business logic changes (using natural language) are immediately available via API!
Create a customer facing agent, get a unique link, send it to the users or call it via API!
|
|
|
|
|
|
You can run OAB on your local machine/server or You can try out Open Agents builder for free in the cloud:
Start creating your own Agent within minutes!
Here are some online examples of agents built with OAB. You can start modifying them right now for your use case once registered for a free demo.
Open Agents Builder let you create custom AI agents for Business. You can create the customer facing agents or complex business workflows that:
It can literally replace dozen other SaaS tools like: - eCommerce, - B2B, - CPQ, - Booking software, - CRM, - Calendar / Scheduler, - Google Forms / Typeform etc., - Support agents, - Chatbots, - Feedback forms, - NPS software.
Please go to Documentation Page for reading more on technical concepts, architecture and API reference.
If you have any questions or ideas feel free to join the talk! Join the Community on Discord Server.
We provide an API client to interact with Open Agents Builder. You can find it on GitHub. Additionally, there is an example project demonstrating how to use the API client available here.
To use the API client, you can install it via npm:
npm install open-agents-builder-client zod
Here is a basic example of how to use the API client:
import { OpenAgentsBuilderClient } from "open-agents-builder-client";
const client = new OpenAgentsBuilderClient({
baseUrl: "https://app.openagentsbuilder.com", // optional, defaults to this if omitted
databaseIdHash: process.env.DATABASE_ID_HASH ?? '', // optional, defaults to this if omitted
apiKey: process.env.OPEN_AGENTS_BUILDER_API_KEY ?? '' // required
});
client.agent.listAgents().then((response) => {
console.log(response);
});
<a href="https://www.loom.com/share/267cb3ac88aa430983983daf2f6b1fdf">
Building AI Agents Made Easy 🤖 - Watch Video
</a>
<a href="https://www.loom.com/share/267cb3ac88aa430983983daf2f6b1fdf">
<img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/267cb3ac88aa430983983daf2f6b1fdf-f96286df0e058072-full-play.gif">
</a>
Read on how to extend Open Agents Builder
Open Agents Builder is a very simple tool you can run on your own or use the hosted version.
You may list your products (with prices, variants, photos) and let the users configure and select what they're interested in. The agent will gather all required data, maintain the shopping cart and finalize with order!
Complex products are very difficult for users to configure. You may create an agent which is instructed how to configure the products based on even super-complex specs. Let it do the work for your users and for you - finalizing with a Quote or an Order!
Use the Calendar module to let the users sign up for your services finding the most convinient time slots. Collect leads!
Share the link of the Agent with your patient/customers no matter if you are a medicine doctor either physio-terapist, trainer etc. The results will let you save tons of time preparing for the visit.
Tired of using Calendly or Cal.com? Send them the agent which will let the users schedule calls with you based on your availability + already scheduled events.
$ claude mcp add open-agents-builder \
-- python -m otcore.mcp_server <graph>