# OpenCopilot Docs ## Docs - [Notes on API Reference](https://openchat-api-docs.mintlify.app/api-notes.md): Our public APIs are in closed beta. - [Delete a Copilot](https://openchat-api-docs.mintlify.app/api-reference/endpoint/delete.md): Delete single copilot by ID - [Delete all actions](https://openchat-api-docs.mintlify.app/api-reference/endpoint/delete-all-actions.md): Delete all actions from a copilot by ID - [Get All Copilots](https://openchat-api-docs.mintlify.app/api-reference/endpoint/get.md): Get a list of all copilots in the database. - [Import actions](https://openchat-api-docs.mintlify.app/api-reference/endpoint/import-actions-from-swagger.md): Import actions from a Swagger file to a copilot by ID - [Authentication](https://openchat-api-docs.mintlify.app/authorization.md): Learn how to authenticate the copilot's API calls to your backend - [Create your first flow](https://openchat-api-docs.mintlify.app/create-flow.md) - [Introduction to flows](https://openchat-api-docs.mintlify.app/flows.md): OpenCopilot Flows Definition - [Introduction](https://openchat-api-docs.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-api-docs.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-api-docs.mintlify.app/widget/embed.md): Learn how to embed the copilot in your app - [Styling the widget](https://openchat-api-docs.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)