Make sure the reference to the library extension_util.py is through a folder recordedfuture_extension_util.This is the expected path when the extension is loaded in Recorded Future’s staging and production environments. The import statement should look like:
from recordedfuture_extension_util.extension_util import log
In the response metadata JSON, the top node should be the response dictionary. Earlier version of the API required dictionary containing only the key extension_content base.
Do not specify a trial_authentication key in extension.json if an extension does not offer free trial access.