Documentation Index
Fetch the complete documentation index at: https://docs.base44.com/llms.txt
Use this file to discover all available pages before exploring further.
Step-by-step setup
Part 1: The AI provider’s side
If you already have your secrets or API keys, you can skip ahead to “The Base44 side” setupVisit your AI provider’s developer portal
-
Open your provider’s developer portal in a new browser tab
We’re using OpenAI for this example and their developer portal is at: https://platform.openai.com - Log in or create a new account
- Go to the API keys section
New Enable API access if needed
-
Go to your provider’s billing or **payment **section.

- Add a valid payment method such as a credit card or PayPal.
-
(Optional) Set up a spending limit to control costs.

- Make sure your account has active credits if your provider requires it.
Part 2: The Base44 Side
Go to the Base44 integration catalog

- Use the search bar or scroll to find your AI provider
-
Select your AI provider and click “Use this integration”
(in this example we are using OpenAI)
Add your API key to Base44
- Type out your app idea inside the AI chat box
-
Paste the key when prompted
Example: For OpenAI you might see: OPENAI_API_KEY
Tell the AI what to do
-
Once your app has been created, in the Base44 chat, describe the task you want the AI to perform

- Base44 will create the backend and frontend components for you.
- You can improve the AI’s behavior with follow-up prompts.
Test your AI integration
-
Try your AI feature with test inputs or example prompts.

- Check the AI’s output.
- Experiment with different styles, tones, or examples until it works the way you want.
Recap
What you did (no coding required)- Selected an AI provider for your use case.
- Connected it securely with an API key.
- Let Base44 handle the backend setup.
- Used prompts to design your AI’s behavior.
- Tested and launched your AI-powered app.
FAQ
What if my provider is not listed in the catalog
What if my provider is not listed in the catalog
"Use the provider “[provider name]”. I have an api key. Help me connect it and create a simple test. Ask me for the details you need."Keep your API key somewhere safe until the AI asks for it. You will also need a few details from your provider’s documentation.Your provider needs to offer a standard online API that works over https (often called a “REST API”). This means:
- A web address (URL) where Base44 can send requests.
- An API key for authentication.
Instructions from the provider on what information to send and how it should be formatted. - Details on how the provider will send responses back, ideally in a format like JSON (a common way to send structured text).
How do I keep my API key safe?
How do I keep my API key safe?
What happens if I run out of credits with my provider?
What happens if I run out of credits with my provider?
Do I need to know how to code to use AI in Base44?
Do I need to know how to code to use AI in Base44?
Can I change my AI provider later?
Can I change my AI provider later?
How can I limit costs?
How can I limit costs?
Why is my AI giving unexpected answers?
Why is my AI giving unexpected answers?
Can I use more than one AI provider at the same time?
Can I use more than one AI provider at the same time?


