RSS3 Documentation
OpenAgentIntegrations

Integrate with Any App

Learn how to integrate OpenAgent with any App.

Introduction

While Chainlit provides a chatbot-style GUI for interacting with OpenAgent, you can integrate OpenAgent into your apps programmatically.

API Integration

The fastest way to do so is by invoking OpenAgent’s APIs. OpenAgent is built with amazing open source libraries, it leverages FastAPI as its HTTP server, which provides native support for OpenAPI documentation.

Visit https://your.openagent.domain/docs to view OpenAgent’s APIs, and begin integrating them into your applications.

On this page