Documentation Index
Fetch the complete documentation index at: https://docs.impresivai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
In step 2, click Add to create an authentication method. The modal includes:- Label
- Description
- Type
- Credentials form (API key, bearer token, custom fields)
- OAuth 2.0
Credentials form
Use the form builder to define fields shown to end users. For each field, set:- Name (key used in scripts)
- Label (shown in UI)
- Type (for example, string)
- Required (on/off)
OAuth 2.0
Configure standard OAuth fields:- Authorization URL
- Scopes
- Additional params
- Code challenge (optional)
- Access token URL
- Refresh token URL
- Redirect URL
Testing checklist
- Confirm redirect URL matches your provider app settings.
- Connect a test account from the preview panel.
- Verify token exchange succeeds.

