Squadbase logo

AI Integration

Configure AI models and integrations for your Squadbase projects

If you want to implement AI features in your Squadbase app, you can set environment variables to call LLM APIs directly from your app.

For example, you can implement the following features in Squadbase:

  • AI chatbot
  • AI-generated summary reports
  • AI-powered incident detection

Currently, you can configure OpenAI API directly from the application. ※ For other services, you can use them by setting environment variables. Refer to the environment variables section in Custom Data Source for details.

How to Configure

Open the editor and click the Data tab. Data tab

Click OpenAI to display the OpenAI API Key input screen, then enter the key you obtained.

OpenAI API Key input screen

Setup is complete. Type instructions in the chat such as "Implement a chatbot using the OpenAI API" to build AI-powered apps using LLM APIs.

On this page