The Settings page allows you to configure your API’s core configuration, security requirements, and external integrations. These settings apply to the entire API project.Documentation Index
Fetch the complete documentation index at: https://docs.avicenna.dev/llms.txt
Use this file to discover all available pages before exploring further.

General
The General section defines your API’s identity and access behavior.Project Name
The Project Name is your API’s internal reference name.- Used for identification inside your dashboard
- Does not affect the public endpoint URL
- Can be changed at any time
Subdomain
The Subdomain determines where your API is hosted. For example:Changing the subdomain may affect any applications currently using your endpoint.
Require Authentication
When Require Authentication is enabled:- All incoming requests must include a valid API key
- Requests without a valid key will be rejected
Integrations
The Integrations section allows you to connect third-party services that can be used inside your endpoint flows. Once connected, these integrations become available in relevant blocks (e.g., Generate Text, Send Email).ChatGPT
The ChatGPT integration enables:- AI text generation
- AI image generation
- Prompt-based automation inside flows
Resend
The Resend integration enables:- Sending transactional emails
- Sending broadcast emails
- Dynamic email content using variables
Saving Changes
After modifying any settings:- Click Save
- Changes are applied to your API project
The Settings page centralizes your API’s identity, security configuration, and connected services, ensuring your endpoints run securely and integrate seamlessly with external tools.
