You cannot bypass user interaction entirely if you're not the owner or collaborator on a Webflow project due to the platform's permissions model and no available external API access for injecting code. However, if you have access, there are ways to add code directly.
If you have access to the project:
fields.
If you're sharing code with others who will embed it in their projects:
<script src="..."></script>
tag in their Webflow project.You cannot integrate custom code directly into someone else's Webflow project unless you have access. If you do have access, use Project Settings, Embed elements, or Page settings. Otherwise, guide users to manually implement your code.