Return the configuration for all integration functions.
Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
environment:config:read scope. Learn more about API key scopes./scripts/config endpoint returns the configuration for all integration functions. There are two variants of this endpoint:
/scripts/config?format=nango - Returns the standard configuration format/scripts/config?format=openai - Returns the configuration in OpenAI’s function calling format/scripts/config?format=openai endpoint transforms the script configurations into OpenAI’s function calling format. This format is particularly useful when working with OpenAI’s API to enable function calling capabilities.
The secret key from your Nango environment.
The output type of the script configuration
nango, openai