# OpenCopilot Docs ## Docs - [Notes on API Reference](https://openchat-not-gen-ui.mintlify.app/api-notes.md): Our public APIs are in closed beta. - [Initiate chat](https://openchat-not-gen-ui.mintlify.app/api-reference/endpoint/chat-init.md): This endpoint will initiate a chat with your copilot, it will the copilot name, metdata, and other info. - [Delete a Copilot](https://openchat-not-gen-ui.mintlify.app/api-reference/endpoint/delete.md): Delete single copilot by ID - [Delete all actions](https://openchat-not-gen-ui.mintlify.app/api-reference/endpoint/delete-all-actions.md): Delete all actions from a copilot by ID - [Get All Copilots](https://openchat-not-gen-ui.mintlify.app/api-reference/endpoint/get.md): Get a list of all copilots in the database. - [Import actions](https://openchat-not-gen-ui.mintlify.app/api-reference/endpoint/import-actions-from-swagger.md): Import actions from a Swagger file to a copilot by ID - [Ingest Knowledge (alpha)](https://openchat-not-gen-ui.mintlify.app/api-reference/endpoint/ingest-knowldge.md): Ingest knowledge into the copilot. - [Authentication](https://openchat-not-gen-ui.mintlify.app/authorization.md): Learn how to authenticate the copilot's API calls to your backend - [Create your first flow](https://openchat-not-gen-ui.mintlify.app/create-flow.md) - [Introduction to flows](https://openchat-not-gen-ui.mintlify.app/flows.md): OpenCopilot Flows Definition - [Introduction](https://openchat-not-gen-ui.mintlify.app/introduction.md): OpenCopilot is a free and open-source tool that allows you to create AI copilots for your SaaS product. The copilot can communicate with your underlying APIs and execute calls as needed. We are open-source under MIT license and also support OpenAPI standards. - [CI/CD Actions](https://openchat-not-gen-ui.mintlify.app/resources/ci-cd-actions.md): Learn how to use the copilot's CI/CD actions to automate your workflow - [How to embed the widget](https://openchat-not-gen-ui.mintlify.app/widget/embed.md): Learn how to embed the copilot in your app - [Responding with UI](https://openchat-not-gen-ui.mintlify.app/widget/not-gen-ui.md): Learn how to respond to user input with a UI. - [Styling the widget](https://openchat-not-gen-ui.mintlify.app/widget/styling.md): few notes on how to style the widget. ## Optional - [Changelog](https://github.com/openchatai/opencopilot/releases) - [GitHub](https://github.com/openchatai/opencopilot)