Analytics and integrations
Enable analytics
You can define your analytics configuration in docs.yml. You only need to include entries for the platforms you want to connect.
Environment variables
If your docs configuration is public, don’t add secret values directly to docs.yml.
Instead, reference an environment variable by using the syntax ${VARIABLE_NAME}.
If you are using GitHub Workflows to trigger docs generation, you must make sure that the environment variables are available during the workflow run.
Configure Postman collections
Fern can generate Postman collections from your API definitions with example requests and responses. Configure Postman in generators.yml.
Connect other integrations
Enterprise feature
This feature is available only for the Enterprise plan. To get started, reach out to support@buildwithfern.com.
If you want to integrate with a third-party analytics or support platforms that Fern doesn’t directly support, you can do so using custom JS.