> ## Documentation Index
> Fetch the complete documentation index at: https://guide.beenos-solutions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations: Connect Beenos Solutions to Your Stack

> Embed AI agents, connect via REST API, or add content from third-party tools — Beenos Solutions integrates with your existing workflow.

Beenos Solutions is designed to fit into the tools and workflows you already use. Whether you want to embed a conversational AI agent directly on your website, query your knowledge base programmatically from a backend service, or pull content from third-party platforms, there is an integration path built for your use case. This page gives you a clear picture of what is available today and what is coming soon.

## Available integrations

<CardGroup cols={2}>
  <Card title="Chat Widget" icon="message" href="integrations/chat-widget">
    Embed a fully branded AI chat widget on any website with a single script tag. No backend required.
  </Card>

  <Card title="API Access" icon="code" href="integrations/api-access">
    Query knowledge bases, manage agents, and run conversations programmatically using the REST API.
  </Card>

  <Card title="REST API Reference" icon="book" href="api-reference/introduction">
    Browse the complete endpoint documentation, request schemas, and response examples.
  </Card>

  <Card title="More Integrations Coming Soon" icon="clock" href="https://beenossolutions.com/changelog">
    Native integrations with Slack, Notion, and Google Drive are on the roadmap. Stay tuned for updates.
  </Card>
</CardGroup>

## Choosing the right integration

Different integration methods suit different use cases. Use the guidance below to decide which path makes the most sense for your situation.

* **Chat Widget** — Use this when you want to add an AI assistant to a public-facing website, documentation portal, or support page without writing any backend code. Installation takes just a few minutes and requires only a script tag.

* **API Access** — Use this when you need to integrate Beenos Solutions into your own application, automate knowledge base management, or build a custom chat interface with your own UI. The API gives you full programmatic control over every resource in your workspace.

* **REST API Reference** — Refer to this whenever you need detailed information about a specific endpoint, including required parameters, authentication headers, and example responses. It is the canonical source of truth for every API call the platform supports.

* **Coming Soon (Slack, Notion, Google Drive)** — These upcoming native integrations will let you sync content directly from your existing tools into your knowledge bases, keeping your AI agents up to date without manual uploads.

<Note>
  All integrations authenticate using an API key. You can create and manage API keys from **Settings → API Keys** in your workspace. Keep your keys secure and never expose them in client-side code.
</Note>
